Posted on May 8, 2011, 12:10 pm, by Mayank Jain (makuchaku).
The best way to understand MapReduce is to actually see & feel it in action. Following is the simplest possible example I could cook… (Gist link) var Job = { data : [ "We are glad to see you here. This site is dedicated to", [...]
Posted on April 27, 2011, 2:09 pm, by Mayank Jain (makuchaku).
Its been very recent that I’m seriously looking into Javascript – and trust me, there is no dearth of stuff that can be achieved with purely client side code (HTML/CSS/JS). With the modern browsers churning out best of the breed in JS environments (both headed & headless), everything is going to come to a browser [...]
Posted on August 12, 2010, 8:33 pm, by Mayank Jain (makuchaku).
Faster HTML and CSS: Layout Engine Internals for Web Developers (@GoogleTechTalks) I think I never cared about these – but the way David Baron from Mozilla describes these, I think I will now. The points he was making started seeming so crucial that I jotted them down as if taking notes – something I never [...]
Posted on October 19, 2009, 1:28 pm, by Mayank Jain (makuchaku).
Posted on July 23, 2009, 12:19 am, by Mayank Jain (makuchaku).
Firefox is agreeably slower than most other browsers (specially Google Chrome) – even on my Ubuntu. Here is a great tip – after deploying which, I did felt the response time for cold startup and the UrlBar get better. And here are the results… for file in `ls *.sqlite` do ls -lh $file sqlite3 $file [...]
Posted on April 1, 2008, 3:18 pm, by Mayank Jain (makuchaku).
Ever experienced Speed Dating? As finding friends/partners is to Speed Dating, finding investors/future-employees is to Startup Lunch. Startup Lunch is an initiative on the lines of (and by) Proto.in and in concept, is very similar to speed dating. The startup founders are seated on one side and the candidates get to say hello and have [...]
Posted on February 10, 2008, 10:20 pm, by Mayank Jain (makuchaku).
This weekend, I was bogged down with concurrency related problems with ApnaBill.com – all of which were solved with the 62nd svn commit. Different scenarios which we thought could have been possible User A and User B both attack the same coupon at same time User B tries to lock a coupon which was previously [...]
Posted on December 16, 2007, 11:44 pm, by Mayank Jain (makuchaku).
I am at a position where I have to think in advance that how should I be coding the interactions with our (redirecting, not API based) payment gateway. What can be the best design practice – for us (as a coder), for our website (as a product) and for the end user (usability). Keeping everything [...]
Posted on June 24, 2007, 6:48 am, by Mayank Jain (makuchaku).
Its 6:33 AM now & I was about to go to bed before mom offered to make me some tea so I decided to pick up bro’s laptop & was checking out J2ME design patterns when I saw Opera Mini 4 Beta release news on Airlan San Juan’s Blog. I decided to give it a [...]
Posted on May 9, 2007, 6:14 pm, by Mayank Jain (makuchaku).
JavaFX running on my Ubuntu desktop JavaFX from Sun – what makes it more interesting is that there’s also a Mobile version. To try running the examples – head over to the OpenJFX website. You’ll need the javaws (Java Web Start) to run the examples.