RSSAmplifier

Blog

Amoenus Dev

I envision the world where technology and automation have given us freedom from tedious tasks and everyone can focus on what really matters most to them.

amoenus.devRSS feed ↗5 posts

Latest posts

My Approach to AI-Assisted Blogging

I am giving this blog another shot. Over the past few years, I've slowly adopted more and more AI into my workflow as the technology evolved. That shift led me to a stark realization: the messy trial-

Turn Swagger Theme to the Dark Mode

So you have Swagger integrated into your .NET Core Web API application. Maybe even using my previous guide . And now you want to customize it a bit. I prefer my UI’s dark. So, when I am presented with a predominantly white screen from the Swagger de...

How to integrate Swagger UI in a .NET Core Web API application | Amoenus Dev

Swagger tooling allows you to generate beautiful API documentation, including a UI to explore and test operations, directly from your routes, controllers and models. Setting it up is simple but requires some code changes. To enable swagger integratio...

There is no ‘wrong’ way to develop software | Amoenus Dev

Today I would like to discuss a topic of 'wrong' code in software development. I often find developers arguing. It can be about the use of languages, certain patterns or frameworks. Whichever topic it is, each of the arguers is adamant that the oppos...

No method too small | Amoenus Dev

This story starts with a call from the 1st line support that users were getting intermittent-production-only error in one of the key application my team were working on. The problem was that the application was behind the hardened environment that we...