5 Reasons Why Your Side Projects Are Failing career Jul 18, 2024

There are a few routes that you can take when it comes to web development. You can work for a company, you can freelance, or you can work on your own projects. The last option, to me, is the most...

Continue Reading...
Vue.js Crash Course (Full 2024) vue Jul 01, 2024

Welcome to my Vue.js crash course. This is a course that is designed to get you up and running with Vue.js as quickly as possible. It is geared toward beginners, so if you've never used Vue.js or...

Continue Reading...
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...
Image Overlays with CSS & the ::before Pseudo Selector html & css Apr 26, 2024

One common use of the ::before and ::after pseudo-elements are to create an overlay on top of an image. This is a typical pattern for hero sections or image galleries. The issue with simply...

Continue Reading...
20 Essential Browser Extensions For Web Developers Apr 10, 2024

In this article, we will look at 20 different browser extensions that can be useful to web developers in 2024. All of these extensions are available for Google Chrome, but most are also available...

Continue Reading...
20 Essentisal VS Code Extensions In 2024 productivity Apr 09, 2024

VS Code has been one of the most popular text editors or, I'd even say, the most popular for web development for the past few years. One of its biggest strengths is the amount of extensions that...

Continue Reading...
Microservices Crash Course & Intro To Moleculer JS javascript Apr 02, 2024

In this article, we're going to dive into microservices and talk about what they are, why they're important, and how they can be used to build scalable applications. We'll also look at some other...

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...
Product Filtering UI With Vanilla JS & Tailwind CSS javascript Feb 26, 2024

It's been a while since I did any vanilla JavaScript projects and I know some of the more intermediate and advanced developers may not be into this, but I know the people in the beginner range...

Continue Reading...
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...
1 2 3