Hey how are you all. Today I am announcing the test release of Bollywood analytics dot com. You can visit the site here. Note that this version is just testing purpose and there are just few graphs showing the count of tweets according to movies. I am working on it and will be updating with the
Author: Gaurav Yadav
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
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 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.
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
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
How to implement gzip compression in nginx to speed up your website.
Recently I was looking into page speed of my website and noticed that I forgot to enable gzip compression in my nginx config. I took out some time to implement and thus I am writing about it here. Lets see how to implement gzip compression. Why is GZIP compression required. It compress your content and hence
How to maintain consistency while uploading to AWS S3
In how to maintain consistency while uploading to AWS S3, We are talking about amazon web services storage service, popular by the name S3. We can upload file to it and retrieve it when ever required. It is also used by many big companies to serve their static files like CSS and JS. How to maintain
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? 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