31 followers
Software developer
Hey there! ๐ Welcome to my blog, where we'll explore the exciting world of microservices, Node.js, and Kafka while leveraging the power of Google...
Hosting Multiple images on One Private Repo ยท As a developer, it's important to minimize costs wherever possible. Docker Hub provides one free private...
In this article, we'll go through the steps of building a CI/CD pipeline for a frontend application using the following tools: Github - source code...
How to create, inspect and delete docker volumes ยท Docker volumes are filesystems docker use to store and persist data generated by Docker...
Steps to Dockerizing a nodejs application 1. Create your nodejs application In this article, we will use a simple node application: node app 2....
Docker is an open-source containerization platform that enables developers to package applications into containers. containers are standardized...