Run

i wanna run


Tags: #fun, #life

Infrastructure as code

Infrastructure as Code - ABUG Session from Patrick Debois

Every WWDC Banner Ever For The Last 11 Years

impressive collection of WWDC banner for 11 years.

(via @cultofmac)


Tag: #apple

Mixtape apart

apart

currently listening to blue october lately, especially 18th Floor Balcony. and there also daft punk’s newest album. this mixtape consist 11 tracks.

8tracks

  1. Blue October - 18th Floor Balcony
  2. Lana del ray - Summertime sadness
  3. R.E.M - The One i Love
  4. Snow Patrol - Chasing Cars
  5. Stereophonic - Dakota
  6. Sting - Fragile
  7. The Wannadies - Shortly
  8. Daft Punk - Get Lucky (feat. Pharrell Williams)
  9. Robyn - Every Tear Drop Is A Waterfall (covers)
  10. Eagle Eye Cherry - Save Tonight
  11. Travis - Closer


Tags: #music, #mixtape

Installing Laravel 4, oneliner

downloading package or setup composer.json could become a hassle. instead, just go with this one line of command on terminal. make sure you already installed composer and put it in the system wide bin (eg. /usr/local/bin/).

$ composer create-project laravel/laravel

this command also work if you want to setup a new package on composer packagist repo. for example installing Slimframework composer create-project slim/slim