
How to Create a Verification Code Input Component in React / Next.js
In this article, I'll show you how to create a robust OTP code input component for React.js, using no other dependencies.
Educational articles on full-stack development, design, and systems engineering.

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 set up AWS Cognito, in conjunction with AWS SES (Simple Email Service), to handle all of your user authentication needs.