Skip to main content
Archives & Logs

Journal

Solutions Architect specializing in Azure, AI, and enterprise cloud-native development. Writing about architecture, AI agents, and building things that scale.


Unit of Work Pattern and Its Role in Managing Transactions
Deep Dive
Dec 1, 2024 · 6 min read

Unit of Work Pattern and Its Role in Managing Transactions

Master transaction management in Clean Architecture with the Unit of Work pattern. This in-depth guide explains how to implement atomic operations, maintain data consistency, and integrate with Dapper for robust database transactions in .NET applications.

Using Dapper for Data Access and Repository Pattern
Deep Dive
Dec 1, 2024 · 9 min read

Using Dapper for Data Access and Repository Pattern

Learn how to implement high-performance data access with Dapper in Clean Architecture. This comprehensive guide shows how to integrate Dapper with the Repository Pattern and Unit of Work for efficient SQL interactions and transaction management.


GitHub Codespaces: Streamlining Cloud-Based Development
Deep Dive
Oct 22, 2024 · 8 min read

GitHub Codespaces: Streamlining Cloud-Based Development

A beginner-friendly guide to GitHub Codespaces that shows how to set up, configure, and use cloud-based development environments. Learn how to eliminate local setup headaches, work from any device, use Docker containers seamlessly, and leverage VS Code's full power in the browser.


Pushing Docker Image to Docker Hub
Deep Dive
Jul 22, 2023 · 4 min read

Pushing Docker Image to Docker Hub

Learn how to build and push Docker images to Docker Hub with this step-by-step guide. This tutorial covers Docker commands, tagging strategies, and best practices for sharing your containerized applications.