Extending Istio with Rust and WebAssembly

20th April 2020 – 4 minute read

Istio recently released verion 1.5 and one of the major changes in it is the deprecation of Mixer in favour of WebAssembly Envoy filters. Let's build one to see what it takes.

Why don't you have a monorepo?

1st February 2019 – 20 minute read

You’ve probably heard that Facebook, Twitter, Google, Microsoft, and other tech industry behemoths keep their entire codebase, all services, applications and tools in a single huge repository – a monorepo. But are there any benefits to doing that at a small scale?