Academind Logo
The Basics

The Basics

What is Node.js, why do we need it and how does it work? Time to take a closer look in this series.

Created by Maximilian Schwarzmüller
#

Free YouTube Series

What is Node.js, why do we need it and how does it work? Time to take a closer look in this series.

  1. First Application

  2. Introduction

  3. JavaScript Modules & Anonymous Functions

  4. My IDE

  5. Rendering HTML as Response

  6. Routing

  7. Setup of Express

  8. What is Express? And why should we use it?

  9. Express Project Structure & First Little App

  10. PugJS Templating Engine (formerly JADE)

  11. Handlebars Templating Engine

  12. GET and POST Requests

  13. Express-Validator and Express-Session (Validation & Sessions)

  14. Insert and Get Data with MongoDB

  15. Setup MongoDB

  16. Update and Delete Data with MongoDB

  17. MongoDB + Monk

  18. Mongoose