In computer science, a stack is a sequential collection of items, in which the last item placed on the stack, will be the first item removed.
[Read More]
Docker in 5 Minutes
Quick Introduction to Docker
This is my first article about Docker based on Feynman Technique. The following article explains Docker basics and summarizes each Docker component with example.
[Read More]
Linux Permissions Explained
Understanding linux file permissions
Linux file access permissions are used to control who is able to read, write and execute a certain file.
[Read More]