ππDevSecOps End-to-End CI/CD with SonarQube, OWASP, Trivy, Docker, and Jenkins! π‘οΈπMay 5, 2024Β·3 min read
ππDeploying Zomato Clone with DevSecOps End-to-End! π‘οΈπEmbark on an exhilarating journey as we engineer and deploy a Zomato Clone application, fortified with cutting-edge DevSecOps practices. Leveraging Terraform, Jenkins, SonarQube, OWASP, Trivy, and Docker, we're set to deliver a robust, secure, and sc...May 11, 2024Β·5 min read
Deploying a Two-Tier Flask Application with Docker on AWS! π»π .Deploying a 2-tier application with Docker involves several steps. Here's a high-level overview: Setup AWS EC2 Instances: Launch two EC2 instances (one for each tier). Choose the appropriate instance type based on your application's requirements. ...Mar 19, 2024Β·4 min read
Unveiling the Wonders of AWS EKS! ππ‘What is Kubernetes? Kubernetes is an open-source container orchestration platform originally developed by Google and now maintained by the Cloud Native Computing Foundation (CNCF). It automates the deployment, scaling, and management of containerize...Mar 6, 2024Β·6 min read
π Terraform Mastery: Journey from Zero to Hero! ππ»What is Terraform? Terraform is HashiCorp's Infrastructure as Code (IaC) tool. It lets you define resources and infrastructure in human-readable, declerative configuration files, and manages your infrastructure's lifecycle.Using Terraform has severa...Mar 1, 2024Β·15 min read
Docker Mastery - Journey from Zero to Hero! π³π»What is a Docker? Docker is a containerization platform for developing, packaging, shipping and running the application. It provides the ability to run an application in an isolated environment called a Conatiner Makes deployment and development e...Feb 18, 2024Β·19 min read
Creating a Jenkins Declarative CI/CD Pipeline Using GitHub, Docker, Jenkins, and EC2! ππ».Today, let's embark on a journey to build a robust and automated CI/CD pipeline using Jenkins, GitHub, Docker, and EC2. Buckle up for a hands-on experience! π Components of the Pipeline: GitHub Repository: Ensure your project is hosted on GitHub. ...Feb 14, 2024Β·5 min read
AWK vs SED vs GREP Commands in Linux!ππAWK Awk is a scripting language used for manipulating data and generating reports. TShe awk command programming language requires no compiling and allows the user to use variables, numeric functions, string functions, and logical operators. 1. awk...Feb 14, 2024Β·3 min read