Vivek Anand Sharma
Slim Coder
Hosted By
INTRODUCTION
NODE JS
DOCKER
MICROSERVICES
MICROFRONTEND
LOSE YOURSELF
EMINEM
WHEN I'M GONE
MARSHAL
MY NAME IS
SLIM SHADY
A Node.js app is run in a single process, without creating a new thread for every request.
Node.js provides a set of asynchronous I/O primitives in its standard library that prevent JavaScript code from blocking.
The default package manager for Node.js is npm.
npm is Node Package Manager.
npm is the world's largest Software Registry.
The registry contains over 800,000 code packages.
I'm in love with Linux (Currently using Mint) , If you interested to learn more about Linux don't forget to read my article.
I'm in love with VScode IDE (Integrated Development Environment).
I have wrote a vscode extension which converts markdown file text to urdu (GITHUB LINK).
We will write a complete router-based program by Node.js with Express.js framework.
We will write a simple program by using Node.js.
Containerization is increasingly popular because containers are: Flexible, Lightweight, Portable, Loosely coupled, Scalable and Secure
Fundamentally, a container is nothing but a running process, with some added encapsulation features applied to it in order to keep it isolated from the host and from other containers.
docker --version
docker run hello-world
docker images ls
docker container lsMicroservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of services that are :
By Vivek Anand Sharma