Notes & Projects
React Learning Notes
A growing collection of concepts and code snippets built in React.
- Component-based UI fundamentals
- State and hooks fundamentals
- Blend of theory and code examples
React Project
A hands-on project focused on building a real-world e-commerce UI with React.
- Independently runnable, module-based pages
- Clean, feature-based folder structure
- GitHub source code with live demo
Spring Boot Learning Notes
A growing collection of concepts and API patterns built in Spring Boot.
- Core Spring Boot fundamentals
- Dependency injection and application structure
- Blend of theory and code examples
Spring Boot Project
The backend API layer powering a real-world e-commerce application built with Spring Boot.
- Secure and scalable REST APIs
- Feature-based domain architecture
- GitHub source code with documented endpoints
Full-Stack E-commerce with React, Spring Boot & MySQL
Builds a complete e-commerce application by connecting frontend, backend, and database layers into a single cohesive system.
- Authentication, products, and cart flows built end to end
- React UI integrated with Spring Boot REST APIs
- Relational data modeling using MySQL and JPA