Integration tests are advertised as the best choice if you are to have only one type of tests. They are a powerful tool that can test the full scope of application, but keeping them clean and easy-to-read can bring challenges. One of which is how to keep the test database state clean.
Keep reading
Continuous Integration and Continuous Delivery are an extremely important part of development lifecycle. Unfortunately, due to the lack of local environment and debugging features, pipelines development can be a bumpy road of frustration. Learn how Dagger solves these challenges!
Keep reading
These days message brokers are widely used systems supporting our applications from choking when we have many long running tasks to execute. But how can we get feedback regarding those tasks?
Keep reading
Usually as .NET developers we can create neat HTML templates using powerful Razor Engine built into MVC, but rendering Razor template requires Controller’s context. When we lack that Razor Engine Core comes in handy.
Keep reading
Creating PDF in .NET is not that straight forward as one could imagine. There are many libraries, some of them paid, but with introduction of Playwright.NET a new way have shown up.
Keep reading