Build an Expense Tracker With Next.js, TypeScript, Prisma, Neon & Clerk next.js react Jun 25, 2024

In this project, we will build an app from the ground up to track expenses. We will be using Next.js & TypeScript along with Prisma ORM, Neon, which is a serverless Postgres platform and ...

Continue Reading...
Admin Dashboard With Next.js, TypeScript & Shadcn/ui next.js react Jun 02, 2024

In this post, we will build an admin dashboard from scratch using Next.js, TypeScript, and Shadcn/ui, as well as some other packages. We are building the interface, so we won't be using any kind of...

Continue Reading...
React 19 First Look react Mar 05, 2024

React 19 is just around the corner and it will include some major changes and improvements. In this post, we will look at some of those features but we will also jump into the experimental build...

Continue Reading...
Simple Authentication For Next.js & React With Clerk next.js react Jul 10, 2023

Authentication and user management can be a real pain in the neck. Especially when you are dealing with front-end frameworks like React. There are many different ways to implement authentication...

Continue Reading...
AI Keyword Extractor With React & OpenAI open ai react Mar 21, 2023

In this project, we are going to build and deploy an AI-powered frontend React app that will extract the best keywords from any given text. We will be using the completions API from Open AI to...

Continue Reading...