disarj.hashnode.devHow to Install Jenkins on AWS EC2: A Step-by-Step Guide for Beginnersπ οΈ Introduction What is Jenkins? Jenkins is an open-source automation server widely used for building, testing, and deploying software automatically. It helps developers to automate repetitive tasks and improve productivity. What is a CI/CD Pipeline...Apr 28, 2025Β·3 min read
disarj.hashnode.devπ³ Mastering Docker: What Is Docker ? And its working...π What is Docker? Imagine you have a lunchbox (container) π². Inside, you pack your meal (application + dependencies), and it stays the same no matter where you take it. Whether at home, the office, or on a picnic, it works identically. Thatβs what ...Mar 12, 2025Β·4 min read
disarj.hashnode.devHow to Create Path-Based Redirects for AWS Application Load Balancer πWhat are Path-Based Redirects? π€ Path-based redirects allow you to route specific traffic to different servers or target groups based on the URL path. For example: Traffic to / (home page) can be sent to one group of servers. Traffic to /test (tes...Dec 17, 2024Β·4 min read
disarj.hashnode.devAmazon Elastic Load Balancer: A Step-by-Step Guide β¨Introduction to Elastic Load Balancer (ELB) Amazon Elastic Load Balancer (ELB) is like a skilled traffic cop for your applications. π¦ Imagine you run a busy restaurant with multiple chefs in different kitchens. To ensure every customer gets served e...Dec 14, 2024Β·3 min read
disarj.hashnode.devAll About Elastic Block Store (EBS)Amazon Elastic Block Store (EBS) is a high-performance, block-level storage service designed for Amazon EC2 instances. Think of it as a virtual hard drive for your cloud servers. EBS volumes provide persistent storage, meaning your data is retained e...Dec 13, 2024Β·4 min read