很奇怪,ruby-debug 或是 ruby-debug19 常常有版本問題,甚至還有 fork 版本 deb …
作者彙整: ihower
A brief introduction to Vagrant – 原來 VirtualBox 可以這樣玩 投影片
A brief introduction to Vagrant – 原來 VirtualBox 可以這樣玩 f …
閱讀全文〈A brief introduction to Vagrant – 原來 VirtualBox 可以這樣玩 投影片〉
Sublime Text 資源整理
自從 Textmate 2 官方開發陣亡之後,就改用 Sublime Text 2 來寫 code 了。整理一 …
修改 AWS RDS 資料庫設定,以 max_allowed_packet 為例
記錄一下,以後肯定還會再用到。 因為 MySQL 預設的 max_allowed_packet 設定是 1M, …
A brief introduction to SPDY – 邁向 HTTP/2.0 – 投影片
A brief introduction to SPDY – 邁向 HTTP/2.0 from W …
Defensive Programming 防禦性程式設計
TL;DR 避免 Defensive Programming,愛用 Fail Fast 策略。 什麼是防禦性程 …