PinnedJava: database versioning with LiquibaseVersioning database changes is as important as versioning source code. By using a database migration tool we can safely manage how the…Apr 28, 20211Apr 28, 20211
PinnedGolang: declarative validation made similar to Ruby on RailsWhen it comes for validating input data, boiler plate code with a lot of if conditionals come right in the top of my head. Remembering my…Apr 28, 2021Apr 28, 2021
Golang: benchmarking made easyBenchmarking your application is often a good idea when it comes for fine tuning its performance.May 5, 2021May 5, 2021
Makefile: properly displaying its usageMakefile is an awesome tool and I use it a lot, mainly in Golang projects. In this quick article we’ll see how to display a useful help…Apr 28, 2021Apr 28, 2021