Adding Visitor Count to Your Nextjs Website

How to implement and display a dynamic visitor count feature on your website using Next.js and MongoDB.

Implementing Email Subscription and Automatic Email Sending in Next.js with MongoDB

Next.js Server Actions and a custom MongoDB model to manage subscribers and use Nodemailer to send emails.

Setting Up Internationalization for Server Components in Next.js App Router

Internationalization for Next.js 13 URL Localization Included

Rendering Code Blocks in a Next.js and Sanity Project

How to render and copy code blocks using libraries such as @sanity/code-input and react-refractor

Visualizing GitHub Activity with React Activity Calendar

How to display Github activities data

Implementing React Toastify in Real-life Applications

Simple Notifications with React Toastify: A Beginner Guide