ADAbhay Dixitinabhaydixit.hashnode.dev·Nov 2, 2023 · 3 min readWhat is Virtualization?Virtualization is a game-changing technology that has transformed the landscape of computing. It allows for the efficient utilization of server resources, reduces capital and operational expenditure, and provides a more flexible and scalable computin...00
ADAbhay Dixitinabhaydixit.hashnode.dev·Oct 2, 2023 · 3 min readWhy do we need Devops?Introduction In the world of software development, ensuring the efficient delivery of high-quality software is paramount. The Software Development Lifecycle (SDLC) is the roadmap that guides the development process from inception to deployment and ma...01N
ADAbhay Dixitinabhaydixit.hashnode.dev·Sep 22, 2023 · 2 min readDockerizing a Node.js ApplicationCheck if the node.js Application is running locally. Remove the node_modules folder. (not necessary but then this directory will be excluded in further steps) Create a file named Dockerfile in the same directory as index.js (it can be done using ...00
ADAbhay Dixitinabhaydixit.hashnode.dev·Mar 26, 2023 · 2 min readWhat is Git ?Git It is a free and open source version control system that tracks changes in any set of computer files, mostly code for the collaborative development of software. GitHub offers a cloud-based Git repository hosting service, another cloud-based servi...00