ReactJS / Gatsby Curriculum Vitae static page
 
 
Go to file
sii42400 e2ebba2b35 refactor(content): comprehensive CV content overhaul — narrative, goals, typos, skills
About Me (EN + PL):
- Rewritten with personality and value proposition
- Added career goal: "Seeking Senior DevOps / Platform Engineer"

Descriptions strengthened:
- 00x097 Trade: emphasized solo-engineered, live 24/7 production system
- XGPU: highlighted solo project with advanced architecture (WebSocket, NCCL DDP, K8S)

contentGoals trimmed (all roles, EN + PL):
- Aptiv: 4 → 2 goals with [Action] → [Result] format
- Inside Projects (11.2024): 4 → 2
- Adobe: kept 2, rewritten with measurable outcomes
- Techem: 6 → 2
- Inside Projects (02.2023): 4 → 2
- Infinidat: 5 → 3
- Sembot: 7 → 3

Sembot Elasticsearch:
- Fixed truncated sentence: $1,500/mth → $100/mth (93% cost reduction)

Typos fixed (PL):
- Channles → Channels, zmeinnych → zmiennych, trójwymiarowgo → trójwymiarowego
- Konserwacja inrastruktury (Terrafrom) → infrastruktury (Terraform)

Typos fixed (EN):
- Automatization → Automation (12 occurrences incl. section title)
- maintainance → maintenance (2), programing → programming
- Djnago → Django, routain → routine, implamentation → implementation
- Inrastructure → Infrastructure, Terrafrom → Terraform
- Contenerisation → Containerisation (2)
- Configuratiion → Configuration, Https-Protal → Https-Portal
- Channles → Channels, proccess → process, managment → management

Grammar fixed (EN):
- Infrastructure maintaining → maintenance
- Problems solving on integration stage → Problem-solving at the integration stage
- Applications deployment oriented on containers → Container-oriented application deployment
- Engineer Studying → Engineering Studies
- 3 nodes cluster → 3-node cluster
- Applications exposure to internet → Application exposure to the internet
- AI Agents Tools → AI agent tools (2)
- for generate blog → for generating blog
- re-used python packages building → reusable Python package builds

Skills section (EN + PL):
- Added years of experience to key technologies
- Python (4+), Bash (4+), Jenkins (3+), Ansible (2+), Terraform (1+)
- Docker (4+), Kubernetes (3+, bare metal + cloud, own production cluster)

Made-with: Cursor
2026-04-24 12:08:27 +02:00
src refactor(content): comprehensive CV content overhaul — narrative, goals, typos, skills 2026-04-24 12:08:27 +02:00
.gitignore feat/captcha (#1) 2025-05-12 13:55:52 +00:00
Jenkinsfile feat(jenkins): update jenkinsfile 2023-09-18 18:44:38 +02:00
README.md Initial commit from gatsby 2022-02-09 13:05:19 +01:00
docker-compose.yml simple volumes mapping path fixes 2022-08-22 09:47:15 +02:00
gatsby-config.js Initial commit from gatsby 2022-02-09 13:05:19 +01:00
package-lock.json chore: update package-lock.json 2026-04-16 15:29:49 +02:00
package.json feat/captcha (#1) 2025-05-12 13:55:52 +00:00

README.md

Gatsby

Gatsby minimal starter

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the minimal starter.

    # create a new Gatsby site using the minimal starter
    npm init gatsby
    
  2. Start developing.

    Navigate into your new sites directory and start it up.

    cd my-gatsby-site/
    npm run develop
    
  3. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

    Edit src/pages/index.js to see your site update in real-time!

  4. Learn more

🚀 Quick start (Gatsby Cloud)

Deploy this starter with one click on Gatsby Cloud:

Deploy to Gatsby Cloud