Browsing Tag
nextjs
160 posts
How to install Ahrefs Web Analytics
Ahrefs has recently launched a new web analytics tool that is free to use. Here’s how to install…
Portfolio built with Next.js, TailwindCSS & Nodemailer
Said MOUNAIM Mounaim.dev is a personal project built with Next.js and TailwindCSS. Getting Started Clone the repository: git…
Conquering the Setup Loop with Daytona
How I Started Using Daytona 🛠️ As a developer juggling multiple projects, I often found myself stuck in…
Top 10 React js interview questions.
Q1. What is React and what are its benefits? Ans: React is a JavaScript library for building user…
What is the React Slots pattern?
React Slots are a pattern for component composition that allows you to pass components or JSX as children…
Username and Password Authentication with Better_Auth, Next.js, Prisma, Shadcn, and TailwindCSS
In this guide, we will implement Username and Password Authentication for a modern web application using a robust…
Implementing Google One Tap Authentication in Next.js
Google One Tap is a streamlined authentication method that allows users to sign in to your application with…
Next.js 14: Optimizing SEO with Metadata and Sitemap
In modern web development, ensuring your site is SEO-friendly is crucial for discoverability. Next.js 14 simplifies this with…
Stop Supabase Projects From Being Paused
Keep Your Supabase Projects Active with Supabase Inactive Fix and Supabase Pause Prevention Supabase is a powerful backend-as-a-service…
Tutorial: Implement Authentication in Next.js
1. Introduction: Next.js Authentication Next.js is a powerful framework that allows developers to build fast and user-friendly web…