How to add Swagger to your .NET 9 app

How to add Swagger to your .NET 9 app

.NET 9 is out, and with it, the inclusion of the Swashbuckle Swagger package has ended. What does this mean for you and your project? Let’s investigate together! The end of en era Even though removing Swashbuckle Swagger package inclusion might feel like a...
What it takes to be a Full Stack developer?

What it takes to be a Full Stack developer?

Let me take you on a journey to the land of unicorns. The land of lollipops instead of trees, cotton candies for clouds, and paths made of brownies. In this land, you can find many species. Full-Stack developers amongst them. 🚨 This article is highly opinionated and...
Simple Azure Service Bus Emulator – Finally Here!

Simple Azure Service Bus Emulator – Finally Here!

Why is there no emulator for it? There is one now! Modern development environments and fast integration tests often require services deployed locally. Recently, it has become more visible as companies shift towards more rapid release cycles, containerization, and...