Pandas Groupby Warning
A warning about a subtle pandas groupby issue that can lead to incorrect data aggregation sums if missing values are not handled properly.
A warning about a subtle pandas groupby issue that can lead to incorrect data aggregation sums if missing values are not handled properly.
Explains the differences between Bayesian posterior predictions, linear predictions, and expected predictions using R, brms, and Stan.
Explains how to use the built-in rate limiting middleware in ASP.NET Core .NET 7 to control API and web app traffic.
A guide to setting up a remote Docker host on an x86_64 machine (like AWS EC2) to run containers not available for ARM architecture.
A guide to automatically wrapping Express.js middleware to enforce request timeouts, eliminating the need for manual checks in each middleware.
A guide on how to simulate and test geolocation features using the Playwright browser automation framework.
Explains the multifaceted role of an Engineering Manager (EM) in hiring, facilitating work, team alignment, process improvement, and coaching.
Explains how to use the new optional arguments feature in Terraform 1.3 for defining flexible input variables with type constraints.
A mathematical and computational exploration of the probability of a coin landing on its edge, inspired by Matt Parker's question about a 'three-sided coin'.
Explains pagination concepts, formulas, and implementation in C#/SQL, comparing it to infinite scrolling for efficient data loading.
A technical guide diagnosing and fixing a slow SSH connection over Tailscale by adjusting firewall rules to enable peer-to-peer networking.
A guide and community resource for preparing for Hacktoberfest 2022, covering open source contributions and tips for newcomers and maintainers.
Analyzes Mark Zuckerberg's recent comments on raising performance expectations at Meta, linking it to broader challenges of scaling engineering teams in large tech companies.
Guide for developers on implementing subscription management links in iOS/Android apps to comply with Google's updated policy.
A guide to implementing Clean Architecture folder structure in .NET solutions, covering Domain, Application, Infrastructure, and Presentation layers.
A guide to structuring Blazor applications using a feature-based folder organization instead of the default template layout.
A critique of traditional corporate hierarchies in tech, arguing they harm fulfillment and business by pushing people into management over their true passions.
A guide to installing and using a new .NET 7 project template for building feature-rich console applications with Spectre.Console.
A keynote exploring the trade-offs between batch and online recommender systems, with real-world examples from Amazon Books.
A guide to automating Cloud Build triggers for Pulumi infrastructure projects on Google Cloud Platform using Python.