Skip to content

Guideline to basic java.time date/time classes

When and how to use which of the time classes in the java.time package: An attempt to provide some useful and easily understandable help. Find your way through the time classes even if you're scared to read their lengthy documentation!

by Dirk L. / Jvm, Backend

Scalable job processing with KEDA in Kubernetes

KEDA is a Kubernetes-based Event Driven Autoscaler. In this blog, you will see how we migrated a legacy integration service into Kubernetes and use KEDA for scaling. It explains a solution for short and long-running jobs that responds fast, is running resilient against deployments, and will be controlled based on load.

by Ralf Wehner / Infrastructure

Scaling Infrastructure Provisioning

Finding the balance between team autonomy and having an infrastructure team is hard. This post shares our approach to having a dedicated infrastructure team, while enabling product engineering teams to quickly provision their required infrastructure via a simple API.

by Yannick Epstein / Infrastructure