• Home
  • About
  • GitHub
  • Keybase
  • LinkedIn
  • Projects
  • Subscribe
  • Twitter
  1. Sorting An Object Recursively By Key In Node.JS/JavaScript

    Sorting an object is one of those little things which nobody ever considers useful to know (until it becomes so), but it's proven particularly useful to me in the last few months - not necessarily for the comparison of two objects at runtime (which, thankfully, there are much qui…

    Approximate 6 min read published March 09, 2014
  2. Handling Synchronous Asynchronous Loops In Javascript/Node.JS

    One of the most lovable (yet frustrating) things about JavaScript and Node.js is the use of Asynchronous functions and the callback based system. Several times I've found myself wanting to halt for things to complete instead of sending off a bunch of processes all at once - an ex…

    Approximate 5 min read published February 20, 2014
  3. How To Remap The Android Power Button Elsewhere

    I figured this was probably something that people might find useful as when searching for a possible solution myself I came across a massive Google groups post with no good on how to remap the power button on an Android device! Basically, the other day my Nexus S Power button ran…

    Approximate 3 min read published October 28, 2012
Page 3
Page 4 of 4
Page 5

© Isaac Whitfield.