Skip to content

Releases: ishtms/learn-nodejs-hard-way

ch-08-exercise-implementing-router

17 Sep 01:50
Compare
Choose a tag to compare
v0.0.21

name changes for chapters - each exercise now owns a chapter

ch-7-first-exercises

16 Sep 04:24
Compare
Choose a tag to compare
  • Adds chapter 07.0 - Exercises
  • Include two exercises
    • Implement Inserting
    • Implement Searching

ch6.3+6.4_content

15 Sep 18:58
Compare
Choose a tag to compare
  • Adds chapter 6.3 - Improving the Router api
  • Adds chapter 6.4 - The need for a Trie

velocy_code+chapter6.1

01 Sep 17:42
Compare
Choose a tag to compare
  • Velocy has a small implementation of the actual router
  • Adds chapter 6.1 with partial content

ch6.5+fix-inline-code

30 Aug 03:52
Compare
Choose a tag to compare
  • Shows inline code with background on both light and dark versions of the PDF.

ch6.4-headers

29 Aug 02:46
Compare
Choose a tag to compare
  • Adds the content for chapter 6.4 - Headers
  • Fixes code snippet based on #22
  • Corrects jsdoc section, and the explanations based on #21

ch-6.3-mime-content-type

27 Aug 13:30
Compare
Choose a tag to compare

ch_6.2_final

26 Aug 21:55
Compare
Choose a tag to compare

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

ch_6.3+pdf_size_reduction

26 Aug 14:33
Compare
Choose a tag to compare
  • Reduces the PDF size to 50%
    • compress images before rendering into the book
  • Adds chapter 6.3 user-agents

ch6.1+fix_ch4.1

25 Aug 19:28
ca5a2e1
Compare
Choose a tag to compare

Fixes the directory structure as proposed at #18