Learn Nodejs Hard Way Versions Save

Learn and master NodeJS and backend development by creating a backend framework with 0 dependencies.

v0.0.21

7 months ago

v0.0.20

7 months ago
  • Adds chapter 07.0 - Exercises
  • Include two exercises
    • Implement Inserting
    • Implement Searching

v0.0.19

7 months ago
  • Adds chapter 6.3 - Improving the Router api
  • Adds chapter 6.4 - The need for a Trie

v0.0.18

8 months ago
  • Velocy has a small implementation of the actual router
  • Adds chapter 6.1 with partial content

v0.0.17

8 months ago
  • Shows inline code with background on both light and dark versions of the PDF.

v0.0.15

8 months ago
  • Adds the content for chapter 6.4 - Headers
  • Fixes code snippet based on #22
  • Corrects jsdoc section, and the explanations based on #21

v0.0.14

8 months ago

v0.0.13

8 months ago

Updates the code to use the [\.:]+ regex expression for replacing : and . while creating log files as per #19

v0.0.12

8 months ago
  • Reduces the PDF size to 50%
    • compress images before rendering into the book
  • Adds chapter 6.3 user-agents

v0.0.11+dir-fix_ch4.1

8 months ago

Fixes the directory structure as proposed at #18