November 22, 2019

Weekend long read suggestions 2019/47

Production Code

  • A More Type-Driven Elixir Workflow? Maybe

    Great intro (and reasoning) into Functional Elixir, which bring primitives known from other functional languages, such as Haskell.

  • Comby a tool for changing :[code]

    We simpler version in the previous gig as it turned out to be really useful to mass-change existing source-code. We used to have couple hundred git repos as every micro-service had its own. That worked perfectly well for actual development, but was pain for a regular maintenance (e.g. update of dependencies). Comby is really neatly designed, give it a try!

DevOps / Infrastructure

Interesting Stuff