Recent Posts

Fun met functies: geluid

Er zit muziek in functies! In een tijd waarin functioneel programmeren een hoge buzzword index heeft is het wellicht leuk om te kijken wat voor rare dingen je kunt doen met zogenaamde pure functies (functies waarbij de uitvoer alleen wordt bepaald door de invoer). In dit artikel gaan we muziek dan wel geluid maken met functies. Auteur: Erik Hooijmeijer Als …

Read More »

NoSQL Use Cases: When to Use a Non-Relational Database

For decades, many companies have relied on relational databases to store, protect, and access their data. SQL databases, in particular, worked well for a long time and still do for many use cases. But, today, there is a wide range of situations where SQL databases can no longer satisfy the needs of modern enterprises, especially those that have made the …

Read More »

Stateless, Secretless Multi-cluster Monitoring in Azure Kubernetes Service with Thanos, Prometheus and Azure Managed Grafana

Introduction Observability is paramount to every distributed system and it’s becoming increasingly complicated in a cloud native world where we might deploy multiple ephemeral clusters and we want to keep their metrics beyond their lifecycle span. This article aims at cloud native engineers that face the challenge of observing multiple Azure Kubernetes Clusters (AKS) and need a flexible, stateless solution, …

Read More »