ARAbdul Rahmaninblog.abdulrdeveloper.me00Next.js Middleware — Route Protection Without Any Library6d ago · 4 min read · Most 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 — Join discussion
ARAbdul Rahmaninblog.abdulrdeveloper.me00Chai aur SQL — A Beginner's Journey into DatabasesMay 23 · 10 min read · SQL 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 beginnerJoin discussion
ARAbdul Rahmaninblog.abdulrdeveloper.me00Chai aur CSSFeb 1 · 8 min read · Introduction 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 Join discussion
ARAbdul Rahmaninblog.abdulrdeveloper.me00Browser workingJan 29 · 3 min read · when 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 Join discussion
ARAbdul Rahmaninblog.abdulrdeveloper.me00Chai aur HTMLJan 27 · 5 min read · Web Servers: Those servers who return HTML is known as Web Servers. HTML stands for " Hyper Text Markup Language. " Boilerplate: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> Join discussion