About Me
Hi there! I'm Ioan, a passionate .NET developer with over 5 years of experience in building robust and scalable applications. I love working with C#, ASP.NET Core, and exploring the latest features in the .NET ecosystem.
Skills
Latest posts
All Posts
CI/CD Pipeline with GitHub Actions: Deploy Docker Compose on AWS EC2
Master CI/CD with GitHub Actions to automate Docker Compose deployments on AWS using ECR and EC2. A step-by-step guide for DevOps engineers and developers.

Automate Database Migrations with DbUp and Docker Compose: A .NET Developer’s Guide
Learn how to integrate DbUp with Docker Compose for seamless database migrations in your .NET projects. Automate your migrations and streamline your workflow.

Deploy Next.js Static Site to AWS S3 & CloudFront with CI/CD
Learn how to deploy static Next.js pages to AWS S3 and use GitHub Actions to automate CloudFront cache invalidation in a modern CI/CD pipeline.
How LINQ deferred execution can double memory allocation and add bugs
Learn how LINQ's deferred execution can unintentionally double memory allocation and degrade performance. A small oversight led to significant resource consumption.