BBBharat Bhushan Rajoriainclass-summary.hashnode.dev·10h ago · 8 min readPrismaPrisma Explained: The Complete Guide to Every Major Command If you've worked with Node.js or TypeScript backends recently, you've probably run into Prisma — the modern ORM (Object-Relational Mapper) t00
BBBharat Bhushan Rajoriainclass-summary.hashnode.dev·10h ago · 4 min readBuilding a Simple Real-Time Chat App with TypeScript, Socket.IO, PostgreSQL, Docker and DrizzleProject Goal The goal was simple: Enter a username Join a public chat room Send messages in real time Store usernames and messages in PostgreSQL Tech Stack: TypeScript Express Socket.IO Post00
BBBharat Bhushan Rajoriainwhy-version-controls-exist.hashnode.dev·6d ago · 85 min readModern Next.js: Routing, Layouts, Server Components, API Routes & Server Actions1. Evolution of Next.js Can a React Application Have Both Frontend and Backend Inside the Same Project? For a long time, building a React application meant managing twoseparate projects. One project c00
BBBharat Bhushan Rajoriainwhy-version-controls-exist.hashnode.dev·6d ago · 34 min readNext.js Explained: Why It Became the Default React Framework1. Why Next.js Exists If React is So Popular, Why Was Next.js Created? React revolutionized frontend development by making it easy to build fast, interactive user interfaces using reusable components.00
BBBharat Bhushan Rajoriainwhy-version-controls-exist.hashnode.dev·Jul 25 · 10 min readReact Hooks HandbookA Practical Guide to useState, useEffect, useContext, useReducer, useRef, useMemo, useLayoutEffect & Custom Hooks Prerequisites: React Components, Props, State Goal: Understand why each Hook exists, 00