Entries from 2019-03-15 to 1 day

Developer Tools for React & Redux

マストで入れるやつ👨‍🌾chrome.google.comあとはReactタブ選んで左側のターゲットアイコン使って、調べたいエレメントをクリック👆 Redux用はこっち chrome.google.com

Babelの変換をオンラインで試す

ReactのJSX展開が試せたりする🤓

グローバルIPを確認

$ curl inet-ip.info参考 qiita.com

自分のマージコミットを確認する

Git

$ git log --after='2018/10/01' --author=<user_name> --merges --oneline $ git log --after='2018/10/01' --author=<user_name> --merges --oneline | wc -l</user_name></user_name>

Googleの検索結果を英語にする

■ とりあえずページ単位で英語にしたい時https://www.google.com/?hl=enもしくは https://www.google.com/intl/en ■ 常に英語で検索したい時設定 > 言語 を選択 あとはお好きに👨‍💻 参考pc-karuma.net