Welcome to the Lumberjack Dev's Blog!
Latest Articles
In Part 2 we took the docker container for a basic Spring Boot application and ran it in a kubernetes Pod. In this post we explore the next level in kubernetes concept: Deployments. At a high level, Deployments allow declarative...
spring-boot
kubernetes
docker
how-to
In Part 1 we built a docker container for a basic Spring Boot application. In this post we look at some of the basic elements of kubernetes deployments and then see how we can run our application in a kubernetes...
spring-boot
kubernetes
docker
how-to
Let’s face it, no matter where we look in the software development world we find mentions of kubernetes. And there are plenty of good reasons to that. Kubernetes is really powerful and becoming many organizations’ first choice of deployment platform....
spring-boot
kubernetes
docker
how-to
In 2018, Spring Data JDBC was announced. The purpose was to provide developers with a simpler alternative to JPA while still following the Spring Data paradigm. If you’d like to know more about the motivations behind the project, check out...
spring
spring-data
jdbc
how-to
I’m going to take a quick break from direct software development topics for this post. Today I want to take some time to talk about something more related to Agile: retros. After some recent retros with my team they’ve been...
general
agile