January 24, 2020

Weekend long read suggestions 2020/04

Elixir

Infrastructure

  • kubelabs

    Set of hands-on exercises / labs to get you started with Kubernetes.

General

  • Bring your monorepo down to size with sparse-checkout

    Git version 2.25.0 introduces better support for sparse checkouts. You can use git sparse-checkout to select subdirectories of your interest from the huge repo. This was objectively the only thing I’ve ever missed when switched from subversion many years ago.