According to Wikipedia, DevOps is a set of practices that combines software development and IT operations. It aims to shorten the systems development life cycle and provide continuous delivery with high software quality. DevOps is complementary with Agile software development; several DevOps aspects came from Agile methodology.
If you want to become a DevOps and looking for guidance, then this is the place where you will find all articles related to DevOps. Want to learn more, then you can purchase this book from Amazon.
First, add the GPG key wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - Next, we need to create a list file for MongoDB echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu…
What is LetsEncrypt? Let's Encrypt is a non-profit certificate authority run by Internet Security Research Group that provides X.509 certificates for Transport Layer Security encryption at no charge. It launched…
What We Will Cover Here In this tutorial, I will show you how to install NVM and then using NVM how you can install NodeJS. NVM is a node version…
In this article, I have shown how you can reboot your instance automatically when your server goes down. Like saving tips for devops. Reboot your instances automatically when server goes…
In this article I will show you how you can easily create a SNS notification when your code deployment fails. AWS offers a very nice tool which is CodeDeployment. It…