Skip to content

Commit 95c81b6

Browse files
committed
adds [Learn Javascript - The easy way](https://github.com/ishtms/learn-javascript-easy-way) resource
1 parent 560ecfb commit 95c81b6

File tree

1 file changed

+7
-38
lines changed

1 file changed

+7
-38
lines changed

Readme.md

+7-38
Original file line numberDiff line numberDiff line change
@@ -8,44 +8,13 @@ You can access the current version of the book in the [chapters directory](/chap
88

99
> This book is still in a very early stage. It contains an insignificant portion of the total content that the book is supposed to cover. 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).
1010
11-
```
12-
('-. ('-. _ .-') .-') _
13-
_( OO) ( OO ).-.( \( -O ) ( OO ) )
14-
,--. (,------./ . --. / ,------. ,--./ ,--,'
15-
| |.-') | .---'| \-. \ | /`. '| \ | |\
16-
| | OO ) | | .-'-' | | | / | || \| | )
17-
| |`-' |(| '--.\| |_.' | | |_.' || . |/
18-
(| '---.' | .--' | .-. | | . '.'| |\ |
19-
| | | `---.| | | | | |\ \ | | \ |
20-
`------' `------'`--' `--' `--' '--'`--' `--'
21-
.-') _ _ .-') _ ('-. .-')
22-
( OO ) ) ( ( OO) ) _( OO) ( OO ).
23-
,--./ ,--,' .-'),-----. \ .'_ (,------. ,--.(_)---\_)
24-
| \ | |\ ( OO' .-. ',`'--..._) | .---' .-')| ,|/ _ |
25-
| \| | )/ | | | || | \ ' | | ( OO |(_|\ :` `.
26-
| . |/ \_) | |\| || | ' |(| '--. | `-'| | '..`''.)
27-
| |\ | \ | | | || | / : | .--' ,--. | |.-._) \
28-
| | \ | `' '-' '| '--' / | `---..-.| '-' /\ /
29-
`--' `--' `-----' `-------' `------'`-' `-----' `-----'
30-
.-') _ ('-. .-. ('-. ('-. .-. ('-. _ .-') _ .-') _
31-
( OO) ) ( OO ) / _( OO) ( OO ) / ( OO ).-.( \( -O )( ( OO) )
32-
/ '._ ,--. ,--.(,------. ,--. ,--. / . --. / ,------. \ .'_
33-
|'--...__)| | | | | .---' | | | | | \-. \ | /`. ',`'--..._)
34-
'--. .--'| .| | | | | .| |.-'-' | | | / | || | \ '
35-
| | | |(| '--. | | \| |_.' | | |_.' || | ' |
36-
| | | .-. | | .--' | .-. | | .-. | | . '.'| | / :
37-
| | | | | | | `---. | | | | | | | | | |\ \ | '--' /
38-
`--' `--' `--' `------' `--' `--' `--' `--' `--' '--'`-------'
39-
(`\ .-') /` ('-.
40-
`.( OO ),' ( OO ).-.
41-
,--./ .--. / . --. / ,--. ,--.
42-
| | | | \-. \ \ `.' /
43-
| | | |,.-'-' | | .-') /
44-
| |.'.| |_)\| |_.' |(OO \ /
45-
| | | .-. | | / /\_
46-
| ,'. | | | | | `-./ /.__)
47-
'--' '--' `--' `--' `--'
48-
```
11+
---
12+
13+
## Note
14+
15+
If you're not familiar with javascript, you may also check out my other repository - [Learn Javascript - The Easy Way](https://github.com/ishtms/learn-javascript-easy-way) that takes you on a deep and a fun journey into Javascript - from the very basics to the advanced concepts that you'd ever need, without diving into too much theory. Only practical code examples.
16+
17+
---
4918

5019
To master a new concept, it's often best to begin from the ground up. This isn't just another Node.js guide; it's a comprehensive, code-along experience aimed at building a real world product that may be used by thousands of developers. The product that we're going to build will be a backend framework, that too from scratch.
5120

0 commit comments

Comments
 (0)