Working with Recipes and Gateways in Microsoft’s Radius
Explains how to use Radius recipes to deploy Redis and configure gateways for multi-container applications, with examples in Bicep.
Explains how to use Radius recipes to deploy Redis and configure gateways for multi-container applications, with examples in Bicep.
A developer explains their journey migrating their personal blog from Gatsby to Astro, detailing the reasons for the switch and the benefits of the new static site generator.
A technical blog post demonstrating how to use R programming to computationally enumerate all possible 5-card poker hands from a standard deck.
A tutorial on integrating TailwindCSS with Blazor, covering setup, configuration, and automating CSS generation during the build process.
Explains the concept of Structured Concurrency for robust async code and demonstrates a potential C# implementation using a TaskScope.
A hands-on guide exploring the Apache Flink SQL Client, covering setup, result modes, and running basic queries in a local cluster.
A tutorial on implementing a master-details view using Bootstrap Modals in an ASP.NET Core Razor Pages application with AJAX and Entity Framework Core.
A developer revisits an Advent of Code puzzle, optimizing the solution with a new algorithm and implementing it in x86_64 assembly for performance.
Explains a zsh shell error 'cd: string not in pwd' when using wildcards and details the useful 'cd old new' syntax for navigating directories.
Explores .NET 8's new Blazor Web template, unifying server and WebAssembly models with per-component server-side rendering.
A developer details the technical process of redesigning their personal blog, focusing on CSS improvements, dark mode, and a new color scheme.
A guide on creating a custom Renovate datasource to automate Kubernetes version updates for a Civo cluster using Pulumi and Go.
GitHub executive Ben Balter shares insights on effective communication strategies used by engineers at the world's largest software development platform.
Explores the performance impact and technical details of memory alignment for double arrays in .NET, including benchmarks.
A .NET developer shares technical interview questions focused on C#, SOLID principles, async/await, and database queries to assess problem-solving skills.
Ghostty terminal emulator devlog covering GUI improvements, beta growth, and a discovered Vim bug related to TERM variable handling.
A developer's weekly learning log covering Azure Machine Learning, Prompt Flow, Microsoft Fabric, Copilot, and an LLM hallucination paper.
A guide on using Azure Database for PostgreSQL with the vector extension as a vector store for LLM applications, including setup and integration with LangChain.
Explains how C# 12's new primary constructor feature reduces boilerplate code, especially in Dependency Injection scenarios.
Explains how to use GitHub's CODEOWNERS file to automate reviewer assignments and enforce branch protection rules for repository maintenance.