I do mostly backend dev, plus Ops. Tools no bar as long as it solves problem. Nothing brings me more joy than visiting a new place or doing something new or breaking a fear. I also like to help people find new places/things to explore. If you are in a community that values that, sign me up. Outside work, I’d be more interested if someone talked about their passions, hobbies, interests, dreams instead of the latest tech.

Firefox Tilt 3D add-on


This Firefox plugin can help you view any website in 3D, layered according to DOM elements.

Read more ⟶

Interfacing external GSM modem with Android Workbench


This video shows the demonstration of interfacing external GSM modem with Android Workbench and controlling it from a Android mobile over bluetooth communication. Here, the android mobile DONT HAVE GSM SIM CARD. The call is processing from external GSM modem connected on the ADK board.

Read more ⟶

The Heart Attack Grill


Yum. The hamburger restaurant with a menu that boasts unhealthy foods.

Read more ⟶

Painting the Cage


New Capture.

Read more ⟶

Avail Request Object in Django Form Validation


It may sometime happen that to validate a form field you need to check the value with some existing value from the database related to the User or some other entity. But sadly Django doesn’t allow accessing the Request object in the clean() or clean_<FieldName>() methods. Here is a way around it - 

Read more ⟶

Search Anywhere - A Chrome Extension to Search Websites You Like


I tend to search a lot. Various websites for various resources. https://chrome.google.com/webstore/detail/oeblleideililpfnlkiepbnipanofloh

Read more ⟶

Setup Bridged Network inside VirtualBox on Debian/Ubuntu


I cannot stay away from Terminal. :| So I was setting up a debian box inside my Windows installation. I downloaded a net installation image of Debian 6.0.3 (debian-6.0.3-i386-netinst.iso) and booted into it in VirtualBox. Well, while installing it, VB was in NAT mode and I didn’t notice that. So the installer configured the OS according to NAT mode and I had the network connection after I logged in. But as I wanted to run few server applications, I needed the OS to use a bridged connection. So I opened the network configuration of VB, changed it to Bridged Adapter mode, selected by adapter, hit Ok, then restarted the network service in the box and tried to ping google. But got error. The network wasn’t working.

Read more ⟶

Geek or Nerd? Know The Difference.


Found this Infographic and thought about sharing. Read it and know the difference.

Read more ⟶

Where The F*ck Should You Go For Drink?


In India? Wanna have some drink but dunno where to go? Well, Here is a portal to help you with that.

Read more ⟶

PHP Console Inside Your Browser


I was looking for a tool where I can write a little snippet in PHP and test it out/debug really quickly. First thought of something like these online compilers, like IDEONE. But it’s too heavy for my taste. I needed something faster. Yesterday, came across this blog post from Jordi Boggiano, who saved some work of mine(and lot of other developers) and made a tool that can run inside your browser, and let you run and debug PHP codes with ease, and it’s also FAST.

Read more ⟶