Tables with zeroes
Analyzing statistical tests for independence in survey contingency tables with zero cells, comparing methods like Rao-Scott and Wald tests in R.
Analyzing statistical tests for independence in survey contingency tables with zero cells, comparing methods like Rao-Scott and Wald tests in R.
A guide on accessing and sharing loader data between nested routes in a Remix application using the useMatches hook and a custom typed utility.
Explores synthetic data generation methods like augmentation and pretrained models to overcome limited training data in machine learning.
Developer updates on free software projects, including a new secret storage system called Himitsu and progress on a custom programming language.
Analyzing chess game data from lichess.org to determine if fast thinking is the dominant factor in game outcomes across different time controls.
Explores four methods for creating arrays in C#, comparing performance and use cases for new, ArrayPool, GC.AllocateArray, and GC.AllocateUninitializedArray.
Explains the difference between default(MyStruct) and new MyStruct() in C# 10, highlighting that default bypasses parameterless constructors.
A critique of traditional metrics for observability, arguing they are limited for debugging unknown issues but still valuable for system health monitoring.
A talk on leveraging PostgreSQL's advanced features within Django web framework for more powerful database-driven applications.
A technical guide comparing agent options (Log Analytics, Azure Monitor, Defender for Identity) for monitoring Active Directory logs in Microsoft Sentinel.
A talk from PyCon DE 2022 on how to maximize your use of Django by contributing to its open-source community and development.
A technical guide on building a fully automated CI/CD pipeline using GitHub Actions, DocFx, and .NET to test, build, release, and document with one click.
A guide to migrating existing C# codebases to use nullable reference types, covering concepts, techniques, and tools to reduce NullReferenceExceptions.
Guide to preserving original UNC paths after migrating to Azure Files using DFS-N Root Consolidation and a Windows Server Cluster.
Explains how to pin Azure VM Availability Sets to specific Availability Zones for high availability and low latency workloads.
A comprehensive 2022 cheatsheet for ExpressJS covering project setup, middleware, routing, and server configuration.
Explains the differences between struct, readonly struct, ref struct, and record struct in C#, focusing on usage, limitations, and memory management.
A guide to building globally distributed, multi-region active-active serverless applications on AWS using CDK, focusing on high availability and low latency.
A talk from Django Day Copenhagen 2022 on how to get involved in and contribute to the Django open-source community.
A developer advocate shares experiences and strategies for effective remote advocacy, covering virtual conferences, YouTube content, and remote engagement.