Home About Projects DevOps Contact
Full Stack & DevOps Engineer

Building systems
that are

2.8+ years crafting scalable web applications and automated CI/CD pipelines. I bridge the gap between frontend finesse and infrastructure reliability.

2.8+
Years Exp
15+
Projects
8+
Tech Stack
100%
CI/CD Coverage
scroll
Tech Stack

Code. Deploy.
Automate.

I specialize in building production-grade applications with React, Next.js, NestJS, and FastAPI β€” then deploying them with bulletproof CI/CD pipelines on AWS.

βš›οΈ
Frontend
React, Next.js, Vue, MUI, Redux
πŸ› οΈ
Backend
NestJS, FastAPI, TypeScript, Python
☁️
Cloud
AWS EC2, Route 53, Nginx, SSL
⚑
DevOps
GitHub Actions, CI/CD, Runners

Driven by depth,
not just the surface.

FS
2.8+
Years of Building

I'm a Full Stack Developer with a deep passion for backend architecture and DevOps engineering. Over the past 2.8 years, I've built and shipped production-grade applications β€” handling everything from pixel-perfect UIs with React and Next.js, to resilient APIs in NestJS and FastAPI, to fully automated deployment pipelines on AWS.

My edge? I don't just write code β€” I own the entire lifecycle. From writing a commit to having it live in production via automated CI/CD pipelines with self-hosted GitHub runners, SSL certs, and domain routing. I treat infrastructure as code and automation as a first-class citizen.

Experience Timeline

2025 β€” Present
Senior Full Stack Developer
Leading full-stack development with React, NestJS, and AWS. Building automated DevOps pipelines and infrastructure automation with GitHub Actions.
2024
Full Stack Developer
Developed scalable REST APIs with FastAPI and NestJS. Implemented Playwright-based end-to-end testing and CI/CD integration with GitHub Actions runners.
2023
Frontend Developer β†’ Full Stack
Transitioned from React/Vue frontend work to full-stack. Began deep-diving into backend systems, cloud infrastructure, and automation scripting with Python.
2022 β€” Start
Junior Developer
Started building UI components with React and Material UI. Learned state management with Redux, REST APIs, and version control workflows.

My toolkit

Shipped & battle-tested.

Real projects with real impact β€” measured in performance gains, automation hours saved, and systems at scale.

From commit to production.
Fully automated.

Every deployment is a zero-touch, fully orchestrated pipeline. Click "Simulate Deploy" to see the real flow.

deploy.sh β€” bash β€” 120Γ—40
~/projects/app $ _
# Click "Simulate Deploy" to watch the deployment pipeline in action

How the system is built

Each layer is designed for reliability, scalability, and zero-downtime deployments.

Python & GitHub CLI scripts in production

auto_deploy.py
# Python deployment automation
import subprocess, sys
from pathlib import Path
 
def deploy(env: str):
  cmds = [
    "git pull origin main",
    "npm run build",
    "pm2 restart app",
    "nginx -s reload"
  ]
  for cmd in cmds:
    subprocess.run(cmd, shell=True)
deploy.yml β€” GitHub Actions
name: Deploy to Production
on:
  push:
    branches: [main]
jobs:
  deploy:
    runs-on: self-hosted
    steps:
      - uses: actions/checkout@v4
      - run: python auto_deploy.py
      - run: gh workflow view

Let's build something remarkable.

Open to full-time roles, freelance contracts, and interesting collaboration. Let's talk.

Available for opportunities
⬇ Download Resume (PDF)
Preferred Contact
Email is best. For urgent DevOps or infrastructure questions, mention it in the subject. I typically respond within 24 hours.

Send a Message

βœ“ Message sent! I'll get back to you within 24 hours.