Skip to content

Commit 9cfc7a0

Browse files
committed
chapter 04.5 correction & add links to logtar and velocy
1 parent a86e47a commit 9cfc7a0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Learn Node.js by building a backend framework
22

3-
You can access the current version of the book in PDF format (both Light and Dark modes are available) by [clicking here](https://github.com/ishtms/learn-nodejs-hard-way/releases). Note that this version includes the current release of the content, and is not the final version.
3+
The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy)
44

5-
> There’s going to be 0 dependencies for our backend framework, as well as our logging library. Everything will be done using vanilla Node.js, the hard-way (the best way to learn).
5+
You can access the current version of the book in the [chapters directory](/chapters) or in PDF format (both Light and Dark modes are available) by [clicking here](https://github.com/ishtms/learn-nodejs-hard-way/releases). Note that this version includes the current release of the content, and is not the final version.
6+
7+
> This is still in a very early stage. I started working on this book on 14th Aug 2023. It consists of almost an insignificant portion of the total content which it will cover.
8+
9+
> There’s going to be 0 dependencies for our [backend framework](https://github.com/ishtms/velocy), as well as our [logging library](https://github.com/ishtms/logtar). Everything will be done using vanilla Node.js, the hard-way (the best way to learn).
610
7-
> This is still in a very early stage. It consists of almost an insignificant portion of the total content which it intends to cover. There will also be an pdf version of this to download, as well as a website for the documentation.
811

912
I've found that one of the best ways to get a handle on a new concept is to start from scratch. Begin with nothing, and build it up yourself. This approach lets you not only learn how it works, but also understand _why_ it works that way.
1013

chapters/ch04-logtar-our-logging-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Read Prev](/assets/imgs/prev.png)](/chapters/ch03-working-with-files.md)
22

3-
# `logtar` our own logging library
3+
# [`logtar`](https://github.com/ishtms/logtar) our own logging library
44

55
> Note: The entire code we write here can be found [at the code/chapter_04 directory](/code/chapter_04). This will be a single file, and we'll refactor in subsequent chapters.
66

0 commit comments

Comments
 (0)