
Kubernetes - Releasing a new version of the application using Deployment Rolling Updates
In the previous article Getting Started with Kubernetes we have learned how to deploy a Spring Boot application on Kubernetes(Minikube) using …
Browse

In the previous article Getting Started with Kubernetes we have learned how to deploy a Spring Boot application on Kubernetes(Minikube) using …

Docker and Kubernetes has revolutionized how we build and run the applications. In recent years containerization becomes new normal, and many …

Intellij IDEA is the most popular IDE for Java development and there are tons of features to explore and become more productive. We all know about …

I started my career as a Java developer in 2006, and it is almost 15 years that I have been continuing as a software developer. Along the way, I have …

I worked at different types of IT organizations including small 20 people company, world’s largest bank, start-ups etc. Working at a service …

I would like to share how was my year 2020 and what I am planning to do in 2021. As we all know 2020 was a rough year due to COVID-19, lockdown and …

In Java world, Hibernate/JPA is the most popular ORM framework. Also, JPA/Hibernate is a very controversial topic because some people don’t like …

If you know me you know that I am a big fan of Spring ecosystem. I have been using Spring framework since 2007, and I am pretty familiar with many of …

When I observe old people I notice one interesting thing. They don’t usually react aggressively like teenagers do. Even when they have to deal …

If you ever worked on a large project which doesn’t have any tests then you know how painful it is to work on such codebase. You know what is …

I was working on a Spring Boot application which is planned to deploy on AWS and, we were using S3, SQS and RDS services. LocalStack provides an …

Nowadays software development is a challenging task as the number of programming languages, frameworks, libraries are increasing rapidly day by day. …