Why is DevOps Important in 2025?The world of technology is changing rapidly, and as we move into 2025, DevOps has become more essential than ever. If you’re new to the term, DevOps is a way of working that brings together development (Dev) and operations (Ops) teams to create softw...Jan 1, 2025·4 min read
Day 6: Diving into Python Functions and LoopsIntroduction Welcome back to my coding journey! Today was all about understanding the core concepts of functions and loops in Python. I also had a fun time applying these concepts in various scenarios through a programming game. Here’s a recap of wha...Jun 24, 2024·3 min read
Python Learning Day 5: Mastering Loops, Conditions, and Password Generation1. Calculating the Sum of Even Numbers Concept: This program calculates the sum of all even numbers from 1 to a given number, X. It uses a loop and the range() function to iterate through even numbers up to X. Code Explanation: sum = 0 n = int(input(...Jun 23, 2024·4 min read
Day 4: Exploring Randomness, Lists, and Conditional Logic in PythonWelcome back to my Python learning journey! Today, I delved deeper into Python programming with a focus on practical applications. Let's explore the concepts I mastered and the code I wrote. 1. Harnessing Randomness with random Module Python's random...Jun 22, 2024·4 min read
Day 3: Exploring Conditional Statements, Logical Operators, and Interactive ProgramsHello everyone! Today in my journey through Python programming, I delved deeper into conditional statements, logical operators, and created interactive programs that respond dynamically to user inputs. Let’s dive into what I've learned and the exciti...Jun 21, 2024·4 min read
Day 2: Exploring Python Data Types, Operations, Type Conversion, and F-StringsHello, everyone! Welcome to Day 2 of my 100 Days of Python journey, where I explored fundamental Python concepts like data types, numbers, operations, type conversion, f-strings, and built a practical tip calculator. What I Learned Today 1. Data Type...Jun 20, 2024·4 min read
How to Build Your First AWS Continuous Delivery Pipeline: From Code to Deployment - Part 2Easily Deploy and Manage Your First Web App with AWS Elastic BeanstalkJun 20, 2024·7 min read