9 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
Originally published on the SUSE & Rancher Community Introduction Docker has gained immense popularity since its debut in 2013. Many enterprises rely on Docker to containerize their applications. Many things work in favor of Docker .i.e. cost-effe...
Introduction On March 16th, 2021, Java 16 was GA. With this new release, tons of new exciting features are added. Check out the release notes to know more about these changes in detail. This article's focus will be on Java Records, which got delivere...
Are you are wondering what Jib is, actually?. You probably should read my previous article before going ahead. Jib is an excellent tool for Java developers who are interested in containerizing Java applications but not so interested in creating and m...
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 10 a new feature Local-Variable Type Inference was added. It was basically aimed at reducing boilerplate code and impr...
What you will learn. How to Enable Kubernetes With Docker Desktop for Mac How to Create a Pod How to Deploy a Working Spring Boot Application on Kubernetes How to Monitor and Manage Kubernetes Cluster with Lens IDE Moving on, you may not know this,...
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...