Day 3 of Python for devops Why Use Exception Handling in Python? A DevOps PerspectiveDec 14, 2024·5 min read
Why It Matters and How Software Worked Before DevOpsIn today’s fast-moving tech world, delivering software quickly, reliably, and at scale is more important than ever. But it wasn’t always like this. To understand DevOps, we must look at how software development worked before DevOps and why the indust...Jan 23, 2026·2 min read
Day 1 of Python for devopsLet’s us understand Basic Of Python : Welcome to my journey of learning Python for DevOps! Each day, I will explore new concepts and share my learnings. Today, I begin with the basics: what is Python variables, constants, writing and executing P...Dec 11, 2024·4 min read
Portfolio deployment using jenkins1. Setting Up the EC2 Instance 1.1. Launch an EC2 Instance Log in to the AWS Management Console: Navigate to the EC2 Dashboard. Launch an Instance: Click Launch Instance. Choose an Amazon Machine Image (AMI) such as Ubuntu Server 20.04 LTS. Se...Sep 16, 2024·3 min read
what is VPC and how to create a vpcWhat is a Virtual Private Cloud (VPC)? A Virtual Private Cloud (VPC) is a logically isolated section of the Amazon Web Services (AWS) cloud where you can launch AWS resources, such as EC2 instances, in a virtual network that you define. It's similar...Sep 5, 2024·7 min read
What is Kubernetes its components and installation with minikube:Overview The Evolution of Deployment: From Physical Servers to Kubernetes 1. The Era of Physical Servers In the early days of computing, deploying applications was a resource-intensive process. Each application required its own physical server, which...Aug 12, 2024·6 min read
Aws zero to heroAWS WAF is a web application firewall that protects against common web exploits and bots that may affect availability compromise security, or consume excessive resources. You can protect the following resource types: Amazon CloudFront distribution ...Aug 9, 2024·2 min read
Tasks for Day1Learn about the different pricing models offered by AWS and write a post in own words. Understanding AWS Pricing Models AWS offers different pricing models to fit various needs and budgets. Whether you're a startup, a growing business, or an enterpri...Aug 3, 2024·7 min read