Assi Arai

Assi Arai

Common .NET Errors and How to Fix Them

DotNET development is great until you hit an error that makes you wonder if you should switch careers. Whether you’re working on a web application, a backend service, or a SaaS platform, you’ll inevitably run into some frustrating .NET issues.…

Docker Compose: Managing Multi-Container Applications

Hey there, thanks for stopping by! If you’ve been following my journey (and my previous project on microservices architecture might ring a bell), you know that juggling multiple containers in production can quickly turn into a logistical nightmare. Today, I…

Docker Basics: Setting Up Your First Container

When I first started using Docker, I remember feeling both excited and slightly overwhelmed. The concept of containerization sounded revolutionary, but getting hands-on was the real game-changer. In this tutorial, I’ll walk you through setting up your first Docker container,…