Projects¶
Applied projects demonstrating practical implementation of learned concepts.
Project Categories¶
Beginner Projects¶
Practice fundamental concepts with these starter projects.
Intermediate Projects¶
Apply OOP, design patterns, and frameworks.
Advanced Projects¶
Full-stack applications and microservices.
Project List¶
| Project | Level | Technologies | Status |
|---|---|---|---|
| Coming Soon | - | - |
Adding a New Project¶
Use the Project Template to document your projects consistently.
Each project should include:
- Overview - What the project does
- Technologies Used - Stack and tools
- Architecture - System design
- Key Learnings - What you learned
- Setup Instructions - How to run it
- GitHub Link - Source code repository
Project Ideas
- Console-based To-Do App (Beginner)
- REST API with Spring Boot (Intermediate)
- E-commerce Microservices (Advanced)