Writing a Regular Expression to Target Images Without a Class
A while back, I wrote about building your own lazy loading functionality into WordPress. In that post, I use a regular expression to add a
Read ItA while back, I wrote about building your own lazy loading functionality into WordPress. In that post, I use a regular expression to add a
Read ItResource hints (preload, prefetch, prerender, etc.) have breathed some fresh life into the front-end performance game, especially as browsers are coming to support them more
Read ItA post on CSS Tricks in which I explore why JavaScript’s reduce() method is able to help sequentually resolve a collection of Promise objects.
Read ItIt’s easy to rattle off a bunch of ways you can improve the performance of your website: minify your CSS & JSoptimize your imagescache the crap
Read ItIf you’ve spent 20 seconds in WordPress development, you’ve likely worked with, cursed, and fallen in love with the WP_Query class – one of the
Read ItSqueezing every last drop of performance out of your website on any platform is an always-changing, never-ending, often addictive battle.Among the several tactics you can
Read ItIf you’re making modifications to the functionality of your WordPress site or application, there are generally two places where people put the code to do
Read ItWhen I started in development, beginning a new project often felt like drowning and then being asked to write some functioning JavaScript. At the time,
Read ItWhen you’re looking to incorporate any given feature into your WordPress application, there’s rarely a shortage of third-party plugins out there to make it happen.
Read ItA while back, I wrote my first Lambda function with Firebase. Like every Lambda function tutorial on the web shows you how to do, mine
Read ItSecurely handling personal information on the web is a pretty big deal, and one of the ways you do that is making sure none of
Read ItIf you’ve been a developer for more than 7 minutes, you’ve probably felt uncomfortably pressured into doing something weird with your code, like specifically styling
Read It