"The web is so complex now" "Ugh, I wish I didn't need all these different tools and build steps...
The 3 types of developers In my experience, there are 3 types of people drawn to...
It seems most people I talk to are unaware of the job pipeline. There is a process jobs go through in...
Table of Contents: Intro Setting up the files Documentation Each API gets a file Proxies and...
In the magical world of WebDev, things move fast. Because of this you should be aware of what the hot...
Who actually needs a monorepo? Monorepos exist to solve the problems that arise when you...
General OS Setup This first section would be applicable to anyone Remove Firefox because...
Intro Inspired by the Action Retro YouTube channel trying to get Spotify to run on Windows...
A literal angel (AngelCMHxD), made a PR against one of my repos to add a .d.ts definition file for...
UI Architects are developers that deeply specialize in all things related to frontend. They should...
Here's an incomplete list of tips, tools, and settings to help make Windows 11 suck less. Biggest...
This article will compare 3 different tools for documenting and demoing Vue components. Vue-Doxen...
A quick run down of these two technologies, why they are great individually and how best to use them...
Here we go again, making the same mistake. I'm constantly reminded that every 5 years the amount of...
I often end up wishing there was a constants section in Vue, like data or methods. But something that...
If you are a programmer, digital artist, or designer and you stream online, there's a good chance you...
Intro The following is about a 5½ year old production web app with 1,256 real world unit...
The following is a summary of the Vitest GitHub issue "Vitest runs tests 3x slower than Jest", which...
Code Quality Assurance - If something isn't obvious or clear in the code to a reviewer, this can be...
There is a little known optimization technique that I've been interested in for the past few years...
Recently I've been hearing to avoid "implicit" labels and to favor explicit labels for accessibility...
If you are going to interview someone for the purposes of hiring them to write code, this is for...
There are, broadly speaking, 3 categories that almost all JS frameworks fall into: The All-in-one:...
If you have not installed a Node Version Manager, you might want to try Volta first, it may be...
Edit from the future: Okay, so this post is about jest-preview which is pretty dope, but...
These are the top items to look in to if you are interested in getting started in Web Development...
This list is sorted by version number, not recommendation. The TLDR is, use the latest unless you...
Welcome! This tutorial is considered to be an order of magnitude easier than other React tutorials,...
These are all of the steps I follow (roughly, sometimes I skip some of the plugins) when setting up...
This is the only documented way to get coverage badges with GitHub Actions. It took a few months of...