A collection of handy containers to manage my workstations ...
ABSTRACT: Microservices have revolutionized traditional software architecture. While monolithic designs continue to be common, particularly in legacy applications, there is a growing trend towards the ...
Docker-multistage-example demonstrates how a Dockerfile can be converted into a multi-stage build. Multi-stage builds are useful to anyone who needs to optimise Dockerfiles while keeping them easy to ...
This is an example of overriding the application.yml file with the OS environment variables. Single or Array environment variables can be overridden. 4 and 5 are the most common use cases for ...
HTMX is a newer technology that takes plain old HTML and gives it extra powers like Ajax and DOM swaps. It’s included in my personal list of good ideas because it eliminates a whole realm of ...
Introduced with the Java 17 release, pattern matching enhances the instanceof operator so Java developers can better check and object's type and extract its components, and more efficiently deal with ...
In this article you’ll learn how to deploy three simple Java services into Kubernetes (running locally via the new Docker for Mac/Windows Kubernetes integration), and expose the frontend service to ...