dakshshah96 / nodejs-practice

Practice files I created while learning Node.js & Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Node.js & Express

I recently decided to start learning Node.js and fill up gaps I had in my knowledge of the best server-side JavaScript framework ever made.

I utilized the Node JS Tutorial for Beginners series by The Net Ninja and I recommend it to anyone wanting to gain a quick overview of Node.js as well as Express.

This repository holds all the stuff I created while learning so I can come back to it in the future.

Note: Few of the lessons might be missing since those were just introductory lessons and didn't require any coding.

Table of Contents

  1. Module Patterns
  2. The Node Event Emitter
  3. Reading & Writing Files (fs)
  4. Creating & Removing Directories
  5. Creating a Server
  6. Readable Streams
  7. Writable Streams
  8. Pipes
  9. Serving HTML Pages
  10. Serving JSON Data
  11. Basic Routing
  12. The package.json File
  13. Introduction to Express
  14. Express Route Parameters
  15. Template Engines - Part 1
  16. Template Engines - Part 2
  17. Partial Templates
  18. Middleware & Static Files
  19. Query Strings
  20. Handling POST Requests
  21. Final To-do App Project

About

Practice files I created while learning Node.js & Express


Languages

Language:JavaScript 51.1%Language:HTML 44.6%Language:CSS 4.3%