BLBhavy Ladaniinbhavycodes.hashnode.dev·5d ago · 4 min readPermission-Based UI: Building Secure and Scalable React ApplicationsHave you ever noticed that two users can log into the same application but see completely different screens? One user can edit records. Another can only view them. Some users can access reports, while00
BLBhavy Ladaniinbhavycodes.hashnode.dev·Sep 8 · 5 min readAI Is Not Replacing Frontend Developers. It Is Changing Their Job.Every few months, a new headline appears. "AI will replace software developers." "Coding is dead." "Developers will disappear in five years." If you only read headlines, it is easy to believe that fro00
BLBhavy Ladaniinbhavycodes.hashnode.dev·Sep 1 · 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·Aug 29 · 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