From Code Reviews to Teamwork: Deep Dives
with Miikka Koskinen
May 6, 20252 min read78

Search for a command to run...
Articles tagged with #software-development
with Miikka Koskinen

With Sandun Dasanayake

With Cat Rivers

Most projects start by defining the application configuration file and schemas or code to validate it. The configuration can be as simple as a database connection string. Sometimes, this is read directly from an env variable in the code. In Clojure, ...

With Martin Varela

Testing is one of the aspects of software development that you can not hide yourself from. At least if you work in the industry, you shouldn't. Testing is vital to battle against regression in the code, meaning that when you add new features, you are...
