CSS vs. JavaScript
An analysis comparing CSS and JavaScript animation performance, debunking myths about which is faster and explaining thread differences.
An analysis comparing CSS and JavaScript animation performance, debunking myths about which is faster and explaining thread differences.
Design decisions and performance challenges building a high-performance Rust profiler, covering low-level details like cache-line contention and async instrumentation.
Announcement of Techorama BE 2026 sessions on Azure Spot instances and EF Core parameterized collections.
Hardwood 1.0.0.Beta2 release adds VARIANT support, interactive Parquet TUI, and performance improvements for Apache Parquet parsing.
Explains how Apache Iceberg uses metadata for data skipping, enabling fast query performance by eliminating 90-99% of files before scanning.
Brent Ozar discovers a bug in SQL Server's sys.dm_exec_query_plan_stats where CPU and elapsed time values are swapped.
Learn how to reduce byte[] allocations in .NET Framework using ReadOnlySpan<T> for better performance.
A talk on optimizing JavaScript footprint for web performance, discussing best practices and the zero-JS goal.
Learn how to efficiently delete and update millions of rows in EF Core without loading entities, using ExecuteUpdate/ExecuteDelete and third-party tools.
Explores fast binary-to-text encoding using UTF-16 strings as an alternative to base64, with performance benchmarks.
Explores timesliced reservoir sampling, a new algorithm for profilers to sample event streams evenly across time.
A hands-on tour of Java 26's new features for developers, covering pattern matching, concurrency, performance, and APIs.
A roundup of reviews for Apple's new budget-friendly MacBook Neo, highlighting its performance for everyday tasks and creative work.
A review roundup of the new M5 MacBook Pro and MacBook Air, highlighting performance gains, SSD speeds, and target user scenarios.
Weekly web development newsletter covering Chrome soft navigations, Firefox setHTML, CSS centering, UX laws, and code golfing.
Explores new .NET 10 features for System.Text.Json, including duplicate property rejection and PipeReader integration for better performance.
A response to critiques of the JavaScript Streams Standard, discussing its design philosophy, performance, and role as a web platform primitive.
Compares iterative vs. Binet's formula for computing large Fibonacci numbers in Python, analyzing performance and precision.
A guide to the best GUI tools for tailing and monitoring log files on Windows in 2026, focusing on performance and features.
A guide to upgrading to HTML Minifier Next 5, covering breaking changes, configuration updates, and new features for HTML optimization.