Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.5K+ articles
Python
19.6K+ articles
NodeJS-Questions
450+ articles
Tailwind CSS
320+ articles
Next.js
308+ articles
MongoDB
209+ articles
React-Hooks
130+ articles
Next.js - Questions
48+ articles
Next.js - Projects
34+ articles
Next.js
145+ posts
Recent Articles
Building and Managing API Routes in Next.js
Last Updated: 10 July 2026
API Routes in Next.js allow you to create backend endpoints directly inside your application using the App Router. They enable you to handle HTTP requests, process data, a...
read more
Nextjs
Next.js
Dynamic Metadata for SEO in Next.js
Last Updated: 11 July 2026
Dynamic Metadata in Next.js enables page-specific metadata to be generated dynamically based on the content being displayed. This helps search engines and social media pla...
read more
Nextjs
Next.js
Code Splitting in Next.js
Last Updated: 11 July 2026
Code Splitting in Next.js is a built-in optimization technique that divides JavaScript into smaller bundles, allowing only the code required for the current route or featu...
read more
Nextjs
Next.js
Static-Site Generation (SSG) in Next.js
Last Updated: 10 July 2026
Static Site Generation (SSG) in Next.js is a rendering technique where HTML pages are generated at build time and served as static files. Since the pages are pre-built bef...
read more
Nextjs
Next.js
Optimization in Next.js
Last Updated: 15 September 2025
Optimization is the practice of improving performance by making systems faster, more efficient, and cost-effective. In web development, it means reducing load times, enhan...
read more
Next.js
Error Handling in Next.js API Routes with Try/Catch
Last Updated: 15 September 2025
Creating APIs in Next.js is not always smooth database queries can fail, APIs may not respond, or invalid data might slip through. Without proper error handling, these is...
read more
Next.js
Client-Side Data Fetching in Next.js
Last Updated: 10 July 2026
Client-Side Data Fetching in Next.js retrieves data in the browser after the page has loaded. It is commonly used for interactive, user-specific, or frequently changing da...
read more
react-js
Next.js
Create Feature Section Using Next.JS and Tailwind CSS
Last Updated: 23 July 2025
A feature section is a key part of a modern website that highlights the essential products or services a company offers. It's an interactive section that grabs the user's ...
read more
Web Technologies
Picked
Tailwind CSS
Next.js
Create Logo Clouds using Next.JS and Tailwind CSS
Last Updated: 23 July 2025
A logo cloud is a collection of logos that are displayed on a webpage to showcase partnerships, clients, or supported platforms. This component is often used to establish ...
read more
Web Technologies
Picked
Next.js
Create a Quiz App with Next JS and Tailwind
Last Updated: 23 July 2025
We’ll explore the process of building a Quiz App utilizing NextJS and Tailwind. The quiz app provides users with a series of multiple-choice questions with options. Users ...
read more
Web Technologies
Tailwind CSS
Next.js
Create Command Palettes UI using Next.JS and Tailwind CSS
Last Updated: 23 July 2025
A command palette is a user interface element that allows users to easily access and execute commands or functions in an application. we will build a command palette UI us...
read more
Web Technologies
Picked
Next.js
How To Create A Pricing Table in Tailwind CSS and Next.js?
Last Updated: 23 July 2025
A pricing table is an essential part of any product or service-based website to show different plans or packages for users to choose from. In this article, we will help yo...
read more
Web Technologies
Picked
Tailwind CSS
Next.js
Create Contact Cards Component Using Next.js and Tailwind CSS
Last Updated: 05 August 2025
The contact card component can display user information, such as a profile picture, contact details, and links to social media profiles. We will use Tailwind CSS for styli...
read more
Web Technologies
Picked
Tailwind CSS
Next.js
Create Form Layouts UI using Next.JS and Tailwind CSS
Last Updated: 23 July 2025
This guide walks through building a responsive form layout in Next.js using Tailwind CSS for styling. It covers setting up a Next.js project, configuring Tailwind, and cre...
read more
Web Technologies
Picked
Next.js
Create Select Menus UI Using Next.JS and Tailwind CSS
Last Updated: 23 July 2025
Creating a Select Menu UI using Next.js and Tailwind CSS involves several steps. Below is a detailed approach to guide you through the process without providing specific c...
read more
Web Technologies
Picked
Tailwind CSS
Next.js
1
2
3
4
...
10
✕