How I reduced an API call from >5 seconds to under 100ms
Given that 100% of the databases I have interacted with in my professional career have been SQL databases, my data-based mental model (please enjoy my pun) has…
Given that 100% of the databases I have interacted with in my professional career have been SQL databases, my data-based mental model (please enjoy my pun) has…
It’s common knowledge that hydration errors in React can be difficult to debug. Learn how Sentry’s Session Replay can help you tackle these errors.
Understand what happens before your web page loads to optimize your web page for better performance. Learn more about how to make your web page faster here.
Largest Contentful Paint (LCP) is a Core Web Vital (CWV) metric that marks the point in the page load timeline where the main page content has likely finished…
Google Lighthouse has been one of the most effective ways to gamify and promote web page performance among developers. Using Lighthouse, we can assess web…
If you’re a developer, you need a personal website. While billionaire-owned, algorithm-based social media platforms arbitrarily decide what people should and…
Remember Grunt files? Gulp files? We rarely need to think about CSS minification, chunking, splitting and post-processing anymore. Here's why.
Learn about a common misconception of Cumulative Layout Shift and how to measure and prevent unexpected CLS issues on your web pages.
Here's how two small changes improved the TTFB of my website homepage by over 80%.
Learn about INP: the new Core Web Vital that's replacing FID, and how you can optimize your websites for performance today.
When I first had the idea for this post, I wanted to provide a collection of actionable ways to handle errors caused by API rate limits in your applications.…
Your images are 404ing all over the place. You’ve got an angry email from a client. Their site is “broken”, images aren’t loading, cumulative layout shift is…
Learn four things to consider when building APIs related to HTTP status codes. And when consuming APIs, don’t do what I did. Read the documentation, understand how the API is designed, and code defensively around unexpected results.
Learn all about image lazy loading and how it can help improve performance, user experience and core web vitals, which helps boost your search engine rankings.