Articles in this series
Learn two ways to store key-value pairs in JavaScript · Introduction In JavaScript, there are many methods you can use to represent key-value pairs,...
Hello! Welcome to my list of some of my favorite tools/websites that I use while doing frontend development. If you have any suggestions to tools that...
It is extremely common to have to work with dates while developing software. If you're new to programming, or maybe just new to programming with...
Metadata tags are an important part of SEO, and in this tutorial we'll be going over how to implement them in Next.js. Let's say we are creating a...
Hello! Today we'll be going over how to set up a basic Next.js/React application with Clerk and Convex. I'll be setting up the infrastructure for a...
In this article, I will be going over the basics of three very common functions I use in my React projects: .map(), .filter(), and .reduce(). These...