Monthly Archives: September 2015

100 Days of Google Dev 上集

Google I/O 2015 已經結束蠻久了,但是隨著 Google I/O 2015 落幕而開始的 100 Days of Google Dev 卻才剛結束 2 天,去年在 YouTube 上大概在 2、3 週內就將 I/O Bytes 的影片全數釋出了,今年改為 1 天 1 部影片,弄得人家心癢癢的不太舒服。 參考連結:Google I/O 2015 – 100 Days of Google Dev 無論如何,我們部門內的成員平時就有在追 YouTube 上的 Google … Continue reading

Posted in Android | Tagged , | 3 Comments

100 Days of Google Dev 中集

承 100 Days of Google Dev 上集,這一篇收錄了我們所撰寫的第 34~66 部影片中文摘要,希望透過簡單的文字描述能讓軟體業的 PM/RD 們,從 Google 在 2015 所釋出的技術中,激發一些能夠應用在自己產品中的新創意。 100 Days of Google Dev 上集 100 Days of Google Dev 下集

Posted in Android | Tagged , | Leave a comment

100 Days of Google Dev 下集

此篇收錄 100 Days of Google Dev 中的第 67~100 部影片摘要 100 Days of Google Dev 上集 100 Days of Google Dev 中集

Posted in Android | Tagged , | 2 Comments

AWS Configurer:快速設定 AWS Tracking Services 的工具

AWS 最近推了不少 Tracking 的服務,如 AWS Config,CloudTrail 等等。站在稽核和管理 的角度,這類服務當然是越完整越好。但隨著事業越做越多,AWS account 也越來越多,透過 Management Console 或是 AWS CLI 設定越顯得不切實際。 在已經預見未來的痛苦下,還是現在辛苦一點會比較明智。我們把對我們來說開 AWS account 一定會需要的設定工作寫成 gem 並 open source,相信它可以一定程度的簡化 AWS account 的設定工作。 AWS Configurer 可以幫你打開指定 region 的 CloudTrail,將 CloudTrail 的 log 送進 S3 和 CloudWatch Logs,以及加上 Root … Continue reading

Posted in AWS | Tagged | Leave a comment