Skip to content

Commit 900fa9a

Browse files
committed
2 parents 5e734ea + 936e262 commit 900fa9a

1 file changed

Lines changed: 33 additions & 2 deletions

File tree

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# 30daysofnode
2-
30 days of node is a code base tutorial series for node js which deals with providing a practical project based learning experience instead of talking about its conceptual details.
1+
# 30 days of node - Nodejs tutorial series
2+
30 days of node is a code base tutorial series for node.js which deals with providing a practical project based learning experience as well as talking about its conceptual details.
3+
4+
1. [Day 1 - The Beginning](https://www.nodejsera.com/nodejs-tutorial-day1-thebeginning.html)
5+
2. [Day 2 - File System in node.js](https://www.nodejsera.com/nodejs-tutorial-day2-filesystem.html)
6+
3. [Day 3 - Regular expressions in node.js](https://www.nodejsera.com/nodejs-tutorial-day3-regular-expressions.html)
7+
4. [Day 4 - Console module in node.js](https://www.nodejsera.com/nodejs-tutorial-day4-console-module.html)
8+
5. [Day 5 - All about errors](https://www.nodejsera.com/nodejs-tutorial-day5-all-about-errors.html)
9+
6. [Day 6 - Array methods](https://www.nodejsera.com/nodejs-tutorial-day6-array-methods.html)
10+
7. [Day 7 - All about NPM](https://www.nodejsera.com/nodejs-tutorial-day7-all-about-npm.html)
11+
8. [Day 8 - Publishing package on NPM](https://www.nodejsera.com/nodejs-tutorial-day8-publishing-on-npm.html)
12+
9. [Day 9 - Crypto Module ( Hashing and HMAC)](https://www.nodejsera.com/nodejs-tutorial-day9-crypto-module.html)
13+
10. [Day 10 - Crypto Module ( Encryption and Decryption )](https://www.nodejsera.com/nodejs-tutorial-day10-crypto-module-symmetric-asymmetric-encryption-decryption.html)
14+
11. [Day 11 - Express Framework](https://www.nodejsera.com/nodejs-tutorial-day11-express-framework.html)
15+
12. [Day 12 - CRUD in MongoDB using node.js](https://www.nodejsera.com/nodejs-tutorial-day12-crud-in-mongodb.html)
16+
13. [Day 13 - Sign Up form in node.js](https://www.nodejsera.com/nodejs-tutorial-day13-signup-using-nodejs-express-mongodb.html)
17+
14. [Day 14 - Introduction to socket.io](https://www.nodejsera.com/nodejs-tutorial-day14-introduction-to-socket-io.html)
18+
15. [Day 15 - All about streams](https://www.nodejsera.com/nodejs-tutorial-day15-all-about-streams.html)
19+
16. [Day 16 - Zlib Module](https://www.nodejsera.com/nodejs-tutorial-day16-zlib-module.html)
20+
17. [Day 17 - CRUD in MySQL using node.js](https://www.nodejsera.com/nodejs-tutorial-day17-crud-in-mysql.html)
21+
18. [Day 18 - Concepts of callbacks in node.js](https://www.nodejsera.com/nodejs-tutorial-day18-callbacks.html)
22+
19. [Day 19 - Query String in node.js](https://www.nodejsera.com/nodejs-tutorial-day19-query-string.html)
23+
20. [Day 20 - Timers in node.js](https://www.nodejsera.com/nodejs-tutorial-day20-timers.html)
24+
21. [Day 21 - Buffers in node.js](https://www.nodejsera.com/nodejs-tutorial-day21-buffers.html)
25+
22. [Day 22 - String Decoder Module in node.js](https://www.nodejsera.com/nodejs-tutorial-day22-string-decoder.html)
26+
23. [Day 23 - Debugger module in node.js](https://www.nodejsera.com/nodejs-tutorial-day23-debuggers.html)
27+
24. [Day 24 - Child Processes in node.js](https://www.nodejsera.com/nodejs-tutorial-day24-child-processes.html)
28+
25. [Day 25 - Clusters in node.js](https://www.nodejsera.com/nodejs-tutorial-day25-clusters.html)
29+
26. [Day 26 - OS module in node.js](https://www.nodejsera.com/nodejs-tutorial-day26-os-module.html)
30+
27. [Day 27 - Assert module in node.js](https://www.nodejsera.com/nodejs-tutorial-day27-assert.html)
31+
28. [Day 28 - Getting Tweets using node.js](https://www.nodejsera.com/nodejs-tutorial-day28-getting-tweets-using-nodejs.html)
32+
29. [Day 29 - Uploading file to dropbox using node.js](https://www.nodejsera.com/nodejs-tutorial-day29-uploading-files-dropbox.html)
33+
30. [Day 30 - Github API with node.js](https://www.nodejsera.com/nodejs-tutorial-day30-github-api-with-node.html)

0 commit comments

Comments
 (0)