Posts
All the articles I've posted.
Comparing Template Versions For Azure Resource Manager (ARM), Bicep, or Terraform Using Azure
Compare Azure resource schemas when updating API versions in ARM, Bicep, or Terraform configurations.
C# List<T> Add Method Missing Items When Count Inspected When Adding Items In An Async Task
Why concurrent List<T>.Add calls can lose items, and when a concurrent collection can help.
C# Tasks Unexpectedly Running More Than Once (Async Lambda IEnumerable<Task> With foreach Loop)
Why enumerating a deferred IEnumerable<Task> more than once can unexpectedly run asynchronous work again.
Operating A Wi-Fi Enabled Robot Vacuum / Mop During A Home Internet Outage Using A Smartphone Hotspot
Use a smartphone hotspot to operate a Wi-Fi robot vacuum or mop during a home internet outage.