Full Stack Cloud Native Application: A Feedback Form

Introduction This article is a step by step example, how to develop, build and deploy a cloud native application with its infrastructure components. This cloud native application uses OpenShift as the underlying application platform with following features:  The use case is a feedback form, where users can give their feedback. The repositories for this application […]

Data is the New Gold – How to Work with Databases in Quarkus

Photo by Rene Böhmer on Unsplash By using Quarkus you can write lightweight and lightning-fast Java applications that scale on OpenShift/Kubernetes in a matter of milliseconds. But to achieve linear scalability and resilience of your application you should strive to create stateless applications. If you scale up multiple application instances that all connect to the […]