5 followers
Somebody who likes to code
Subscribe to my newsletter and never miss my upcoming articles
In a previous post we saw how to use GitVersion to generate version numbers following Semantinc Versioning (using GitFlow as a branching strategy)....
Today, building microservices (technology stack aside) can be an overwhelming task due to the number of tools, technologies, and frameworks you need...
Writing tests is a key task in our day-to-day work to ensure the quality of our code. While we usually run unit tests during the build process, others...
From time to time, when we have a dependency or dependencies against an API, a subtle need arises: We want a specific response from the dependency to...
Today we are going to continue the journey with Nuke, adding new targets to the solution presented in Nuke: Deploy ASP. NET Web App to Azure, to...
AWS Aurora (both MySQL and Postgres) and MariaDB allow IAM authentication. With this authentication method, you don't need to use a password when you...