4 followers
Open Source Enthhusiast | Developer
What JWT is used for? A JWT is used for authorisation, authorisation is making sure that the user that sends a request to your server is the same user...
kubernetes Kubernetes is a container orchestration tool, developed by Google in 2014. in simple terms, it manages containers from docker containers or...
Types of shells Bourne shell (sh shell) C shell (csh shell) Z shell (zsh shell) Bourne again shell (bash shell) linux commands basic commands echo...
What is Docker? Docker is a tool for running applications in an isolated environment. It is similar to Virtual Machine but it's much faster and does...
docker images commands Shows the help for the docker images command. docker images --help pulls an image from a registry. docker pull [image]...
Git is an example of a distributed version control system commonly used for open source and commercial software development. Let's go : Initalize...