You’ve Got Options for Removing Event Listeners
Reviewing some of the most common approaches available to remove event listeners in JavaScript.
Read ItReviewing some of the most common approaches available to remove event listeners in JavaScript.
Read ItA Superior, Native Alternative to the Lame Approaches I’ve Used in the Past
Read ItWhat Stuck Out While Migrating My Blog from Next.js to Astro
Read ItI’ve been a vocal opponent of using Disqus for a number of reasons, one of which being what it does to the performance of your
Read ItI remember when I first started to get a little more serious about blogging. It was with a statically generated Gatsby site, with posts stored
Read ItIf you’ve worked with React for any length of time, you’ve probably heard of the infamous useLayoutEffect() hook. You’ve also probably never used it. That’s
Read ItI recently made a pretty big change on my website. For the first time ever, my posts don’t live in Markdown files. Instead, they’re all
Read ItIf you haven’t noticed, we’re in a bit of a server-rendered resurgence right now. It seems like the heyday of the Jamstack, and more specifically,
Read ItHarken back to a time when you needed to execute some code a specific number of times and had some reason to not use a
Read ItThere are serious benefits to building small applications in the context of a complex, remote page. Vite makes it pretty simple to pull it off.
Read ItA few months ago, I stumbled across Goodhart’s Law: When a measure becomes a target, it ceases to be a good measure.An example: The owner of
Read ItNo matter how many times I revisit it, I have pretty consistent track record of being tripped up by how JavaScript assigns values to variables.Primitives:
Read ItAfter years of relying on Google Analytics, I've found an alternative that values what I do: performance, privacy, and data ownership.
Read ItA post on CSS Tricks exploring why HTTP requests sent during page navigation are at risk of abandonment, as well as options available to prevent it from happening.
Read ItIt’s surprisingly a big pain to create a route and render a static template in WordPress without messing with the database. For example, let’s say
Read It