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
Category: Web development
What components a simple software project should have?
When we talk about what component a software project should have we have many things that come in our mind like logging, error handling and reporting. In this article we are going to talk about few such components that will make your project complete. Lets start with what components a simple software project should have.
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
Introducing Bollywood Analytics : www.bollywoodanalytics.com
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
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
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
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
Terminal in browser: Building a Javascript Terminal in your website.
Javascript Console is very useful when it comes to debugging webpages. Normally you can see it when you right click on the webpage and inspect the webpage. Here for making a JS console and also to make it run your commands we will be using a Javascript library. Here we will be making a terminal
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
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