-
Itron Openway mit Volkszähler
Aug 31, 2020 • itron, openway, volkszaehler
Vor einer Weile hat mich mein Vater gebeten ihm zu helfen herauszufinden wie viel Strom seiner neuen Photovoltaikanlage er an seinen Energieanbieter verschenkt, wenn er sie ins Netz einspeist.
-
A reproducible benchmark for sbt
A few weeks ago sbt version 1.0.0 has been released. One of the big ticket items in this release has been an improved incremental compiler that needs to compile less and therefore is faster. Slow builds are a common complaint for Scala developers so this generated a lot of excitement.
-
Snake case keys in Circe
How to combine Circe’s semi-automatic derivation with snake case keys took me a little while to find out.
-
Running a task on startup in sbt 1.0
If you want to run a task on startup in sbt 0.13 you’d probably do something like this:
-
Gitlab CI caching for sbt projects
Compiling and testing
sbt
projects on hosted CI platfroms like Travis and Gitlab CI is dominated by downloading the required dependencies from Maven Central.
-
Itron Openway mit Volkszähler
Vor einer Weile hat mich mein Vater gebeten ihm zu helfen herauszufinden wie viel Strom seiner neuen Photovoltaikanlage er an seinen Energieanbieter verschenkt, wenn er sie ins Netz einspeist.
-
A reproducible benchmark for sbt
A few weeks ago sbt version 1.0.0 has been released. One of the big ticket items in this release has been an improved incremental compiler that needs to compile less and therefore is faster. Slow builds are a common complaint for Scala developers so this generated a lot of excitement.
-
Snake case keys in Circe
How to combine Circe’s semi-automatic derivation with snake case keys took me a little while to find out.
-
Running a task on startup in sbt 1.0
If you want to run a task on startup in sbt 0.13 you’d probably do something like this:
-
Gitlab CI caching for sbt projects
Compiling and testing
sbt
projects on hosted CI platfroms like Travis and Gitlab CI is dominated by downloading the required dependencies from Maven Central.