Understanding Nested Loops in Python
From the basics of iteration to building real patterns, step by step. Continue reading on Medium » From the basics of iteration to building real patterns, step by step.Continue reading…
I Built a Log Analysis Tool That Does What Commercial SIEMs Do — For Free
From drowning in log files to detecting threats in seconds Continue reading on Medium » From drowning in log files to detecting threats in secondsContinue reading on Medium » Read…
Voice Assistant Project Using Python: Final-Year Guide with Source Code Flow
Voice Assistant Project Using Python: Final-Year Guide with Source Code Flow Continue reading on Medium » Voice Assistant Project Using Python: Final-Year Guide with Source Code FlowContinue reading on Medium…
Working with PowerPoint Tables in Python
Tables are essential tools for presenting structured data in business presentations. Whether displaying financial reports, project… Continue reading on Medium » Tables are essential tools for presenting structured data in…
I Just Finished the AI Foundation Phase of My Learning — Here Is What 5 Courses Actually Taught Me
On building ten projects in four days, and why I stopped before starting the next thing. Continue reading on Medium » On building ten projects in four days, and why…
Small-to-Big RAG: Your AI Needs a Better Context
< Self Querying Retrieval Continue reading on Medium » < Self Querying RetrievalContinue reading on Medium » Read More Python on Medium #python
Python Operators Explained: A Complete Guide for Beginners
Python operators are one of the most important building blocks of programming. Whether you are creating simple calculators, automation… Continue reading on Medium » Python operators are one of the…
I Built a World Cup Predictor. The Model Thought Japan Could Beat Argentina.
I have watched football my entire life. I know the feeling of staying up past midnight for a match, of arguing about who the best team in… Continue reading on…
Async Code in Node.js: Callbacks and Promises
Imagine you’re at a coffee shop. You order a cappuccino, and the barista says, I’ll bring it to your table when it’s ready. You don’t just… Continue reading on Medium…
Why @Transactional Silently Does Nothing in Spring Boot — And How HikariCP Makes It Worse
Two of the most common Spring Boot production failures. Both invisible until 3AM. Here’s the systematic fix for both. Continue reading on Stackademic » Two of the most common Spring…
The 3 Classes I Create in Every Java Project — And Why
I remember my first Spring Boot project at work. I created services, controllers, repositories, DTOs, configs, and many helper classes… Continue reading on Javarevisited » I remember my first Spring…
Why I Built a Free Base64 Encoder & Decoder Tool
While working on web projects, I often needed a quick and simple way to convert text, images, and files into Base64. Continue reading on Medium » While working on web…
Why does my React or Vue app deployed on S3 slap me with a 404 on refresh or direct URL visit?
You’ve finally finished your web app and can’t wait to reveal it to the world. The weather is nice, you deploy your code, and the pipeline… Continue reading on Medium…
Linux Fundamentals
As I continue learning AWS Cloud. Here are the key concepts: Continue reading on Medium » As I continue learning AWS Cloud. Here are the key concepts:Continue reading on Medium…
Linux Basics
History of Unix: Continue reading on Medium » History of Unix:Continue reading on Medium » Read More Linux on Medium #linux
Finding “Interesting” Endpoints The Clues Most Hunters Ignore
By Ghostyjoe™ Continue reading on Bug Bounty Hunting: A Comprehensive Guide in English and french » By Ghostyjoe™Continue reading on Bug Bounty Hunting: A Comprehensive Guide in English and french…
How to Install Docker on Ubuntu Server 22.04.5 (The Right Way)
A complete, copy‑paste guide for beginners and sysadmins Continue reading on Medium » A complete, copy‑paste guide for beginners and sysadminsContinue reading on Medium » Read More Linux on Medium…
Understanding External Fragmentation in Our Hospital Bed Allocation Simulation
Memory management is one of the most important responsibilities of an operating system. In our Operating Systems semester project, we… Continue reading on Medium » Memory management is one of…