Day 30 - Deploying node js application on AWS EC2 using Jenkins, GitHub and DockerMar 19, 2024·2 min read
Day 31 Task: Python Data Types and Data Structures for DevOps 🐍🖥️What is Python🐍 🐍Python is a language that's easy for both humans and computers to understand. It's like giving instructions to a computer to make it do things. You can use Python to tell a computer what to do, step by step, and it will follow your...Mar 19, 2024·5 min read
Day 26 Task: Jenkins Declarative Pipeline🚀🛠️🛠️What is Pipeline? A Pipeline is a structured plan for your code, detailing each step it takes from creation to deployment. It functions like a behind-the-scenes coordinator, ensuring a smooth flow of tasks such as building, testing, and deploying ...Mar 19, 2024·4 min read
Day 25 - Deploying Website using GitHub, Jenkins, SonarQube and Docker✨Download any free CSS Template from Internet. Create a new GitHub repository. Upload the template code from your computer to the GitHub repository. Create three virtual servers (EC2 instances) on AWS, using the same keypair for easy connection b...Mar 19, 2024·4 min read
Day 24 Task: Complete Jenkins CI/CD Project🖥️GitHub Webhooks🖇️ GitHub Webhooks are like friendly messengers that GitHub sends out whenever something interesting happens to your code or repository. It's a way for GitHub to notify other services or systems about events, like new code being pushe...Mar 19, 2024·2 min read
Day 23 Task: Jenkins Freestyle Project for DevOps Engineers.🔄What is CI/CD?🔄🚀 Continuous Integration (CI): What it is: Continuous Integration is the practice of frequently integrating code changes from multiple contributors into a shared repository. Each integration triggers an automated build and test pro...Mar 19, 2024·6 min read
Day 22 : Getting Started with Jenkins🚀What is Jenkins?🤖 Jenkins is an open-source automation server 🤖 that facilitates building, testing, and deploying software projects 🚀. It is a popular tool in the DevOps domain and is widely used for Continuous Integration (CI) and Continuous Deli...Mar 4, 2024·4 min read
Day 21 Task: Docker Important Interview Questions🎯What is the difference between an Image, Container and Engine? An image is like a complete set of instructions. It's a detailed guide that tells the computer exactly how to set up and run a particular program. A container is a self-contained packag...Mar 4, 2024·8 min read