Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gungunfebrianza/Mastering-Node.js

:books: Belajar Dengan Jenius Node.js bareng Gun Gun Febrianza
https://github.com/gungunfebrianza/Mastering-Node.js

algorithm data-structures encryption express javascript node-js

Last synced: about 2 months ago
JSON representation

:books: Belajar Dengan Jenius Node.js bareng Gun Gun Febrianza

Awesome Lists containing this project

README

        

# Mastering Node.js
## Author : Gun Gun Febrianza

# Table of Contents

1. [Fundamental Javascript](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/1.%20Fundamental%20Javascript)
- [Quick Start](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/1.%20Fundamental%20Javascript/1.%20Start)
- [Types & Variables](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/1.%20Fundamental%20Javascript/2.%20Types%20%26%20Variables)
- [Number](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/1.%20Fundamental%20Javascript/3.%20Number)
- [Assignment Operator](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/1.%20Fundamental%20Javascript/4.%20Assignment%20Operator)
- [Arithmetic Operator](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/1.%20Fundamental%20Javascript/5.%20Arithmetic%20Operator)
- [Logical Operator](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/1.%20Fundamental%20Javascript/6.%20Logical%20Operator)
- [Conditional Operation](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/1.%20Fundamental%20Javascript/7.%20Conditional%20Operation)
- [Looping Operation](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/1.%20Fundamental%20Javascript/8.%20Looping%20Operation)
2. [Function](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/2.%20Function)
3. [Object](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/3.%20Object)
- [Creation](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/3.%20Object/1.%20Creation)
- [Properties](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/3.%20Object/2.%20Properties)
- [Methods](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/3.%20Object/3.%20Methods)
- [Loop](https://github.com/gungunfebrianza/Mastering-Node.js/tree/master/3.%20Object/4.%20Loop)
4. Object ES 5
5. Native Object
- Array Object
- Date Object
- String Object
6. Node.js Basic
7. Modules
8. Filesystem
9. Asynchronous
- Callback
- Promise
- Fetch
- Async-Await
10. Webserver
11. Websocket
12. Database
13. Application
14. Modern Javascript
15. Snippet
16. Data Structure
- Stack
- Queue
17. Errors
18. Debugging
19. Testing

---------------------------------------------------------------------------------------------------------------------------------
MIT License

Copyright (c) 2021-2022 Gun Gun Febrianza

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.