Introduction: Here, we will discuss what we are going to explore/learn in the next few days. Also, we will discuss what all tools need to be installed/configure for learning or practicing Data Engineering key concepts. Please find below a list of technologies which we are planning to learn in the next few days. (Please also... Continue Reading →
Docker Compose & Deploy Apps using it
We had a basic understanding of what docker is and how to deploy simple applications to complex applications using docker in previous blog. If you did not have a look on that start with below blogs so you have better understanding. https://developershome.blog/2023/01/23/what-is-docker/ https://developershome.blog/2023/01/24/create-first-docker-container-app/ Here, we will discuss about docker compose and how to deploy application... Continue Reading →
Create First Docker Container & App
Please start with first blog on Docker at https://developershome.blog/2023/01/23/what-is-docker/ In this blog, we will understand how to use docker and how to create docker container/image and deploy first application on Docker. Once Docker is installed, if you go to terminal and write docker ps -> It will list all the docker container docker image ls... Continue Reading →