Skip to content

This repo is to used as a journel to show my progress in learning the nodejs from different resources and keeping the code intact

Notifications You must be signed in to change notification settings

Manavsheth78/Nodejs_learningProgress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Node.js Learning Progress πŸš€

status stack commit

Tracking my daily backend learning journey, building small projects, and improving 1% every day.


πŸ“‚ Repo Structure

  • /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)

βœ… Current Status

  • 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

πŸ›  Mini Projects (so far)

  • 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

πŸ“Š Progress Tracking

I’m documenting daily progress with charts:

Progress_Day1_Day6

then current (09/28)

Progress_Day1_Day8

πŸ— How to Run Locally

# in a project folder
npm install
npm run dev

About

This repo is to used as a journel to show my progress in learning the nodejs from different resources and keeping the code intact

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published