Day 30 - Deploying node js application on AWS EC2 using Jenkins, GitHub and DockerFeb 14, 2024ยท2 min read
Http Vs Https๐๐๐๐ (๐๐ฒ๐ฉ๐๐ซ๐ญ๐๐ฑ๐ญ ๐๐ซ๐๐ง๐ฌ๐๐๐ซ ๐๐ซ๐จ๐ญ๐จ๐๐จ๐ฅ) is the underlying protocol used for communication on the World Wide Web. Here's a overview of how it works: 1. ๐๐น๐ถ๐ฒ๐ป๐ ๐ฅ๐ฒ๐พ๐๐ฒ๐๐: ๐ฅ๏ธ A client (usually a web browser) initiates...Jun 7, 2024ยท4 min read
Day 27 Task: Jenkins Declarative Pipeline with Docker๐ ๏ธ๐ณlet's integrate Docker and your Jenkins declarative pipeline Jenkins Declarative Pipeline with Docker means using Jenkins (a tool for automating software development processes) along with Docker (a tool for running applications in containers) to mana...Feb 10, 2024ยท3 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 ...Feb 9, 2024ยท4 min read
Day 25 - Deploying Website using GitHub, Jenkins, SonarQube and DockerโจDay 25 : Project 4Feb 8, 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...Feb 7, 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...Feb 5, 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...Feb 3, 2024ยท4 min read