Articles about web development and performance optimization
Scaling a solo-developer project with an open source authorization solution.
Insights I've gained watching my wife overcome an energy-draining business model.
How I augment customer support for my B2C SaaS product with AI chatbots.
Overview of what tasks run on the main thread and the impact on pagespeed.
Learn how the browser uses the DOM and the CSSOM to paint pixels on the webpage and best practices for optimization
Optimize the main thread and HTML parser by reducing blocking download time of CSS, JS, and font resources
Reduce the performance impact associated with the browser reading files
In general, what causes performance issues on your average website and how do you resolve pagespeed issues?
How the browser uses the event loop and callstack to coordinate execution of JavaScript on the main thread.
Find the right balance of tasks to defer or prioritize for better DOM rendering speed.
How to use the dev tools and browser APIs to identify pagespeed issues.
Understanding the DOM and how it's constructed is the cornerstone of performance optimization.
Optimize the browser tasks related to image painting to improve website loadspeed