Projects
Selected open-source projects that best reflect my engineering and architecture work.
Cloud Scaffold
activeMERN starter application with Kubernetes, Helm, docker-compose, and built-in JWT authentication.
Problem & key decisions
Teams repeatedly spend setup time bootstrapping full-stack apps with production-ready deployment and auth foundations.
- Combined MERN stack foundations with deployment-ready infrastructure from day one.
- Provided multiple deployment targets (docker-compose, Kubernetes, Helm) to fit different team maturity levels.
- Included JWT-based authentication as a reusable baseline for product teams.
Fleetboard
activeReal-time fleet monitoring dashboard using WebSockets, Node.js, Angular, and SQLite.
Problem & key decisions
Operations teams need live vehicle and route visibility with concurrent operator access and low-latency updates.
- Used WebSockets to deliver real-time route and vehicle updates.
- Combined Node.js + Angular for a responsive dashboard workflow.
- Supported parallel operator usage and containerized deployment workflows.
Adverter
activeMarketplace application built with Deno, Svelte, and SQLite with Docker/Kubernetes deployment options.
Problem & key decisions
Small teams need a lightweight marketplace product that is easy to run locally and simple to deploy in containerized environments.
- Used Deno for a modern runtime with a straightforward backend setup.
- Selected Svelte + SQLite for low-friction development and small operational footprint.
- Kept deployment portable with both Docker and Kubernetes support.
MarktPaper
archivedMarketplace application with Node.js, GraphQL, MongoDB backend and React frontend.
Problem & key decisions
Explore full-stack marketplace architecture with typed API contracts and modern client consumption patterns.
- Used GraphQL to model flexible client-driven data access.
- Combined Node.js + MongoDB for a straightforward marketplace backend.
- Implemented React frontend to validate end-to-end product flow.
Chatter
archivedReal-time chat application built with Node.js, Express, and WebSockets.
Problem & key decisions
Enable low-latency messaging between users in a simple browser-based chat experience.
- Used WebSockets for bidirectional real-time communication.
- Built backend with Node.js + Express for fast iteration.
- Prioritized core messaging reliability over feature sprawl.