Home
Ricardo Pieper
Cancel

The pitfalls of Redis

Over many years, I’ve been using Redis for caching and as a “distributed data structure server”. I love it. As an extremely lightweight in-memory database that Just Works™️, I’ve seen developers sl...

How I improved my interpreter speed by 27x - A Compiler/Interpreter Competition

In September 2023, one of the most anticipated events in Brazil took place: the “Rinha de Compiladores”. This is translated roughly to “Compiler Battle”, “Compiler Bout”, or “Compiler Fight”. If yo...

Deploying an ASP.NET gRPC service on GKE with GCE Ingress

Context At Monomyto Game Studios, we use Kubernetes to manage our infrastructure. Our backend team consists, currently, of just one person (me), so I’d like to keep things as simple as possible, w...