Docker
-
Enterprise Java
Build Spring Microservices and Dockerize Them for Production
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Software Development
Spin up an InfluxDB instance with docker for testing
It is a reality that we tend to make things harder than they might be when we try to use…
Read More » -
DevOps
How to Docker-ise your Java application with Maven plugin
There are two maven plugins that you can use, in order to add your Java Applicatoin into Docker in an…
Read More » -
Enterprise Java
Monitoring an ADF Application in a Docker Container, Easy Way
In this short post I am going to show a simple approach to make sure that your ADF application running…
Read More » -
DevOps
Open Liberty Override Configuration
Open Liberty can be easily configured using the server.xml file in it’s config directory. If you’re running your servers in…
Read More » -
DevOps
Docker and the JVM
Even though Docker was a 2016 thing, it is still relevant today. It is the foundation of Kubernetes, the most…
Read More » -
Enterprise Java
Serverless, Java and FN Project, first steps
Serverless isn’t a new thing, but it is fair to say there is still a lot of hype about it…
Read More » -
Core Java
Java: Simulating various connection problems with Toxiproxy
Simulate various connection problems with Toxiproxy and Java’s HttpURLConnection to see what kind of errors get produced: connect timed out vs. read timed out…
Read More » -
DevOps
Automating Docker Deployments Using Jib and Payara Micro
If you are like me, you spend most of your day developing applications. During that time, it is difficult to…
Read More »