Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
With the release of the Next.js App Router, many developers are eager to migrate their existing...
Introduction to Next.js and Its Dominance In the last few years, Next.js has got an enormous...
Why? In the realm of Next.js, change is the only constant. Our team recently answered the...
Managing state efficiently in a Next.js App Router environment can be challenging, especially when...
Create a server.ts file in root dir of your nextjs project. vim server.ts import { createServer...
Dive deep into Next.js 13's new App Router, exploring its powerful features and best practices. Learn how to leverage file-based routing, React Server Components, and advanced concepts through a real-world cover letter generator project. Discover how the App Router revolutionizes React application structure and performance
Most Next.js 15 projects still rely on Auth.js — but Better Auth offers a much smoother experience,...
In the past, I have experimented with 3D modeling. My knowledge of how to do it goes as far as...
Let’s be honest, the libraries out there suck. You have the dnd kit, which is more suitable for...
Note: This article will be using the App Router In case you have an application that requires the...
Introduction Let's be honest - Next.js has completely changed how we build React apps....
So, previously I was searching for a great WYSIWYG text editor I can add to a few projects of mine....
Note: In this tutorial, we will be using the Next.js app router. If you read or scanned one of my...
Compared to all the other things you can add to your Next.Js projects, chat functionality has to be...
Note: In this tutorial, I will use the app router. If you are using typescript, change some of the...
Note: This tutorial uses the App Router. So, this was easy. Too easy to literally find nothing on...
Previously, I have discussed BlockNote briefly. I have said enough that you guys know what it is and...
Drupal is a powerful content management system (CMS) that provides a robust backend, while Next.js...
I have figured out rocket science! I’m lying, of course. I have figured out how to implement...