Skip to content

Instantly share code, notes, and snippets.

View oikwsat's full-sized avatar
🇯🇵

Satoshi Oikawa oikwsat

🇯🇵
View GitHub Profile

ユニットテストフレームワークあれこれ

CC BY-SA 4.0

自己紹介

icon

  • なかやん・ゆーき / ぺんぎん / もみあげ
  • @pocketberserker / id:pocketberserker
@voluntas
voluntas / react.rst
Last active May 25, 2022 11:57
React コトハジメ

React コトハジメ

日時:2017-01-02
作:@voluntas
バージョン:2.1.0
URL:https://voluntas.githu.io/

突っ込みは Twitter @voluntas まで。

@taichi
taichi / code_review_basics.md
Last active May 30, 2024 14:23
チームでコードを書き始めた後、「どうやらレビューってやつをした方が良いらしい」くらいの若手に向けた資料です。

コードレビューの基本


一番大事な事

ソースコードはプロジェクトの共同所有物である

  • 誰かだけが触れるコードを無くす
@ymotongpoo
ymotongpoo / gfm2016-wear2.0.txt
Last active July 15, 2016 02:49
Links mentioned in Google for mobile 2016 "What's new in Android Wear 2.0?"
* Android Wear 2.0 Developer preview tour
https://www.youtube.com/watch?v=8gLwk8o9LW0
* What’s new in Android Wear 2.0? - Google I/O 2016
https://www.youtube.com/watch?v=L_Z3gSXGsyI
* Android Wear 2.0 Developer Preview
https://g.co/wearpreview
* Material Design for Wearables
@ymotongpoo
ymotongpoo / gfm2016-amp.txt
Last active July 15, 2016 02:49
Links mentioned in Google for mobile 2016 "Better mobile experience with AMP"
* AMP Project
https://ampproject.org
https://github.com/ampproject/amphtml
* AMP validator
https://validator.ampproject.org
* Search Console
https://www.google.com/webmasters/tools/
@mandiwise
mandiwise / Update remote repo
Last active June 21, 2024 13:14
Transfer repo from Bitbucket to Github
// Reference: http://www.blackdogfoundry.com/blog/moving-repository-from-bitbucket-to-github/
// See also: http://www.paulund.co.uk/change-url-of-git-repository
$ cd $HOME/Code/repo-directory
$ git remote rename origin bitbucket
$ git remote add origin https://github.com/mandiwise/awesome-new-repo.git
$ git push origin master
$ git remote rm bitbucket
@voluntas
voluntas / shiguredo.rst
Last active June 6, 2024 02:04
時雨堂コトハジメ