ngrok is a small command line utility which lets people on different network to access your localhost. It does this by creating a tunnel from one of its subdomain (xyz.ngrok.com) to your localhost.
Tag Archives: Developers
Google to host two special events for Mobile Chrome on June 7th and 13th
Just when you thought the month of June is filled with a lot of product launches, here’s a new one. Google plans to host two ‘special’ events for Mobile Chrome this month – on June 7th and 13th.
Google introduces “Save to Drive” Button for Developers
Google introduces a new “Save to Drive” button for web developers which will allow website visitors to save images, documents and files on their Drive account automatically.
Facebook Hacker Cup 2013: Winner Gets $10,000
Annual Facebook Hacker Cup 2013 starts on 25th January 2013. Registrations are open and final round will be held at Facebook offices in California, US.
Compiling ghostscript 8.71 from sources
Compiling ghostscript 8.71 from sources on ubuntu. Including workaround for error ” warning: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function-declaration]”
Managing local changes using “git stash” tool
(Disclaimer: I am quite new to git so I may end-up making a mistake here!) Use-case: You are using a third-party software codes via it’s git repo. For some reason, say that software’s developer does not have support for plugin or customization or the support for changes is limited. Somehow you need to make changes to […]
Codecademy – Learn Python Programming Language for Beginners
Recently, Vibin Reddy wrote a nice post which reviewed a list of 5 websites to learn HTML/CSS. It is a great resource for beginners, especially if you are new to web designing. In the list was Codecademy, which is allows learners to complete exercises created by experts. Codecademy has now rolled out resources to learn Python […]
5 Great Sites for Beginners To Learn HTML/CSS
Recently, I’m on the verge of learning basic web designing. It all started with the idea of making a landing page for myself from scratch, without using sites like About.me. I ended up discovering sites which can be very handy for beginners who’re trying to code. 1. Codecademy This is one of the best things I’ve […]
Mozilla Thimble – A Great HTML Editor for Beginners
Mozilla is trying to encourage more internet users to become familiar with HTML. Honestly, learning HTML is not really very difficult and anyone who creates content online through blogs should ideally try to learn atleast a little bit of it. Often people are stuck with what sort of HTML editor they should use on their […]
Learn HTML with the help of Mozilla Webmaker
Before I was a blogger, I was not exactly into HTML. I know a smattering of HTML and found W3Schools as a good resource for someone who is new to learning web designing. Mozilla has launched Webmaker, which actually allows users to get regular tutorials and projects that will teach coding and designing for the […]