Prisma Crash Course database Sep 12, 2023

In the constantly evolving world of web development, choosing the right tools and frameworks can make all the difference in the world. One tool that has been gaining traction for a while now is...

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...
Write An AI Chatbot With Node.js & The ChatGPT API open ai Jun 29, 2023

In this article, we are going to utilize the ChatGPT API to create a chatbot with Node.js. It will be powered by the GPT-3.5 Turbo model. This will be a general chatbot that can talk about...

Continue Reading...
Vercel & Formspree | Simple Hosting & Form Solution May 30, 2023

I have been a web developer for about 16 years and back in the day, it was kind of a pain to create a good contact form solution. I was using PHP scripts that were clunky, not really secure, and...

Continue Reading...
MERN Crash Course (Part 2) - React Frontend UI, State Management With Redux Toolkit May 15, 2023

This is part two of a two-part series on how to implement a MERN stack app with an authentication system using JWTs and HTTP-only cookies. In this part, we will be creating the frontend React...

Continue Reading...
MERN Crash Course (Part 1) - Backend API, Middleware, Database, JWT & HTTP-Only Cookie May 15, 2023

In this article, we will create a MERN stack application from absolute scratch. The video for this project can be found here. This will be a single-page application on the frontend using React,...

Continue Reading...
Build a Simple Bootstrap 5 Starter Template & Workflow bootstrap Apr 19, 2023

In this tutorial, we will create a simple starter template for building and customizing Bootstrap projects. We will not be using any module bundlers. We will only use Bootstrap, Sass and Font...

Continue Reading...
ChatGPT Crash Course For Developers open ai Apr 13, 2023

I know that you've seen a ton of content on ChatGPT lately. I actually wanted to wait a while because instead of just whipping up a video and article using stuff I researched on the Internet, I...

Continue Reading...
Next.js 13 Crash Course - App Directory, Server Components & More next.js Apr 05, 2023

In this article, we are going to explore NextJS 13 and the new features including the app directory, server components, API route handlers and more. This post goes along with my NextJS 13 Crash...

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...
Vite Crash Course & Vite vs CRA javascript build tools Mar 13, 2023

In modern front-end JavaScript, tooling is incredibly important. Since we are building for the browser, we need tools to bundle all of our JavaScript files and modules. In the past, we have used...

Continue Reading...
Traversy Media Platform Launch! courses & announcements Feb 07, 2023

 

So, those of you that have been following me for a while, know that I have been creating YouTube videos and Udemy Courses for years and years. Over a decade at this point. I finally decided...

Continue Reading...
1 2