Learn Node
This is a collection of notes I compiled from the Learn Node Course offered by Wes Bos!
As my first time touching back-end JavaScript these notes document everything from User Authentication, to server management with Express.js to database interfacing with MongoDB. It even dives into best practices when setting up a Node.js Server, including things like MVC Design Patterns.
If you've never worked with Node before, this is a great place to take a look around.
1 - Setup and Core Concepts2 - Storage and Control Flow3 - Data Management in MongoDB4 - Managing User Accounts5 - Password Reset Flow and Permissions6 - Ajax REST APIs7 - Relationship and Displaying with MongoDBJot Notes
I wrote these notes while learning so they might be inaccurate or outdated. If so, let me know, and I'll try to fix them up ASAP. Feel free to make an issue or PR in the site repository to help me out!