agungTuanany / NodeJS_course_by_maximillian

NodeJS course by maximillian.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What this is about?

This is course from Maximillian at Udemy. It's covers from ground to up about NodeJS techniques to build your own web-server.

# Chapter Project Details
01 Working with ExpressJSbases project
02 Working with dynamic content project
03 Enhancing app project
04 Dynamic Routes Advances Model project
05 SQL Introduction project
06 Understanding Sequelize project
07 Working with NoSQL using MongoDB project
08 Working with Mongoose project
09 Session and Cookies project
10 Adding Authentication project
11 Sending Email project
12 Advanced Authentication project
13 Understanding Validation project
14 Error Handling project
15 File Upload Download project
16 Adding Pagination project
17 Understanding Async Request project
18 Adding Payment project
19 Working with Rest API - The Basic project
20 Working With REST APIS The Practical App project
21 Understanding Async Await none
22 Understanding WebSockets SocketIO project
23 Working With GraphQL project
24 Deploying App project

Why you want to build your server on top NodeJS?

NodeJS is Server-Side Scripting Technology built with JavaScript and runs on Chrome V8 engine. The same JavaScript rendering engine as Chrome Browser.

This JavaScript runtime environment offers many benefits, such as performance, scalability, strong library, high performance application, asynchronous events, event driven architecture, advanced community, etc.

How Good is NodeJS?

Look up this answer

Why you wrote all of this course?

I wrote this all, with the samples in every chapter and project, cause I know someday in next years I've to repeat what I read. If I repeat myself by watching video over and over again without writing it, I'm only renting the knowledge, not owning it.

Why to many projects?

I write it like this, so I could learn to be more focused on getting the essence of how NodeJS works in it's world. Many 3rd party library need comprehensive research on how to write and use with SOLID principal.

License


handshake.gif

This code project is licensed under MIT Licence see the LICENCSE.md file for details

Acknowledgment

Maximillian

About

NodeJS course by maximillian.

License:MIT License


Languages

Language:JavaScript 64.1%Language:HTML 21.4%Language:CSS 14.2%Language:Handlebars 0.2%Language:Pug 0.1%