I Built a LogLens-CLI: That Uses No Vector DB, Here's How It WorksChat With Your May 3, 2026·11 min read·28
My RAG Pipeline Keeps Failing: Here’s How I’m Fixing ItMoving beyond basic RAG to handle the messy reality of user queries, from typos and ambiguity to full-on self-correction.Aug 21, 2025·7 min read·42
Java OOP Deep Dive: From Blueprints to Real-World Code (A Mega One-Short Guide)Object-Oriented Programming (OOP) is more than just a buzzword; it's a powerful paradigm that shapes how we design and build robust, scalable, and maintainable software. Java, at its core, is an object-oriented language. If you're looking to master J...Jun 2, 2025·33 min read·2
Java: From Zero to "Hello, World!" Hero – Your Ultimate Basics GuideThe Grand Entrance: public static void main(String[] args) In Java, every great story (or program) needs a beginning. This beginning is a special function (we call them "methods" in Java) named main. // This is a comment. Java ignores these lines. It...Jun 2, 2025·18 min read·1
Cracking the Code: Your Friendly Guide to Java's ArchitectureEver wondered how Java works its magic? How can you write code once and have it run on your Windows PC, your friend's Mac, and even on a super-smart toaster? It's not actual magic, but something called architecture. Let's dive in, and I promise to ma...May 23, 2025·16 min read·20
Project Docs Made Easy: A Guide for DevelopersThe first question i ask…. Do You Want to Create Your Own Tech Startup but Don’t Know Where to Start? The journey of creating your own startup can be overwhelming, especially when you have a flurry of ideas swirling in your mind. The first question I...Jan 24, 2025·6 min read·13