What is Java?

September 5, 2023 Off

Java is an object-oriented programming language as well as a software platform. Probably when you are reading this, object-oriented programming language or software platform doesn’t excite you. But Java ruled and still ruling Developer communities and Enterprises for the last few decades, after its invention in the early 1990’s. Why did we need Java? When…

By Bappa

How does a basic web application work? Why do we need Kubernetes?

October 11, 2022 Off

Before we understand how Kubernetes work, we must understand how a basic web application work. Based on the Kubernetes document “Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation”. This is for beginners to understand how Kubernetes works so I am trying to…

By Bappa

Why container and how that is different from Virtual Machine

June 6, 2022 Off

We tried to understand What is Docker? Why is it so popular? Now let’s try to understand how the container works. Why Container? Yes, I believe that’s the most important question we should understand first. We have our local system to build an application. We can have Development, Test, and Production environments where we need…

By Bappa

What is Docker? Why is it so popular?

June 6, 2022 Off

Docker is a platform for developing, deploying, and running applications. Currently, Docker is synonymous with Containerization. Why is it so? Why Docker is so popular? Let’s try to understand So, what is Docker? Docker is a containerization platform. It has two main purposes. First, it helps put application code, configuration, and framework libraries together in…

By Bappa