Building a FullStack Blogging Application: A DevOps Pipeline with Jenkins, Maven, SonarQube, Nexus, Docker, Trivy, and AWS EKSNov 7, 2024·13 min read
Building a Comprehensive CICD Pipeline for a Java-Based Banking ApplicationIntroduction In today’s fast-paced digital landscape, the ability to deliver software quickly, reliably, and securely has become a cornerstone of successful businesses. DevOps has emerged as a transformative approach to streamline software developmen...Nov 14, 2024·20 min read
Containerizing a Flask Application with Docker: Rock-Paper-Scissors GameContainerization has revolutionized the way applications are developed, deployed, and managed. It allows developers to package applications along with their dependencies into containers, ensuring consistency across different environments. This blog p...Oct 23, 2024·10 min read
An Introduction to Hosting Static Websites on AWS S3Introduction Creating an online presence has become a necessity in today’s digital era. For individuals and businesses alike, hosting a static website is one of the simplest and most cost-effective methods to achieve this. Static websites consist of ...Oct 7, 2024·4 min read
Docker Fundamentals: A Comprehensive OverviewIntroduction: In today’s dynamic and fast-paced software development environment, the demand for efficiency and scalability is more critical than ever for successful application deployment. Docker has emerged as a game-changing open-source platform t...Oct 4, 2024·7 min read
Automating AWS Infrastructure: Apache Web Server with Application Load Balancer Using TerraformIn this blog, I’ll walk you through setting up a scalable web infrastructure on AWS using Terraform. We’ll create a Virtual Private Cloud (VPC), subnets, EC2 instances running Apache web servers, and an Application Load Balancer (ALB) to handle incom...Sep 24, 2024·6 min read
Creating a secure VPC with internet connected private subnets using AWS consoleA Virtual Private Cloud (VPC) in AWS is a dedicated network environment that enables users to isolate and manage their resources in a secure, private space within the broader AWS infrastructure. It essentially functions as a customizable virtual data...Sep 15, 2024·16 min read