The Trie - A powerful data structure
A technical guide explaining the Trie data structure, its implementation in C#, and its advantages for autocomplete and search operations.
A technical guide explaining the Trie data structure, its implementation in C#, and its advantages for autocomplete and search operations.
A developer shares common tips and feedback from reviewing over 10 iOS app press kits, focusing on content, screenshots, and asset presentation.
Part 3 of a tutorial series on building a Todo app with the UNO Platform, focusing on creating a dialog component for user interaction.
Part 2 of a tutorial series on building a Kanban-style Todo app using the UNO Platform for cross-platform development.
Explains how to migrate Active Directory groups between forests using ADMT and Azure AD Connect while maintaining Azure AD links via specific GUID attributes.
A tutorial on building a cross-platform Kanban-style Todo application using the UNO Platform with C# and XAML.
Analysis of the Dirty Pipe Linux kernel vulnerability (CVE-2022-0847), its impact on cloud environments, and defensive advice.
A guide to using SIMD (SSE) instructions in C# to optimize performance, demonstrated by summing a list of integers.
Part 4 of a Kubernetes for Developers series, focusing on setting up monitoring with kube-prometheus-stack, Prometheus, and Grafana.
Explains the repository design pattern to improve Fluent ORM usage in Vapor 4, addressing issues with models and queries.
A developer shares their experience creating and publishing their first Rust crate, 'recoord', for handling and resolving geographic coordinates.
Part 4 of a series for MSPs on using Azure Policy to enforce governance and guardrails across multiple customer Azure tenants at scale.
A developer troubleshoots and fixes empty responses in Cloudflare Workers Sites caused by caching headers and conditional GET requests.
Explains the Decorator Pattern in C# using a cached repository example to add behavior dynamically without subclassing.
A tutorial on creating a custom RequiredIf validation attribute for conditional form validation in Blazor applications.
Explains how to use Directory.Build.props to centralize and manage common MSBuild configurations across multiple C# projects.
A guide for iOS developers on how to programmatically open their app's Documents folder in the Files app using a URL scheme.
Exploring Azure AD B2C's 'Seamless Migration' feature for moving user identities to the cloud with minimal friction.
A tutorial on implementing gradient borders for UIViews in UIKit using CAGradientLayer and UIColor patterns.
Explains how to use DebuggerTypeProxy and DebuggerDisplay attributes in C# to control how complex objects appear in the debugger.