Stop Worrying About AI Feb 08, 2024

With the advancement of AI, there has been a lot of fear and fear-mongering by "influencers" that AI is coming for all software developer jobs. I see this repeatedly, and almost daily I'm asked if...

Continue Reading...
HTMX Crash Course - Dynamic Pages Without Writing JavaScript htmx javascript Jan 04, 2024

You may have heard about HTMX. It's a small JavaScript library that allows you to create dynamic websites and interfaces without writing any JavaScript. It does this with the help of special...

Continue Reading...
Build An Expense Tracker With Vue 3 & The Composition API vue Nov 08, 2023

In this article, we are going to learn all about Vue.js version 3 and the composition API. We're going to create an expense tracker application in the process. If you already know Vue and the...

Continue Reading...
Create a Professional Website: HTML & CSS For Beginners html & css Oct 13, 2023

HTML and CSS are the fundamental building blocks of the web. They're almost always the first thing you learn when becoming a front-end or full-stack web developer. In this tutorial, we'll be...

Continue Reading...
Set Up a Tailwind Project From Scratch Oct 10, 2023

Tailwind CSS is a utility-first CSS framework. It is different from other CSS frameworks like Bootstrap or Foundation because it is not a UI kit. It does not come with pre-built components like...

Continue Reading...
15 Web Development Career Paths career Oct 04, 2023

If you're looking to become a web developer these days, it can be very overwhelming for many different reasons including the amount of technologies and tools available, the rapidly evolving...

Continue Reading...
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...