4 followers
I am a software engineer and technical writer who loves Java, Spring Boot, DevOps, and the Cloud.
Subscribe to my newsletter and never miss my upcoming articles
This article covers some internals of image layering created by container image builder Jib and explore what distroless images are and their benefits. Are you are wondering what Jib is, actually?. You probably should read my previous article before ...
In this article, I will try to explain Java 10 new feature local variable type inference using reserved type name var. Java is changing rapidly and with the new release cycle of 6 months, we are getting new features to try with every release. In Java...
In this article, I will explain how you can create a pod, deploy a spring boot application, manage the single node cluster with Lens IDE on Docker Desktop. What you will learn. How to Enable Kubernetes With Docker Desktop for Mac How to Create a Po...
A curated list of books that every experienced Java developer must-read. Covers topics such as concurrency, microservices, new feature addition in java, best practices, frameworks, etc. Effective Java Modern Java Concurrency in practice Java Mod...
In the previous article, we started a simple apache geode docker instance. However, for simplicity, we had not started any locator, server process in that article, which we will do now, and not only that, we also try to connect to the geode cluster u...
In this article, we will cover how to create CI/CD workflow for a SpringBoot Application deployed to Kubernetes using Skaffold. It is a known fact that developing applications with Kubernetes is cumbersome. That is the reason there is an ecosystem be...