Next.js Blogs

These are Next.js Blogs for curious minds.

Next.js API Routes: Building Server Endpoints - Syed Ali Naqi Hasni

Next.js API Routes: Building Server Endpoints

Next.js API routes allow you to create serverless functions as part of your Next.js application. This means you can build backend functionality without needing a separate server, making it easier to handle tasks like form submissions, authentication, and data fetching directly within your Next.js app.

January 14, 2026
15 min read
Integrating NodeMailer with Next.js: A Comprehensive Guide - Syed Ali Naqi Hasni

Integrating NodeMailer with Next.js: A Comprehensive Guide

Learn how to set up and use NodeMailer in a Next.js application to send emails from your contact forms, authenticate with SMTP, and ensure secure, scalable communication.

January 19, 2024
6 min read
Next.js API Routes: Building Server Endpoints - Syed Ali Naqi Hasni

Next.js API Routes: Building Server Endpoints

Discover how to create API routes in Next.js for backend logic — authentication, form handling, data fetching — right inside your frontend framework.

February 5, 2023
6 min read
Getting Started with Next.js and Tailwind - Syed Ali Naqi Hasni

Getting Started with Next.js and Tailwind

Learn how to set up a new Next.js project with Tailwind CSS to build fast, responsive UIs with ease.

January 1, 2023
5 min read