Deployment Stacks for Bicep are awesome: a full walkthrough & sneak peek and of what's coming soon!
A detailed guide on using Azure Deployment Stacks with Bicep to manage resource lifecycles at scale, including a preview of upcoming features.
A detailed guide on using Azure Deployment Stacks with Bicep to manage resource lifecycles at scale, including a preview of upcoming features.
A developer shares a workflow tip for learning Rust by automatically creating Git snapshots of each build to track compiler errors.
A review of senpai, a modern terminal-based IRC client, focusing on its features, configuration, and integration with an IRC bouncer.
A tutorial on automating the creation of consistent ggplot2 graphics for different data subsets using the purrr package in R.
A guide to hotfix iOS 17 widget issues: adopting the new containerBackground API and disabling extra padding for compatibility.
A critique of Contributor License Agreements (CLAs) in open source, arguing they allow companies to later make projects proprietary.
A developer explains why they prefer xUnit over other .NET testing frameworks, focusing on its test isolation design.
A technical tutorial on using R to analyze and visualize personal Google Location History data, using a 5,000-mile road trip as a case study.
Discusses the need for clear support expectations in open source to reduce maintainer burnout and improve sustainability.
Learn how to use the 'act' CLI tool to locally test and debug GitHub Actions workflows, speeding up development.
A comparison of documentation tools like Confluence, SharePoint, and Azure DevOps wikis for software teams, focusing on collaboration and feature requirements.
Introduces the new opinionated formatter for Bicep templates in VSCode, detailing its experimental features and configuration for code style consistency.
A tutorial on implementing the new iOS 17 palette picker menu style in both SwiftUI and UIKit for displaying compact, scrollable option rows.
Explains the performance and readability benefits of ordering LINQ queries as Where.Select instead of Select.Where in C#.
Part III of a tutorial series on jq, focusing on core filter concepts for selecting and processing JSON data, including the dot filter and JSON syntax.
Explains how to correctly use Service Principal IDs (Client IDs vs. Object IDs) for Azure RBAC and Azure DevOps, fixing a common error.
A guide to implementing the Mediator design pattern in C# from scratch, inspired by the MediatR library.
A guide to using SwiftUI's ContentUnavailableView for handling empty states and search results in iOS 17+ apps.
Explains C# 12's new collection literals feature, a concise syntax for creating and merging collections and dictionaries.
Explains the internal workings of the .NET List<T> class, focusing on its dynamic array implementation, resizing behavior, and performance considerations.