Feb 26 · 16 min read · Introduction: Why Logs Are Important? Imagine you're a detective investigating what happened on your Linux system. Who logged in? What went wrong? Which service failed? When did that error occur? The
Join discussionFeb 17 · 4 min read · In this practice task, I implemented Auto Scaling based on Application Load Balancer metrics, specifically RequestCountPerTarget.The goal was to understand how ALB, Target Groups, Auto Scaling Groups, and scaling policies work together in a real setu...
Join discussion
Feb 11 · 5 min read · When you work with AWS at scale, visibility and auditing become as important as compute and storage. Knowing who did what, when, and from where is critical for security, compliance, and troubleshooting. In this blog, I’ll walk through: What CloudTra...
Join discussion
Dec 29, 2025 · 14 min read · If you're starting your journey as a developer, you've probably heard the term "Git" thrown around in conversations, tutorials, and job descriptions. But what exactly is Git, and why is it so essential in modern software development? In this comprehe...
Join discussionDec 22, 2025 · 5 min read · This week was full of learning, confusion 😅, breakthroughs, and new features for CodeAtlas.I continued building on last week’s logging system and started working with GitHub APIs for the first time — which was not easy at all. Here’s everything I ac...
Join discussion
Dec 19, 2025 · 3 min read · Alright.This one will be more analytical + reflective, less step-by-step, more “how I thought while doing it”, so it doesn’t feel repetitive. Use-Case-05 — XSS Attack Detection using Splunk Spotting XSS Attempts in Web Logs — What the Logs Actually ...
Join discussionDec 15, 2025 · 3 min read · This week, I worked on something very important for CodeAtlas:👉 a logging system that is clean, stable, and easy to understand. At first, I tried many different methods.Some ideas worked, some failed, some broke the logs completely.But after testing...
Join discussion
Dec 15, 2025 · 3 min read · Platform: Apache on Ubuntu → Splunk EnterpriseFocus: SOC-style real-time visibility After detecting suspicious web activity using searches, I wanted to move one step closer to real SOC monitoring.In a SOC, analysts don’t keep running searches all da...
Join discussionDec 1, 2025 · 9 min read · Introduction You've got structured logging with Zap. You're collecting metrics with Prometheus. You're tracing requests with OpenTelemetry. Great! But here's the problem: where do you store all this data long-term? Prometheus only keeps data for 15 d...
Join discussion