Do you also get lost in the configuration annotations of Spring Boot and how to use them? In this blog, you will take a look at the configuration annotations, what they mean and how you can apply them in your code. Everything explained by means of examples. Enjoy!
Continue reading “Spring Boot Configuration Properties Explained”Podman Compose vs Docker Compose
In this blog, you will take a look at Podman Compose. With Podman Compose, you can use compose files according to the Compose Spec in combination with a Podman backend. Enjoy!
Continue reading “Podman Compose vs Docker Compose”Podman Equivalent for Docker Compose
In this blog, you will learn how to use Podman with the built-in equivalent for Docker Compose. You will learn how to use Podman ‘kube play’ and how to deploy your Podman Pod to a local Minikube cluster. Enjoy!
Continue reading “Podman Equivalent for Docker Compose”Is Podman a Drop-in Replacement for Docker?
At many places you can read that Podman is a drop-in replacement for Docker. But is it as easy as it sounds? In this blog, you will start with a production-ready Dockerfile and execute the Podman commands just like you would do when using Docker. Let’s investigate whether this works without any problems!
Continue reading “Is Podman a Drop-in Replacement for Docker?”What Is JHipster?
In this blog, you will learn more about JHipster and how it can help you with developing modern web applications. Enjoy!
Continue reading “What Is JHipster?”How to Create a GraalVM Docker Image
In this post, you will learn how to create a Docker image for your GraalVM native image. By means of some hands-on experiments, you will learn that it is a bit more tricky than what you are used to when creating Docker images. Enjoy!
Continue reading “How to Create a GraalVM Docker Image”How to Build a Spring Boot GraalVM Image
In this blog, you will learn how to build a GraalVM image for your Spring Boot application. Following these practical steps, you will be able to apply them to your own Spring Boot application. Enjoy!
Continue reading “How to Build a Spring Boot GraalVM Image”How to Build an SBOM
A Software Bill of Materials (SBOM) is getting more and more important in the software supply chain. In this blog, you will learn what an SBOM is and how to build the SBOM in an automated way. Enjoy!
Continue reading “How to Build an SBOM”How to Setup Spring Boot With Vue.js Frontend
In this blog, you will learn how to setup a Maven multi-module project which consists out of a Spring Boot backend and a Vue.js frontend. The application itself will not be created, only the setup of the project is covered in this blog. Enjoy!
Continue reading “How to Setup Spring Boot With Vue.js Frontend”How to Check Docker Images for Vulnerabilities
Regularily checking for vulnerabilities in your pipeline is very important. One of the steps to execute is to perform a vulnerability scan of your Docker images. In this blog, you will learn how to perform the vulnerability scan, how to fix the vulnerabilities and how to add it to your Jenkins pipeline. Enjoy!
Continue reading “How to Check Docker Images for Vulnerabilities”