Multiple Heroku Account
I encountered a problem with Heroku when I started using multiple accounts on the same machine.
Figuring out software, one rabbit hole at a time.
I encountered a problem with Heroku when I started using multiple accounts on the same machine.
I encountered this error when deploying a Google AppEgine app:
I was using grunt watch for less, and encountred a kind of bus error:
I consistently struggle with which text editor to be my favorite.
Since I use Dotfiles, which comes bundled with many alias, it is easy to lose track of the exact commands an alias refers to..
Apple’s Camera Programming Guide for taking pictures and movies is outdated.
Ever wonder how after npm install, you could use the installed tool on the command line, as if they were added to your bin?
Mocha is a wonderful testing framework for node.js, however the documentation seems to be lacking.
I was adding a submodule which is local.
The 6th edition of Developer Economics series for Q1 2014 is released today.
When using require, the path is relative to that source file (NOT root directory).
After researching on the various modules available, I find the best documentation generator is JSDoc, and also Docco.
Mocha is a simple yet wonderfully designed testing framework for Node.js.
One of the most terrible thing about Node.js is that almost every function is asynchronous.
These 3 commands that can change/rollback/revert/update a file in your git repository. Whatever you call it.
If you use npm for Node, pypi for Python, or bundler for ruby, you will want to use composer, if you still use PHP.
z is a command line script to help you “jump around” to directories.
After 15 months of using Octopress, I updated the Greyshade theme I initially used, and also fixed some broken stuff with Octopress.
In the last 2 posts, I setup dotfiles and zsh.
I ran into a situation when I wrongly pushed some commits onto a repository.
Following the use of dotfiles to improve my productivity, I got into using Zsh.
It’s a new year, and I thought I learn something new to increase productivity.
This is a tutorial for the bare minimum to use Jade templating in Express.
I have recently faced a critical issue with my iMac (early 2013 model).
This is the presentation slides I used for a 1-day Android Workshop for NTU Ventures.
With the new iPhone 5S and 5C, it is again a milestone in iOS devices.
I seems to be getting Apple app review rejection every time I sumbit an app update. This time, it is about my use of UIFileSharingEnabled.
Because Node.js works asynchronously, things might not work as you think, if you are still stuck in the synchronous world..
This is a simple tutorial using mikeal’s super-simple-to-use request library.
This is a very small getting started guide for myself, when once-in-a-while I will write some node scripts.