All Stories
Git Merge vs Rebase
When you are using git, most probably you may used git merge or git rebase to combine two branches. Pretty much both of these commands do the same thing. But people select either of t...
In git, Feb 03, 2019Kubernetes in Microservices World
Handling large software which has multiple services is a tedious, time-consuming task for DevOps engineer. Microservices comes into the rescue DevOps from all these complicated deploy...
In devops, Feb 02, 2019Deploy Your First Application in Docker Swarm
In this post we will go through the basic concept of the Docker Swarm and have some hands on experience of deploying application on Docker Swarm. You need to have basic knowledge abou...
In devops, Feb 01, 2019Introduction to The Docker Life Cycle
Maintaining a large software application is not that easy task since it may have lots of dependencies and OS related configurations. What if you can create an OS image which already c...
In devops, Jan 30, 2019SQLite Database Internal Architecture
In a computer program, the database is the heart of handling data. It provides an efficient way of storing and retrieving data fast. Learning Database internal architecture in code le...
In database, Jan 29, 2019Commonly Used Docker Commands
In this post, we are looking into some commonly used docker commands.
In devops, Jan 28, 2019