These tutorials and resource links I've shared on Node JS, JavaScript, Modern JS and many more, are one of the best articles for those who want to learn about these technologies deeply.
There are the numbers of resources available on the internet about the above-mentioned technologies, I have shared some of them to grow your knowledge.
This section consists some basic knowledge about the application requirement. Node JS is a server-side framework using Javascript scripting language for writing server-side script.
Git is a version control system. It basically controls our application according to the development and production version environment. It consists of many commands to push and pull the code in our local or live server.
NPM is our Node Package Manager, whenever we need any new package to install we use the command npm install <package name> --save/--save-dev
. '--save' denotes the required dependencies for the production environment too and '--save-dev' denotes the development dependencies only. If we use -g or --global then package will install globally inside your system.
- Basic Concepts and Overviews
- Git Resource and Tutorials
- Node JS and NPM
- Boilerplates of Node.JS and Starter kits
- Core JS and Example
- ES6 with Example
- Node with Express Middleware
- Node with Express Routes
- Node JS First Server
- Node with Mongodb connectivity
- Node with SQL connectivity
-
Architecture and Structure
-
MongoDB