On my serverless journey, I had a closer look at the technologies around.
Since I have been implementing applications with Spring for many years, it was natural to try Spring Cloud Function.
Let's have a closer look at how a serverless function running as Azure Function can be implemented with Spring.
Read more
In this post I will introduce Detox as a tool for end-to-end testing for React Native. Detox helps us reduce our reliance on manual QA.
Read more
Makefiles are helpful for managing a growing number of Shell scripts.
See how you can simplify management of schema-only versioned secrets with Make and Shell:
Read more
Stripe uses webhooks to notify about events like successfully finished payments.
While integrating Stripe for the first time, I asked myself how such webhooks can be tested properly without relying on Stripe during automated test execution.
In this blog post you will learn how it works.
Read more
An overview of Kubernetes native policy manager implemented using Policy as Code.
Read more