PKPRINCE KUMARinprincekumar-engineer.hashnode.dev·6d ago · 19 min readModern Database Access: Prisma, Drizzle, and ORMs ExplainedINTRODUCTION: Where does application data live after a user closes the app? Imagine creating an account on an e-commerce website. You enter your name, email, address, and password. You close the bro00
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev·Aug 10 · 8 min readSecuring Apps: Password Hashing, RBAC, OAuth, and OpenID ConnectINTRODUCTION "How does a website know who you are?" Imagine opening GitHub. You enter your email and password. You click Login. Within seconds, you're viewing your private repositories. But how did 00
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev·Jul 14 · 8 min readWhere RAG Fails: Understanding the LimitationsINTRODUCTION Imagine you are taking an open book exam. You have access to a huge library, but someone else chooses only a few pages for you before you answer the question. If they bring the right page01M
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev·Jun 30 · 6 min readHow ChatGPT Understands Your QuestionsINTRODUCTION: Every day, millions of people use ChatGPT to write, learn, solve problems, and explore ideas. But have you ever wondered what happens behind the scenes? How does ChatGPT understand your00
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev·Jun 17 · 6 min readLinux File System HuntingUnderstanding Linux Like a Backend Engineer: Imagine building the world’s fastest Formula 1 car, your web app, but having no idea how the engine, fuel lines, or electrical systems work. That’s what ba00