How to Secure Your Web Apps With An API Gateway
When header values depend on the web app, we need to reload the configuration without downtime and Continuous Deployment pipeline …

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.
39 views

Nicolas Frankel
2,901 viewsWhen header values depend on the web app, we need to reload the configuration without downtime and Continuous Deployment pipeline …

Nicolas Frankel
2,796 viewsThe VSCode ecosystem has matured, and lots of plugins are available. I decided to give it a shot. Let's see how and why to get started!

Nicolas Frankel
3,476 viewsHere I list several hard things I've been exposed to. I believe there are many others: I'll be interested in the ones you've encountered!

Nicolas Frankel
2,840 viewsI miss some features in Java that would improve my code's readability, expressiveness, and maintainability.

Nicolas Frankel
2,426 viewsWriting summaries of conference talks is probably the best way to focus on the talk and listen actively...

Nicolas Frankel
3,265 viewsHere is the complete process for setting up Jekyll on a Mac to help other developers who want to do the same and my future self.

Nicolas Frankel
3,004 viewsLearn how to chop up the monolith by exposing the to-be-chopped parts via HTTP and use an API Gateway to route the wanted requests to one's …

Nicolas Frankel
3,491 viewsLearn about Kotlin context receivers to be able to pass additional parameters to a function without having to do it explicitly.

Nicolas Frankel
3,430 viewsLearn how to run a build on GitLab only if a condition is met, especially helpful when conditions are expensive and time-consuming …

Nicolas Frankel
3,614 viewsDid you know GitHub and Google Cloud have all the infrastructure available to get short-lived tokens securely? Handy for Java devs and more!