JPA and Spring framework

In JPA, the EntityManagerFactory object is an entity management object that manages the connection to the database. Using Spring to manage this object will help us a lot in developing Java applications that use JPA. In this tutorial, I will guide you on how to… Read More

Some important concepts of Docker

In this tutorial, I will talk about some important concepts of Docker that anyone, who wants to work with Docker, needs to know and distinguish them. These concepts include: Image Image is an immutable template that defines components, applications will be installed in a Docker… Read More