Shifting the testing culture: Motivation
A software engineer details the multi-year journey to establish a strong automated testing culture at Lyft, focusing on motivation, infrastructure, and measurement.
A software engineer details the multi-year journey to establish a strong automated testing culture at Lyft, focusing on motivation, infrastructure, and measurement.
A guide to methods and R implementations for comparing spatial patterns in raster data, covering continuous and categorical data for overlapping and arbitrary regions.
How to optimize AWS News API with smart CDN caching strategies to reduce backend load and improve frontend performance.
A reflection on two decades of blogging, focusing on its adoption at Sun Microsystems and its role in fostering technical transparency and open source collaboration.
A Chrome DevRel lead discusses the balance between promoting new web features and respecting developers' need for stable, cross-browser compatible tools.
A Chrome DevRel lead discusses the balance between promoting new web features and avoiding developer frustration, offering strategies for responsible tech communication.
A guide to setting up and using Dremio's Auto-Ingest feature for automated, event-driven data loading into Apache Iceberg tables from cloud storage.
A personal discovery about the existence and adoption of 6GHz WiFi bands, part of the WiFi 6 standard and beyond.
A guide to implementing a read-only maintenance mode in Rails for server migrations, using middleware and patching ActiveRecord/ActiveJob.
A statistical analysis of a classic 1986 dataset, demonstrating how modern displays make hidden structures visible without complex methods.
The vdirsyncer project is being renamed to pimsync, a rewrite with new features and configuration, while maintaining its core purpose as a personal information sync tool.
FrankenPHP 1.3 release brings major performance gains, a new file watcher for developers, and dedicated Prometheus metrics.
A Swift developer details unexpected crashes in Swift 6 due to @unchecked Sendable and implicit actor isolation, offering solutions for concurrency-safe logging.
A developer shares their experience migrating Azure Functions from .NET 6 in-process to .NET 8 isolated, focusing on Azure AppConfiguration setup.
Introduces the Smith-Pittman algorithm for community detection in networks and its implementation in an R package.
Introducing snooze, a lightweight alternative to cron for scheduling tasks without requiring root privileges or a background service.
A guide to deploying Azure Landing Zones using Terraform, covering the module's structure, purpose, and a practical deployment walkthrough.
Author shares detailed experience and study tips for passing both AWS Machine Learning Engineer Associate and Machine Learning Specialty certification exams.
A guide to getting started with the psql command-line interface for PostgreSQL, covering essential utility commands and configuration tips.
A guide to using git bisect for debugging, illustrated with a personal story of solving a Blazor app's infinite redirect loop.