Guidance for Scaling - Reversible vs. Irreversible Decisions
A guide for founders on scaling by empowering new leaders, focusing on reversible vs. irreversible decisions in tech and product management.
A guide for founders on scaling by empowering new leaders, focusing on reversible vs. irreversible decisions in tech and product management.
Explains the C# yield keyword and generator functions, demonstrating lazy evaluation with code examples comparing IEnumerable and List.
A developer's top three AWS re:invent announcements for serverless: Lambda event filters, new S3 Glacier tiers, and DynamoDB Infrequent Access.
A technical blog post discussing Bayesian priors, sparsity in high-dimensional models, and scale-mixture of normal priors for statistical computation.
Explains the differences between Task and ValueTask in C#, including use cases, performance benefits, and potential pitfalls for async programming.
A guide on migrating from OpenTracing.NET to OpenTelemetry.NET, covering key differences and implementation changes in .NET/C#.
Explains how Singleton, Scoped, and Transient service lifetimes behave differently in Blazor WebAssembly client apps versus Blazor Server apps.
A first look at Azure Virtual Network Manager (AVNM) in preview, covering its scope, deployment, and connectivity configuration options.
Explains how to implement traffic access control between microservices using Open Service Mesh (OSM) on AKS, following SMI specifications.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
A developer reflects on three years of successful freelancing after leaving traditional tech companies, sharing career insights and advice.
A technical guide on setting up a highly available Kubernetes cluster on Azure using kubeadm, aimed at CKA certification preparation.
A tutorial on using the ILGPU library to perform GPU-accelerated matrix multiplication in C#, comparing performance with a naive CPU implementation.
A guide to building a custom Logic App that filters Azure RSS feed updates by keywords and sends targeted email notifications.
Explores C# .NET 6 preview features enabling static abstract members in interfaces, focusing on generic math and parsable contracts.
A guide for indie developers on free platforms to promote their apps, including forums, subreddits, and newsletters, updated for 2026.
A technique using a Backport struct to simplify writing Swift code that supports multiple iOS/Swift versions, making availability checks cleaner.
A guide to implementing a type-safe, feature-rich alternative to C#'s built-in enum, addressing its common shortcomings.
Explores the logit-normal distribution, its mathematical properties, and its surprising role in statistical models like logistic regression.
A collection of DevOps resources and tools, including GitHub CLI, ARM templates, GitHub Codespaces, and Bicep for Azure deployments.