Handling Exceptions in Java Lambdas
Java streams don't play well with checked exceptions. To recover the readability we expect of streams, we can rely on Apache Commons Lang.

Technologist focusing on cloud-native technologies, DevOps, CI/CD pipelines, and system observability. His focus revolves around creating technical content, delivering talks, and engaging with developer communities to promote the adoption of modern software practices. With a strong background in software, he has worked extensively with the JVM, applying his expertise across various industries. In addition to his technical work, he is the author of several books and regularly shares insights through his blog and open-source contributions.
10 views

Nicolas Frankel
5,527 viewsJava streams don't play well with checked exceptions. To recover the readability we expect of streams, we can rely on Apache Commons Lang.

Nicolas Frankel
4,322 viewsThe default Python's dependency management system breaks automated version upgrades, take a look at the pip-compile alternative.

Nicolas Frankel
4,329 viewsContext and more surrounding the Rust integration in Apache APISIX, a good story because it highlights the power of Open Source.

Nicolas Frankel
3,066 viewsLet's browser through several extension points in Kubernetes: the data model, admission controllers, and client-side.

Nicolas Frankel
4,163 viewsThe idea behind the Gateway API is to have a clean separation between standard objects and the proprietary implementation.

Nicolas Frankel
2,568 viewsInstead of arguing about cosmetics, e.g., annotations vs. "functional", we need to spend time on intrinsics more: actors, asynchronous, etc.

Nicolas Frankel
2,296 viewsFind out about Checkov, which scans cloud infrastructure configurations to find misconfigurations before they're deployed.

Nicolas Frankel
3,035 viewsLet's focus on tracing by following a request across an API gateway, two apps based on different tech stacks, and their respective …

Nicolas Frankel
3,339 viewsWhen Kubernetes is set up, you'll want to expose some pods outside the cluster. Here I describe different ways Kubernetes provides to do it.

Nicolas Frankel
4,343 viewsLet's use a very simple e-commerce use-case to demo how to implement the Backend-for-Frontend with and without the help of Apache APISIX.