mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 05:55:42 -05:00
vault and deploy actions
This commit is contained in:
parent
11c23a137a
commit
dfba755e5a
45
.github/workflows/deploy.yml
vendored
Normal file
45
.github/workflows/deploy.yml
vendored
Normal file
@ -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
|
||||
31
content/Curiculum Vitae.md
Normal file
31
content/Curiculum Vitae.md
Normal file
@ -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/)*
|
||||
Loading…
Reference in New Issue
Block a user