Migrating from OpenTracing.NET to OpenTelemetry.NET
A guide on migrating from OpenTracing.NET to OpenTelemetry.NET, covering key differences and implementation changes in .NET/C#.
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.
Explains the security concept of Audit Trails in SQL Server, covering their purpose, implementation, and importance for incident response.
Argues that developers should rely on third-party software distributions to package their software, rather than distributing it themselves.
Author shares key takeaways from a Pluralsight Author Summit on interactive labs, live video, and in-person events, plus updates on upcoming tech tutorials.
A developer shares insights from building and open-sourcing a React component for virtualizing large lists to improve performance.
A tutorial on setting up and using the Neo4j Graph Database with Node.js, including connections, models, and basic CRUD operations.