@aanchalfatwani
Nothing here yet.
Nothing here yet.
Jan 31 · 8 min read · 1. Introduction As AI systems evolved—especially with the rise of machine learning, deep learning, and LLMs (Large Language Models)—traditional databases started showing their limits. Searching exact matches in rows and columns is great, but modern a...
Join discussion
Dec 31, 2025 · 6 min read · In the world of web development, the "Happy Path"—where every request succeeds instantly—is a dangerous fantasy. In reality, networks are flaky, servers crash, and APIs get overwhelmed. If your code doesn't account for these failures, your applicatio...
Join discussion
Nov 30, 2025 · 6 min read · OAuth (Open Authorization) is an open standard that allows one application to access resources or data in another application on behalf of a user, without needing the user’s password. OAuth is a secure way for apps to access user data from another s...
Join discussion
Oct 31, 2025 · 5 min read · JavaScript is often described as single-threaded but non-blocking — meaning it can only execute one task at a time, yet it somehow manages to handle multiple asynchronous operations like timers, network requests, and user interactions without freezin...
Join discussion