BLBhavy Ladaniinbhavycodes.hashnode.dev·4d ago · 7 min readIf Passwords Are Never Stored, How Does Login Actually Work?Every time you log into your favorite application, your password is verified successfully. But here is the interesting part. Your actual password is almost never stored in the database. That raises an00
BLBhavy Ladaniinbhavycodes.hashnode.dev·6d ago · 4 min readStreaming AI Responses in React: Make Your AI Feel Instantly FasterHave you noticed how ChatGPT starts responding almost immediately, even before it finishes generating the complete answer? It does not wait for the entire response. Instead, it streams the answer toke011
BLBhavy Ladaniinbhavycodes.hashnode.dev·Aug 28 · 4 min readBuilding Performant Tables with 100,000 Rows in ReactLarge tables look simple until they contain thousands of records. Suddenly scrolling becomes laggy, filters feel slow, the browser freezes, and users start wondering if the application has crashed. Du00
BLBhavy Ladaniinbhavycodes.hashnode.dev·Aug 25 · 4 min readReact Rendering Explained: From Render to Commit to PaintEvery React developer has heard the phrase, "React re-renders the component." But what does that actually mean? Does React immediately update the browser? Does it rebuild the entire page? Or is there 00
BLBhavy Ladaniinbhavycodes.hashnode.dev·Aug 24 · 5 min readHow V8 Optimizes Your JavaScriptJavaScript is one of the most popular programming languages in the world. It powers modern web applications, backend servers through Node.js, desktop applications, and even mobile apps. But have you e00