I’m working on the hybrid angular web application. We did update the angular version and released it to our QA environment, everything went fine until…
I’m working on the hybrid angular web application. We did update the angular version and released it to our QA environment, everything went fine until…
Recently did some research about snap-to-road functionality. In this blog post, I will try to share results and compare some edge cases where coordinates are…
This blog post was moved from the old blog. One way to learn something new is to write unit tests exploring a new library, that…
In this blog post, I will demonstrate how to write a custom .NET CORE API version selector. While it’s easy and libraries provided all the…
Caprover quickly became my favorite server management tool. If you are a solo developer or working in a smaller team, you should definitely give it…
Mapster brings some new ideas to object mapping world. Model generation, async custom actions after map, dependency injection. In this post, I will try to…
Pro Windows Subsystem for Linux (WSL) Review is in quotation marks because this is not a full review, this is a summary and tips of…
System.ComponentModel.DataAnnotations.Required validation doesn’t work how most people imagine it working. Required – it does have value, if the property is nullable and value is null…
In this short blog post I want to show how useful EF DB first approach is when testing. While working with legacy project you might…
Now that we have database migrations and API integration tests set up we can combine them together. In this post, I will go through some…