learn-nodejs-hard-way

Learn NodeJS and master the art of server-side programming by creating a backend framework with 0 dependencies.

OTHER License

Stars
1.3K

Bot releases are hidden (Show)

learn-nodejs-hard-way - v_0.0.25_chapter_06.11

Published by ishtms about 2 months ago

8238a34 adds chapter 06.11 - Buildling a web server
41b1f62 updates genIndex.js to limit the readme depth to 3
6bcda98 updates chapter naming if the sub-chapters are more than 10 for maintaining lexicographical ordering on github and generated files
665c8a1 adds chapter 06.10 - running-our-server
9816cbb adds chapter 06.10 - running-our-server
e92e098 fixes #57
7ca7243 fixes #57
7718076 Update Readme.md
bb43d1c adds automation

learn-nodejs-hard-way - v0.0.24

Published by ishtms about 2 months ago

learn-nodejs-hard-way - v0.0.22

Published by ishtms about 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ishtms/learn-nodejs-hard-way/compare/v0.0.21...v0.0.22

learn-nodejs-hard-way - ch-08-exercise-implementing-router Latest Release

Published by ishtms about 1 year ago

learn-nodejs-hard-way - ch-7-first-exercises

Published by ishtms about 1 year ago

  • Adds chapter 07.0 - Exercises
  • Include two exercises
    • Implement Inserting
    • Implement Searching
learn-nodejs-hard-way - ch6.3+6.4_content

Published by ishtms about 1 year ago

  • Adds chapter 6.3 - Improving the Router api
  • Adds chapter 6.4 - The need for a Trie
learn-nodejs-hard-way - velocy_code+chapter6.1

Published by ishtms about 1 year ago

  • Velocy has a small implementation of the actual router
  • Adds chapter 6.1 with partial content
learn-nodejs-hard-way - ch6.5+fix-inline-code

Published by ishtms about 1 year ago

  • Shows inline code with background on both light and dark versions of the PDF.
learn-nodejs-hard-way - ch6.4-headers

Published by ishtms about 1 year ago

  • Adds the content for chapter 6.4 - Headers
  • Fixes code snippet based on #22
  • Corrects jsdoc section, and the explanations based on #21
learn-nodejs-hard-way - ch-6.3-mime-content-type

Published by ishtms about 1 year ago

learn-nodejs-hard-way - ch_6.2_final

Published by ishtms about 1 year ago

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

learn-nodejs-hard-way - ch_6.3+pdf_size_reduction

Published by ishtms about 1 year ago

  • Reduces the PDF size to 50%
    • compress images before rendering into the book
  • Adds chapter 6.3 user-agents
learn-nodejs-hard-way - ch6.1+fix_ch4.1

Published by ishtms about 1 year ago

Fixes the directory structure as proposed at #18

learn-nodejs-hard-way - ch06.1-http-verbs-versioning-http1.1

Published by ishtms about 1 year ago

  • complets the chapter 6.1 with cURL example of the OPTIONS header
  • fixes the naming conflicts in chapter 4.0 - where log_level was used instead of level at certain places
learn-nodejs-hard-way - ch-6.1-http-verbs

Published by ishtms about 1 year ago

  • Includes content till chapter 6.1 - HTTP Verbs
learn-nodejs-hard-way - current-content-pdf.v0.0.7

Published by ishtms about 1 year ago

Latest release.

learn-nodejs-hard-way - till-chapter-6.0

Published by ishtms about 1 year ago

  • Includes the content till chapter 6.0 - HTTP Deep dive
  • Fixes the hierarchy of conetnt in the PDF.
learn-nodejs-hard-way - current-content-pdf.v0.0.7

Published by ishtms about 1 year ago

Add info about the backend framework we'll be building.

  • Features
learn-nodejs-hard-way - current-content-pdf.v0.0.6

Published by ishtms about 1 year ago

  • updates a slight typo in the code for last section
  • adds links to velocy and logtar