Concept Archive

Docker swarm 101 – A Quick guide to learning docker swarm

In this Tutorial we are going to provide quick started to docker swarm commands by working through a three nodes docker swarm cluster

Everything you need to know about deploying your micro service in a docker container

In this article, I will be working through, with detail explanation and illustration with example on how to deploy your application in a docker container.

Everything you need to know about micro services

In this writeup, we are going to look at what micro services are really all about, understanding the concept and understanding the architecture.

Everything you need to know about Git

This is article, We will be talking about what is git, how to install it and how to use it to manage development in a team. We will also walk you through a real life example to

Encoding Vs Encryption Vs Hashing

In the digital field, most people usually finding it difficult to understand these THREE terminology. Encoding, Encryption and Hashing. It is common to hear some people using these terms in the wrong sense. In this article, We will

Everything you need to know about containers and images

Before we dive deep into these concepts of containers and Images lets understand how our web applications were being deployed before the coming of containers. If you are interested in building your own docker containers and images

Everything you need to know about JWT

In this tutorial, we will be learning how JWT is used to secure web applications. The Structure of JWT Token and How server side application signs and verify a JWT