Mon, February 3, 2025 1 min read Azure Private Endpoints and DNS — the essentials #Azure #Networking #Tutorial Understanding Private Endpoint DNS is the key to making private connectivity work in Azure. read more →
Tue, October 15, 2024 1 min read Run commands in parallel with xargs #bash #CLI #Tutorial Use xargs with the -P flag to run shell commands in parallel and speed up batch tasks. read more →
Sun, January 5, 2025 1 min read Add health checks to a .NET API #dotnet #Kubernetes #Tutorial Add /health and /ready endpoints to your .NET API for Kubernetes probes and load balancer checks. read more →
Tue, April 1, 2025 1 min read Endpoint filters in .NET minimal APIs #dotnet #Tutorial Use endpoint filters in .NET minimal APIs to add logging, validation, or auth logic without middleware. read more →
Sun, August 18, 2024 1 min read Clean up git history with interactive rebase #git #Tutorial Use interactive rebase to squash messy commits into clean, logical units before pushing. read more →
Mon, November 25, 2024 1 min read Work on multiple branches simultaneously with git worktree #git #CLI #Tutorial Git worktrees let you have multiple branches checked out in separate directories without stashing or cloning. read more →
Thu, October 31, 2024 2 min read Using Lookbehind with grep #grep #CLI #Tutorial Learn how to use lookbehind patterns with grep (or ggrep on macOS) to extract specific fields from JSON or log files. read more →
Mon, September 2, 2024 2 min read Enabling application insights with containerized dotnet applications #Azure #Application Insights #Tutorial This is a guide to enable the application map, smart detection, Failures and Performance telemetry in Application insights using a DotNet application running in Azure Container Apps (ACA) to get the most out of Azures monitoring tool. read more →
Thu, April 3, 2025 2 min read Install NVIDIA NemoClaw and run your first sandboxed AI agent #AI #NVIDIA #Docker #Tutorial Get started with NVIDIA NemoClaw — install, onboard an OpenClaw agent, and chat with it in a hardened sandbox. read more →
Tue, January 6, 2026 2 min read Installing Intune Portal on Ubuntu #Azure #Intune #Linux #Ubuntu #Tutorial Learn how to install the Intune Portal on Ubuntu to manage and enroll Linux devices in Microsoft Intune, including the required roles and permissions for device enrollment. read more →
Sun, September 1, 2024 1 min read Debug a running pod in Kubernetes #Kubernetes #CLI #Tutorial Quick kubectl commands to inspect logs, exec into pods, and debug crashed containers. read more →
Mon, February 17, 2025 1 min read Run PowerShell loops in parallel #PowerShell #Tutorial Speed up PowerShell scripts by running loop iterations in parallel with ForEach-Object -Parallel. read more →