Memento memo.

Today I Learned.

2018-01-01から1年間の記事一覧

2018年に読んで良かった技術書・ビジネス書TOP3

今年は読んだ中で特に良かった本を3冊紹介します。 Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Ma…

GatsbyJSをGAEにデプロイする

GatsbyJS をGoogle App Engine にデプロイする方法の備忘です。 app.yaml と cloudbuild.yaml を設定してCloud Buildのコマンドを叩くことでデプロイします。 Google App Engine の設定 まずは app.yaml の設定です。 基本は Hosting a static website on Go…

WTFormsでPythonの予約語をFieldとして扱いたい場合の対処法

こういうことをしたかった。 class MyForm(FlaskForm): from = DateField(format='%Y%m%d') to = DateField(format='%Y%m%d') が、これは syntax error になる。理由は from がPythonの予約語であるため。 from を辞書のkeyのstringとして扱えれば回避できる…

Dockerのコンテナ内部からコンテナidを取得する

cat /etc/hostname すればいけた # cat /etc/hostname 7b9fc2c0bc4f