Tracking my daily backend learning journey, building small projects, and improving 1% every day.
/PiyushGarg_playlist
β code written while following the Node.js YouTube playlist from piyush grag !/projects
β mini projects I build to apply concepts (CLI apps, REST APIs, etc.)/progress
β weekly progress charts (visualizing actual vs expected)
- Reached Video 17 of the Node.js playlist
- Implemented basic CRUD (create/read/update/delete)
- Next: mongoDB, mongoose, MVC Pattern, and starting the Notes CLI skeleton
- Notes CLI β add/list/remove notes stored in JSON
- Simple REST API β basic CRUD endpoints for users
Next up:
- JWT authentication with Postgres
- SSR
- FILE UPLOAD
- COOKIES
Iβm documenting daily progress with charts:


# in a project folder
npm install
npm run dev