タグ

2017年4月8日のブックマーク (2件)

  • Flow練習した - hitode909の日記

    Flowはfacebookが作ってるJSに型を書けるやつ. 今日ちょっと練習してみたところ良かった.練習に手頃なところから型でも書いてみるかとやっていたところ,FormDataにFileをappendするところで,それはFileじゃなくて?Fileで,nullになる場合もあるのでおかしいよって教えてもらったりした.型をつけるだけで不具合が見つかって,こういう世界もあるのか,という感じだった.fileがなかったらreturnする処理を足しておいた. ちょっとずつ書いていけるのがよくて,このファイルは難しいことをしていて型が付くと恩恵を受けられそう,とか,このあたりはこれからがっつり開発するので先に型を付けておこう,といった進めかたができる. 最初はちょっと慣れない部分もあったけど,ちょっと練習したら普通に書けるようになった.シンタックスがちょっと増えるので,どこまでJSのシンタックスで,どこ

    Flow練習した - hitode909の日記
  • How to Turn Django Admin Into a Lightweight Dashboard

    source code The complete source code for this article can be found in this gist. Django Admin is a powerful tool for managing data in your app. However, it was not designed with summary tables and charts in mind. Luckily, the developers of Django Admin made it easy for us to customize. This is what it's going to look like at the end: Django admin dashboard Why Would I Want To Do That There are a l

    How to Turn Django Admin Into a Lightweight Dashboard