Enhance your React/Next.js projects with TypeScript for better type safety and code hinting. Learn how to use ENUMs for type-safe HTML select elements.
Learn how to build a real-time chat app using Next.js and WebSocket.
Learn to create a cost-effective image optimization service using PHP, AWS CloudFront, S3, and CloudFlare, enhancing image delivery and performance.
Master deploying Next.js apps on a VPS with our comprehensive guide. Learn about server selection, setting up NGINX, SSL with Certbot, and CI/CD pipeline setup.
A quick tutorial on how to create a star field background effect in React / Next.js.
Master TypeScript's key features—Generics, Discriminated Unions, and Type Guards—with hands-on examples. Boost your code's type safety and flexibility.
In this article, I'll show you how to implement the popular NProgress NPM package in the Next.js 13 App router.
In this blog post, we're diving deep into the cosmos of code to guide you on creating an emoji selector for your Next.js forms that's both functional and fabulous.
Build a route change loading overlay using `next/router` events.
Today, we're taking a deep dive into the realm of AI-driven searches, using a powerful tech stack comprising Next.js, Sequelize, PostgreSQL, pgvector, and the OpenAI API.
Step-by-step guide to creating an 'Add to Home Screen' prompt for Next.js PWAs, targeting major mobile browsers to enhance user experience.
By leveraging the strengths of React, Tailwind CSS, and Daisy UI, we can create a user-friendly and aesthetically pleasing file uploader.
Learn to create a typewriter animation using React and Tailwind CSS. Step-by-step guide to add a retro touch to your web design.
This article aims to be your comprehensive guide on how to enhance your Next.js applications with smooth, compelling route transitions using Framer Motion.
Enhance form UX with Framer Motion: Break forms into chunks, animate transitions, and improve user experience for seamless interaction.
In this article, I'm going to show you how to create a very simple, yet elegant, dropdown menu using nothing but Next.js and Tailwind CSS.
In this tutorial, we'll walk you through the process of creating a basic authentication provider in Next.js.
Learn how you can create your own reusable universal form controller to use across your Next.js app.
Implement semantic search using Supabase/PostgreSQL, Next.js, and OpenAI. Improve search accuracy and relevance. Tutorial with code examples.
In this tutorial, we will explore how to create a custom React component that combines the power of Tailwind CSS for styling and Howler for audio playback.
In this article, we'll be exploring how to create a Google login button in React without relying on any external dependencies.
In this article, I'll show you how to create a robust OTP code input component for React.js, using no other dependencies.
In this tutorial, I'll show you how to create a modal dialog overlay and disable the body scroll bars when it is open using Next.js 13 / React.
In this tutorial, I'll show you how to leverage the power of Tailwind CSS and Next.js to create a simple yet elegant mobile-responsive sidebar using no other dependencies.
This tutorial will focus on deploying a Next.js website to CloudFlare Pages + Workers, complete with Next/Image support via a custom image loader.
In this article, I'm going to show you how to implement CloudFlare's Turnstile CAPTCHA service in a React or NextJS app using Le0Developer's react-turnstile package.
In this tutorial, I'll show you how to authenticate a user against an Azure AD domain in a NextJS 13 app environment.
In this guide, I'm going to show you how to create a NextJS app complete with a next-auth-based authentication flow, and using AWS Cognito as the identity provider.
In this tutorial, I'm going to show you how to utilize OpenAI's text-davinci API, more commonly known as ChatGPT, in conjunction with NextJS's fabulous automatic locale detection and Static Site Generation (SSG), to automate translation of your website content at built-time.
In this tutorial, I'll show you how to create your own infinite scroll component in NextJS / React without depending on an external library.
This tutorial focuses on creating a more modern website hero section using NextJS 13 Images and Tailwind CSS.
By using Twilio to build your IVR, ChatGPT as the AI backend, and NextJS for the middleware, you can get an AI-powered IVR set up in less than 20 minutes. And I'm going to show you how.
Creating forms with validation is often a tedious and daunting task. I'll show you how to streamline and speed up this process using Next.JS, React-Hook-Form, Yup and Bootstrap!
Sending form data to an email address is quick and easy in Next.JS using nothing more than your own free Gmail account, Nodemailer, and React-Hook-Form.
Incremental Static Regeneration is a new feature of Next.JS. It allows specific pages to regenerate without having to completely rebuild the app. I'll show you how to get it up and running in a few minutes and lines of code.
Learn how to create your own completely-free cloud-hosted blog using Contentful, Vercel and Next.JS.
Contentful is my new favorite headless CMS. I use it primarily for generating React / Next.JS static pages. In this tutorial, I'll show you how to programmatically create a Contentful entry with linked objects (references).
I'll show you how to create a custom Next.JS next-link component with a Bootstrap icon.