Technology

Kubernetes: Future or Fad?

I don't think Kubernetes is yet another fad, but I strongly hope it's not going to be our future either. At least not in its current incarnation.

Technology

The Try Block in Rust

I wrote previously about libs for error management in Rust. This week, I want to write about the try block, an experimental feature.