Projects

I Built a Real Store. React, Node, MongoDB. Not a Tutorial. A Real Store.

Full stack e-commerce. React, Node, MongoDB. The MERN stack. Not a tutorial follow-along. My graduation project into real engineering - the one where everything finally came together. React for the storefront, Redux for state management across cart and user sessions and product filtering, Node.js with Express for the REST API, MongoDB for the product catalog and order history. Real features: product catalog with search and filtering, shopping cart with quantity management, full checkout flow, JWT authentication, admin panel for managing products. Every layer talking to the next. Every layer something new to learn. Not a demo where someone holds your hand - a real store, real bugs, real problems to solve. Before this project, I understood pieces. React here. An API there. A database somewhere. After building this store end to end, I understood systems - how the frontend talks to the backend, how the backend talks to the database, how authentication flows through every layer. That full-stack thinking is what eventually made me a better DevOps engineer. Infrastructure is just another layer, and once you have built them all yourself, you understand why each one matters and where…