
Code that ships. Endpoints that hold.
Four back-end projects. Each one live, documented, and open source. Stack choices are explained, not assumed.








UI · BRAND DESIGN · FIGMA
Solar Smart
Brand identity and design system for a renewable energy company
UX · DESIGN THINKING · RESEARCH
Eco Travel
Sustainable travel app built with design thinking methodology
JAVASCRIPT · HTML · CSS
Reception Management
Delivery tracking dashboard with real-time late alerts
NODE.JS · EXPRESS · MYSQL · JWT
E-Commerce System
REST API with JWT auth, MySQL database in 3NF, admin front-end with ExpressJS
REST over GraphQL: every project has fixed, predictable access patterns. GraphQL's flexibility introduces surface area that isn't needed and isn't tested.
Choices documented, not assumed.
Relational databases as the default: foreign-key constraints and transactions enforce data integrity at the schema level, not in application code.
Deploy targets chosen for reproducibility: Railway and Render provide environment parity with minimal config drift between local and production.
All repositories are public. Source, tests, and deploy config are in the same place.
