Category: Uncategorized

  • How To Build Postgres Server on Docker Locally

    Having ability to create a on demand local Postgres server in docker container is very beneficial for any application developer who wants to run or develop any application locally which is dependent on Postgres server. I will discuss how to do that is very simple steps. Step 1: Create a Docker file Create a folder…

  • What is the difference between the JPA and Hibernate?

    What is the difference between the JPA and Hibernate?

    Often we wonder what exactly is the difference between JPA and Hibernate. Hibernate is a very commonly used technology to interact with database on object oriented way. Similarly JPA which is acronym for Java Persistence API is used for interacting with the persistence layer using objects. So the question is what exactly is the difference…

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!