From Clicks to Code: Mastering Your AWS Infrastructure with the CLI and CloudFormationAug 6, 2025·5 min read
From Simple Script to Production-Ready Automation: Building an AWS EC2 SchedulerLet’s talk about a common AWS nightmare. You spin up a few EC2 instances for a development project on Monday. You get busy. You forgot to turn them off. The next month, you get a surprise on your AWS bill, paying for servers that were idle 70% of the...Aug 7, 2025·6 min read
🔐 AWS IAM (Identity and Access Management)Hey hashnode Family! 👋In this article, we'll explore AWS IAM (Identity and Access Management) — a foundational AWS service that helps you securely manage who can access your resources and what actions they can perform. If you're starting your AWS cl...Jul 3, 2025·3 min read
How to Set Up Jenkins with Docker for CI/CD Pipelines: A Step-by-Step GuideHey Hashnode Family! 👋 In this article, we'll explore the CI/CD process and how Jenkins can simplify the automation of building, testing, and deploying your applications. We'll also cover how Docker can be used as an agent in Jenkins to make your bu...Sep 7, 2024·3 min read
Configuration Management with Ansible and Infrastructure as Code (IaC) Using Terraform: A Step-by-Step GuideHey Hashnode community! 👋 Managing infrastructure can be a complex task, especially when handling multiple servers and environments. In this guide, we’ll explore how Ansible and Terraform can simplify and automate your infrastructure management. Whe...Aug 31, 2024·5 min read
Learn How to Master Shell Scripting with GitHub API, Git Essentials, and AWS EC2 DeploymentHey Hashnode Community! In this article, you'll explore how to integrate shell scripts with the GitHub API, understand the core concepts of Git and GitHub, get acquainted with essential Git commands, learn about effective branching strategies, and fo...Aug 25, 2024·5 min read
DevOps Foundations: Exploring AWS, Linux, and Shell ScriptingHey Hashnode Community! Diving into AWS, Linux, and shell scripting has been a key part of my DevOps journey. These skills are fundamental for managing and automating IT infrastructure. Let’s explore what I’ve learned and how it translates into pract...Aug 19, 2024·4 min read
DevOps Foundations: Understanding Servers, Virtualization, and HypervisorsHey Hashnode Community! As I continue my DevOps learning journey, I’ve dived into some fundamental concepts essential for building and maintaining modern IT infrastructure. In this article, I’ll break down key ideas around servers, virtualization, an...Aug 14, 2024·2 min read