How to host your static site with github.io subdomain

How to host your static site with github.io subdomain


You may have seen many sites which have github.io as a domain name. In this article we are going to discuss how to host your static site with github.io subdomain. You can also host your site with your_subdomain.github.io. Its just that your sub domain that is your_subdomain should be unique. How to setup github pages

http://www.bollywoodanalytics.com/

Bollywood Analytics has a new look.


Hey, everyone. So our fun project bollywood analytics has got new look and its all done by a friend of mine. He used angular js for the same and google charts apis. He is currently working on it and more advanced ui will come soon. Visit http://www.bollywoodanalytics.com. The whole UI change is done by him itself

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

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

beautiful code pens

Beautiful Code Pens.


Autumn in Cupertino by Adam Guttentag (@guttentag) on CodePen   Sistema Solar Simples com SASS by Ricardo Alves (@ricardospalves) on CodePen   Jeff the Bug in Flight Mode by Una Kravets (@una) on CodePen.   See the Pen Sassy CSS Puppy by Una Kravets (@una) on CodePen.

How to implement Load Balancing with Nginx

How to implement load balancing with Nginx


In this article of server talks we will see how we can implement load balancing with nginx as load balancer. First install nginx with the below command sudo apt-get install nginx Now we will open the nginx config and change the config to use the nginx as load balancer. You can found the nginx config at