Author Archives: Prabhakar Kushwaha

Docker tutorial for beginners

What is Docker? A platform for building, launching, and delivering applications in a consistent manner. Configure once and run it on any machine where the configuration part will be handled by Docker, and you don’t have to configure it again and again for different machines. Containers After installing the dependencies, it runs in an isolated Continue Reading »

Express.js

What is Express.js? Express.js is a Node.js framework that is the most popular framework. It is a web application framework that provides you with a single API to build websites, web apps, and the back end.  Why do we actually need Express.js? How is it useful for us to use Node.js? Node.js is all about Continue Reading »