How to create a EC2 instance via terraformIf you’re looking to set up an EC2 instance for local development using VS Code, this guide will walk you through the process step by step. We’ll cover how to install VS Code, set up Chocolatey (for Windows users), and install Terraform to manage inf...Jun 3, 2025·5 min read
Observability Made Easy with Prometheus and GrafanaWhat is Prometheus? Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. It's now a CNCF project and widely adopted in the Kubernetes ecosystem. Key Features: Time-series data storage Powerful query l...May 20, 2025·6 min read
End to End DevSecOps Project for DevOps Engineers.In this project, we will learn about DevOps and DevSecOps tools in one project: Tools Covered: Linux Git and GitHub Docker Docker-compose Jenkins CI/CD SonarQube OWASP Trivy Pre-requisites to implement this project: AWS EC2 instance (Ubunt...Apr 30, 2025·5 min read
Modern E-commerce Platform Deployment using Kubernetes.Tech Stack Breakdown: Next.js 14: A powerful React framework used to build fast and SEO-friendly websites and web apps. Version 14 includes the latest features like server components and routing improvements. TypeScript: A programming language that...Apr 23, 2025·8 min read
Dockerizing Your Applications: Single Tier application1. Single-Tier Application In a single-tier application, you typically have just one component (for example, a backend or a front-end app) running in a container. Here's how you'd proceed for Dockerizing it. Example 1 : Node js-app Steps for Single...Apr 8, 2025·7 min read
Docker Basics & Advanced ChallengeWelcome to the Week 5 Docker Challenge! In this task, you will work with Docker concepts and tools. This challenge covers the following topics: Introduction and Purpose: Understand Docker’s role in modern development. Virtualization vs. Containeriz...Apr 5, 2025·12 min read
Git & GitHub Advanced ChallengeThis challenge covers advanced Git concepts essential for real-world DevOps workflows. By the end of this challenge, you will: Understand how to work with Pull Requests effectively. Learn to undo changes using Reset & Revert. Use Stashing to manag...Mar 12, 2025·3 min read