#LUD30#LearningUtsav2025#FestivalOfLearning
Final day! Built a File Organizer CLI using Node.js for the final day project!
It reads a folder & auto-sorts files into subfolders (Images, Docs, etc.) using fs & path modules.
30 days of consistent learning complete!
#LUD29#LearningUtsav2025#FestivalOfLearning
Began learning JS & TS Features in Node.js!
-Node ES6+ – using modern JS syntax like let/const, arrow functions & classes
-Node Process – accessing system & runtime info via process object
#LUD28#LearningUtsav2025#FestivalOfLearning
More Core Modules explored today!
-Assert Module – testing & verifying code behavior
-Util Module – handy utilities for debugging & inheritance
-Readline Module – reading user input from the console
#LUD26#LearningUtsav2025#FestivalOfLearning
Wrapping up more Node.js Core Modules!
🧠 Buffer Module – handling binary data efficiently
🪙 Crypto Module – encrypting & securing data
#LUD25#LearningUtsav2025#FestivalOfLearning
Continued with Node.js Core Modules!
Events Module – handling custom & built-in events with EventEmitter
Stream Module – processing data chunks efficiently
#LUD24#LearningUtsav2025#FestivalOfLearning
Continued exploring Node.js Core Modules!
-OS Module – getting system info like CPU, memory & platform
-URL Module – parsing & formatting web addresses
#LUD23#LearningUtsav2025#FestivalOfLearning
Continued with Node.js Core Modules!
-File System (fs) Module – reading, writing & managing files
-Path Module – handling and resolving file paths easily
#LUD22#LearningUtsav2025#FestivalOfLearning
Started Node.js Core Modules today while wrapping up the previous topic!
-HTTP Module – creating servers & handling requests
-HTTPS Module – adding security with SSL/TLS
#LUD21#LearningUtsav2025#FestivalOfLearning
Today’s topics:
-Node Manage Dependencies – adding, updating & removing packages
-Node.js Publish a Package – sharing your own package on npm
#LUD19#LearningUtsav2025#FestivalOfLearning
Today’s topics:
-Node ES Modules – using import & export for modern JS structure
-Node NPM – managing packages & dependencies easily
#LUD18#LearningUtsav2025#FestivalOfLearning
Wrapped up Asynchronous concepts & began Modules!
-Node Error Handling – managing errors in async code
-Node Modules – intro to modular code structure
#LUD14#LearningUtsav2025#FestivalOfLearning
Today’s topics on W3Schools:
-Node.js vs Browser – how Node handles JS differently;
-Node.js Command Line – running JS files directly with Node;
#LUD13#LearningUtsav2025#FestivalOfLearning
Continued my Node.js journey on W3Schools!
Covered:
-Node.js Get Started – installing & running Node;
-Node.js JS Requirements – JS knowledge needed before diving in;
#LUD12#LearningUtsav2025#FestivalOfLearning
Finished learnyounode challenges & started Node.js on W3Schools!
Learned about
- what it is, &
- JS outside browser & server basics
#LUD11#LearningUtsav2025#FestivalOfLearning
I learned node.js using Nodeschool and Completed all 13/13 exercise. Serving Static Content in the eleventh one, Handling Dynamic Request Data in the twelfth one and Building a RESTful JSON API in the thirteenth one.