IAI am Developeriniamdevelopr.hashnode.dev·17h ago · 6 min readCAP Theorem Explained So these days, I’ve been learning about system design to practice and brush up on my skills, and also to refresh my memory of how complex systems—or even any system—work under the hood. System design 00
IAI am Developeriniamdevelopr.hashnode.dev·Sep 8 · 3 min readWhat Is an AI Agent, Really?Everyone's building agents these days. And if someone isn't building one, chances are they're planning to. Ever since AI blew up, building things has gotten ridiculously easy, and now the shift is mov00
IAI am Developeriniamdevelopr.hashnode.dev·Nov 12, 2025 · 6 min readUnderstanding LRU Cache: A Simple ExplanationLet’s say you’re building an application where you need to get some data from the database to show to the user. You make a GET request to the backend and write a query there to retrieve the data from the database. Simple, right? While this is the mos...00
IAI am Developeriniamdevelopr.hashnode.dev·Nov 8, 2025 · 4 min readA Guide to Time and Space Complexity in DSAWelcome to the second part of the DSA learning series. If you haven't read the first part, I highly recommend giving it a read. So, let's move on to today's topic. You might have guessed what we will discuss in this article. Space and time complexity...00
IAI am Developeriniamdevelopr.hashnode.dev·Oct 25, 2025 · 3 min readUnderstanding DSA: A Beginner's GuideOkay, I recently had an interview, and it was going well until the interviewer asked me some questions about DSA. I know what DSA is, but I never really practiced it or read about it, or you could say I never really cared about it. Why? The answer is...00