Rust: Tiny little traits
Explores using Rust traits for external types, using a custom IsLocalhost trait as a practical example to improve code clarity.
Explores using Rust traits for external types, using a custom IsLocalhost trait as a practical example to improve code clarity.
Explains Swift 5.6's type placeholders, a feature that simplifies generic type declarations by letting the compiler infer certain types.
Explores four methods for creating arrays in C#, comparing performance and use cases for new, ArrayPool, GC.AllocateArray, and GC.AllocateUninitializedArray.
An introduction to Great Expectations, an open-source Python tool for data quality testing, documentation, and profiling.
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 guide to implementing unit testing and UI testing for Swift applications, covering principles, best practices, and a practical case study.
A technical guide comparing agent options (Log Analytics, Azure Monitor, Defender for Identity) for monitoring Active Directory logs in Microsoft Sentinel.
A beginner's guide to creating, using, and making reusable button components in React with event handling examples.
Analyzing the compatibility of GraphQL with DynamoDB's single-table design, discussing trade-offs and when each approach is preferable.
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 deep dive into Kubernetes networking, explaining how to manually set up pod routing between nodes using BGP and the BIRD routing daemon.
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.
Exploring the privacy concerns of Google Analytics and why the author switched to the privacy-focused alternative, Plausible Analytics.
A survey of SQL parser libraries across multiple programming languages, comparing handwritten vs. generated parsers and their handling of basic SELECT queries.
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.
Exploring how to integrate React Query with forms, discussing server state vs client state and approaches for handling form data.