2021-12-11 TIL
Updated:
I started the Node.js crash course! 🤩 I learned:
- Node’s event loop: single threaded, event driven, asynchronous and non-blocking properties
- More concrete examples of using:
- The Path module
- The File System module
- The OS module
- The URL module
- The Event module (creating a logger)
Gaining more confidence on Node.js!
Next up:
- Finish the crash course
Leave a comment