LK DevConf 2020: Building for the Cloud-Native Era

Last weekend I presented at LK DevConf 2020 in Letterkenny. The theme this year was cloud-native development, and the energy was incredible. My Session: Kubernetes for .NET Developers I showed how to take a .NET Core application from local development to production on Kubernetes: Dockerfile best practices for .NET Kubernetes manifests and Helm charts Health […]

Read more โ†’

GitHub Actions for .NET: Complete CI/CD Guide

GitHub Actions has rapidly matured since its 2019 launch. For .NET developers, it offers a distinct advantage over Azure DevOps: the workflow lives right next to the code, and the marketplace for actions is exploding. This guide shows how to build a robust CI/CD pipeline for a .NET Core 3.1 Web API, including unit testing, […]

Read more โ†’

Clean Architecture in .NET: Practical Implementation

Clean Architecture keeps your business logic independent of frameworks and databases. Here’s how I implement it in .NET projects. The Layers Domain: Entities, value objects, domain events Application: Use cases, interfaces, DTOs Infrastructure: Database, external services WebAPI: Controllers, middleware Project Structure Dependency Rule Dependencies point inward. Domain has no dependencies. Application depends on Domain. Infrastructure […]

Read more โ†’

Contributions

Community Contributions Sharing knowledge and building community through conferences, user groups, and technical sessions. Community Sessions & Events Founded Letterkenny DotNet Azure User Group May 2018 Global Office 365 Developer Bootcamp 2018 October 2018 View on GitHub โ†’ Global AI Bootcamp 2018 December 2018 Introduction to Azure Cognitive Services – Session & Lab Hands-on Lab […]

Read more โ†’