A Management Maturity Model for Performance
A framework for engineering teams to improve web performance by focusing on management maturity, not just technical solutions.
A framework for engineering teams to improve web performance by focusing on management maturity, not just technical solutions.
Explains how Core Web Vitals apply to Single-Page Applications (SPAs), highlighting measurement gaps and optimization strategies like SSR.
A tool for checking if third-party scripts on your website use green hosting and their environmental impact.
Explores techniques to reduce the environmental impact and improve performance of social media embeds and widgets on websites.
Explores using the HTML [hidden] attribute with Angular's trackBy for smoother, more performant client-side filtering compared to *ngIf.
A web developer argues for reducing the environmental impact of websites through individual and collective action, addressing common criticisms.
Analyzes performance improvements and hardware scalability of the PairwiseDistancesArgKmin algorithm in scikit-learn's k-nearest neighbors implementation.
Introducing PairwiseDistancesReduction, a new Cython-based abstraction in scikit-learn for high-performance CPU computations of reductions over pairwise distances.
Explains ongoing developer efforts to dramatically improve scikit-learn's performance, focusing on hardware scalability and algorithmic optimizations.
Explains how using variable web fonts can improve website performance by reducing font file requests and page load times.
A developer shares insights from building and open-sourcing a React component for virtualizing large lists to improve performance.
A technical guide on building high-performance PostgreSQL extensions using the Rust programming language and the pgx framework.
Analyzes the performance cost of exceptions in .NET, showing how they slow down loops and offering optimization advice.
Explains why using `useMemo` to create a stable handlers object is preferable to multiple `useCallback` hooks in custom React hooks.
CSS techniques to optimize Core Web Vitals like LCP and CLS, covering layout, images, fonts, and animations for better performance.
Final part of a series on optimizing AWS Lambda cold starts for ASP.NET, covering advanced techniques like burst CPU usage and pre-JIT compilation.
A guide to speeding up local Storybook development by filtering and running only specific component stories instead of building all stories.
Analyzes performance tradeoffs between SQL joins and CASE WHEN statements in R for data cleaning, focusing on speed and memory usage.
A guide to improving React Native app performance with tips on image caching, optimization, and preventing unnecessary re-renders.
Analyzes the performance and cost drawbacks of client-side A/B testing and explores edge computing as a superior alternative.