Tags Overview for All Blog Topics

GitHub Actions and CI/CD Workflows

GitHub Actions

GitHub Actions enables event-driven CI/CD automation integrated with GitHub repositories. This collection covers workflow design, reusable actions, deployment strategies, and reliable pipeline automation.
GitHub Copilot AI Code Assistant

GitHub Copilot

GitHub Copilot provides AI-powered code completion and suggestions. This collection explores effective Copilot usage patterns, quality considerations, and maintaining code understanding while leveraging AI assistance.

GitOps

GitOps operationalizes infrastructure and application delivery using Git repositories as the source of truth. Automated agents continuously reconcile the desired state in Git with actual system state, enabling declarative deployments, audit trails, and rollback capabilities through standard Git workflows.

Governance

Governance establishes frameworks, policies, and controls for compliance and accountability at scale. This collection examines practical governance mechanisms that support regulatory requirements without becoming bureaucratic friction.
Hidden Gems in Software Development

Hidden Gems

.NET ships an enormous surface area, and the documentation rewards teams that read past the first page of release notes. Most projects never enable Central Package Management, never replace ad-hoc string.IndexOfAny calls with SearchValues<T>, and never turn on the nullable reference type analyzers that would have caught last week’s NullReferenceException at compile time. The features exist. The defaults just don’t make them visible.