ARAbdul Rahmaninblog.abdulrdeveloper.me·Jun 11 · 3 min readHow to Fix React (Vite) & Next.js Auto-Refresh Not Working on WindowsHave you ever saved a file in your React or Next.js project and... nothing happened? You go to the browser, manually refresh it, and only then the change shows up. Or maybe you have to kill the dev se10
ARAbdul Rahmaninblog.abdulrdeveloper.me·Jun 2 · 4 min readNext.js Middleware — Route Protection Without Any LibraryMost beginners think route protection means installing NextAuth or Clerk. It does not always have to be that. For a small project, a hackathon prototype, or just something you are building to learn — 00
ARAbdul Rahmaninblog.abdulrdeveloper.me·May 23 · 10 min readChai aur SQL — A Beginner's Journey into DatabasesSQL stands for Structured Query Language. It is the language we use to talk to relational databases like MySQL, PostgreSQL, and SQLite. What is a Server and Where Does the Database Live? Most beginner00
ARAbdul Rahmaninblog.abdulrdeveloper.me·Feb 1 · 8 min readChai aur CSSIntroduction CSS stands for Cascading Stylesheet. Cascading is a word that is meant by overwriting. The stylesheet is just for styling. While overwriting the style of an element , Cascading first 00
ARAbdul Rahmaninblog.abdulrdeveloper.me·Jan 29 · 3 min readBrowser workingwhen we opened a website on browser, what happened behind the scene ?? we only write code, then how the browser loads everything and show the complete webpage to the client. This all happened through 00