Yesterday I Wrote My First Firefox OS App
Yesterday I wrote my first Firefox OS App.
Yesterday I wrote my first Firefox OS App.
Sometimes it happens that vagrant hangs during boot of your virtual image. Right after typing:
At our company we use Capistrano for deploys. It reads Ruby instructions from a ./Capfile in the project's root directory, then deploys accordingly via SSH. It has support for releases, shared log dirs, rollbacks, rsync vs remote cached git deploys,...
If you are writing code in Go and are executing a lot of (remote) commands, you may want to indent all of their output, prefix the loglines with hostnames, or mark anything that was thrown to stderr red, so you...
In loosely typed languages such as JavaScript or PHP, using == to compare values is bad practice because it doesn't account for type, hence false == 0 == '' == null == undefined, etc. And you may accidentally match more...