📍 Budapest, Hungary ✉️ nhgbao.contact@gmail.com | 📞 (+36) 70 579 1322 LinkedIn · GitHub
Junior full-stack developer who cares more about why a system is built a certain way than about shipping the first thing that works. I build with React, TypeScript, and Postgres-backed APIs, and use AI tools like Claude and Copilot to move fast — but I always read, question, and rewrite what they produce before it ships. Currently completing a BSc in Data Science at Corvinus University of Budapest.
Frontend React · TypeScript · Redux Toolkit · Tailwind CSS · Vite
Backend & APIs FastAPI · Django REST Framework · REST API design
Databases PostgreSQL · SQL · Schema Design · Migrations
Auth & Security JWT Authentication · Role-Based Access Control (RBAC)
AI Tools Claude · GitHub Copilot · Cursor — used daily, always reviewed line-by-line before merging
DevOps Docker · Docker Compose · GitHub Actions (CI/CD) · Git
Testing Pytest · Unit & Integration Testing
AeroOps — an airline operations platform that combines live flight-tracking and weather data with AI agents to flag safety risks and delay factors before they cause disruptions. Modeled as a graph of connected agents instead of one script, with safety findings kept structurally separate from delay scores so a real safety issue can never get averaged out by good numbers.
QuoteFlow — a manufacturing quote-and-order platform where staff create quotes, track them through production, and get instant rule-based price estimates. Enforces order status as a fixed sequence in code, not just the UI, so a status can't skip a step or move backward by mistake.
SprintDesk — a ticket-management API built with a layered architecture (router → service → repository), version-controlled schema migrations, and Pytest integration tests.