What are Docker and Containers: An introduction

Hello World with Docker: Learning Docker and Containers.


In our last article we talked about dockers and containters. Here we are going to say do hello world in docker. For this we need to install docker and see few basic commands of docker. Hello World with Docker Installation You can download docker from here https://www.docker.com/docker-ubuntu. Or you can also use these instructions to install docker in

What are Docker and Containers: An introduction

What are Docker and Containers: An introduction


When we work on any development. What is the excuse that we use to hear the most. It is “This code was working on my machine there may be something wrong with your machine“. One of the major objective of docker is to solve this problem. Docker solves this problem by building a container which

Level order traversal of a binary tree.

Level order traversal of a binary tree in python.


Binary tree are the tree where one node can have only two child and cannot have more than two. Level order traversal of a binary tree. Level order traversal means that we visit the nodes level by level. Like for below tree the level order traversal will be  Its Level order traversal will be 1

Don't marry a programming language.

Don’t marry a programming language.


A guy asked me: What programming language should I learn. Me: Don’t marry a programming language. At different steps of your life you will need a different programming language. And you must be adaptive to the change. The technology is growing at much more faster rate than ever in history. And if you are still

Best code editors for different programming languages

Best code editors for different programming languages


Code editors are required to make you work fast. With better code editor and its integration for particular language you can get the most out of you time. Lets see best code editors for different programming languages Best code editors for different programming languages C# – Visual Studio, SharpDevelop Java – Eclipse, NetBeans, IDEA, Atom, Sublime

Command to get top ten processes consuming most CPU

Command to get top ten processes consuming most CPU


When you are running a web server it is really important to keep the track of process which are consuming most resources. We will see the command to get top ten processes consuming most CPU Command to get top ten processes consuming most CPU Such tracking is important when there is a DOS attack and you

what happens when you click a link

What happens when you click a link?


What happens when you click a link? So, when you click on a link,  there are three things that can happen. What happens when you click a link? 1. Simple Action with url and no javascript of any other such language involve, also no css is involved.  At a high level, when you click on