Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nielslange/30-days-of-node-js

30 Days of Node.js
https://github.com/nielslange/30-days-of-node-js

node-js

Last synced: 3 months ago
JSON representation

30 Days of Node.js

Awesome Lists containing this project

README

        

# 30 Days of Node.js

This is an updated version of the [30 Days of Node](https://github.com/nodejsera/30daysofnode) tutorial series.

## Table of content

- [Day 01 - All about servers](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2001%20-%20All%20about%20servers)
- [Day 02 - File System](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2002%20-%20File%20System)
- [Day 03 - Regular expressions](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2003%20-%20Regular%20expressions)
- [Day 04 - Console module](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2004%20-%20Console%20module)
- [Day 05 - All about errors](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2005%20-%20All%20about%20errors)
- [Day 06 - Array methods](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2006%20-%20Array%20methods)
- [Day 07 - All about NPM](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2007%20-%20All%20about%20NPM)
- [Day 08 - Publishing package on NPM](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2008%20-%20Publishing%20package%20on%20NPM)
- [Day 09 - Hashing and HMAC](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2009%20-%20Hashing%20and%20HMAC)
- [Day 10 - Encryption & Decryption](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2010%20-%20Encryption%20%26%20Decryption)
- [Day 11 - Express Framework](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2011%20-%20Express%20Framework)
- [Day 12 - CRUD in MongoDB](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2012%20-%20CRUD%20in%20MongoDB)
- [Day 13 - Sign Up form](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2013%20-%20Sign%20Up%20form)
- [Day 14 - Intro to socket.io](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2014%20-%20Intro%20to%20socket.io)
- [Day 15 - All about streams](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2015%20-%20All%20about%20streams)
- [Day 16 - Zlib Module](https://github.com/nielslange/30-days-of-node-js/tree/master/Day%2016%20-%20Zlib%20Module)
- Day 17 - CRUD in MySQL
- Day 18 - Concepts of callbacks
- Day 19 - Query String
- Day 20 - Timers in node.js
- Day 21 - Buffers in node.js
- Day 22 - String Decoder
- Day 23 - Debuggers
- Day 24 - Child Processes
- Day 25 - Clusters
- Day 26 - OS module
- Day 27 - Assert module
- Day 28 - Getting Tweets using node.js
- Day 29 - Uploading file to dropbox
- Day 30 - Github API with node.js

## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/nielslange/30-days-of-node-js/blob/master/LICENSE.md) file for details

## Acknowledgments
Thanks @nodejsera for the great tutorial series. The original series can be found on https://github.com/nodejsera/30daysofnode.