From dfba755e5a36f72dec9d0f2c1ebc85ac4e0932c7 Mon Sep 17 00:00:00 2001 From: Evgenii Selikhov Date: Thu, 10 Oct 2024 10:08:45 +0200 Subject: [PATCH] vault and deploy actions --- .github/workflows/deploy.yml | 45 ++++++++++++++++++++++++++++++++++++ content/Curiculum Vitae.md | 31 +++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 .github/workflows/deploy.yml create mode 100644 content/Curiculum Vitae.md diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 000000000..d11b3976d --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,45 @@ +name: Deploy Quartz site to GitHub Pages + +on: + push: + branches: + - v4 + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + build: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 # Fetch all history for git info + - uses: actions/setup-node@v4 + with: + node-version: 22 + - name: Install Dependencies + run: npm ci + - name: Build Quartz + run: npx quartz build + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + path: public + + deploy: + needs: build + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/content/Curiculum Vitae.md b/content/Curiculum Vitae.md new file mode 100644 index 000000000..74a5853b3 --- /dev/null +++ b/content/Curiculum Vitae.md @@ -0,0 +1,31 @@ +Eugene Selikhov - Senior .Net Backend Developer + +💼 **LinkedIn:** [https://www.linkedin.com/in/selikhovevgenii/](https://www.linkedin.com/in/selikhovevgenii/) + +🐙 **Github:** [https://github.com/selikhovel/](https://github.com/selikhovel/) + +☕ **Donations** [https://buymeacoffee.com/selikhov](https://buymeacoffee.com/selikhov) +# 👓 Professional Profile +* Experienced Senior .Net Developer with a track record of delivering high-quality enterprise-level software solutions across diverse industries. +* Proficient in modern back-end web-development stack and well-versed in Microservices architecture. +* Skilled in translating business requirements into scalable technical solutions. +* A collaborative team player with strong problem-solving abilities and commitment to staying current with emerging technologies. + +# 🛠 Core Skills +- Software development (especially backend on .Net) +- System analysis and product engineering + +# 🏗️ Technical Knowledge +C#, .Net Framework, .Net Core, ASP.NET Core, Entity Framework, Web API, Postgres SQL, Rabbit MQ, Redis, MongoDB, +Docker, MediatR, CQRS, SignalR, RESTful APIs, DDD, TDD, Git, Gitlab CI/CD, Unit Testing, Scrum, Agile. + +#  👨‍💻Career Summary +## .Net back-end developer | Nov 2019 - Present | Complevo Gmbh [complevo.de](https://complevo.de/) + +**R&D of Enterprise Solutions for automotive industry,** +* Development an integrated B2B Fleet Management platform for Europe and the USA, serving 100K+ customers. Utilized Microservices and Event-driven architecture with a modern tech stack. +* Driving the creation of automotive inventory solution, employing a Modular-Monolith architecture, using .Net Core, Postgres SQL, EF, MediatR, and Redis, including gathering client’s requirements, issues preparation, prototyping and cross-team communication. +* Resolving complex business-logics challenges and fostering operational efficiency. + + +If you want me to be a part of your team, ask me for more complete CV in my [LinkedIn](https://www.linkedin.com/in/selikhovevgenii/)*