toolingCleaning up after GreenkeeperI’ve been using Greenkeeper for a fair bit of time now and it never ceased to amaze me how good it actually is. If I have one complaint, it…
scalaFrom .NET to Scala - Where's my Dapper at?Connecting to a database is something you’ll do for a considerable amount of applications. From an in-memory cache to a globally distributed…
scalaFrom .NET to Scala - Typed Configuration with FicusContinuing on from my previous post, I’ve been experimenting with a configuration reading library called Ficus. This library allows you to…
scalaFrom .NET to Scala - Reading a configuration valueComing from .NET, we have what they call the , your one-stop shop into the land of the app.config or web.config files. .NET Core has…
scalaGetting Started With ScalaI have been racking my brain on how to learn a new language from scratch. It’s one of the first times I’ve had to learn a new language on a…