Skip to content

Instantly share code, notes, and snippets.

View jojoee's full-sized avatar
👻
browww~

Nathachai Thongniran jojoee

👻
browww~
View GitHub Profile
1. แรงบัลดาลใจ
2. กำหนดขอบเขตของงาน
3. รายละเอียด project
4. ประสบการณ์ระหว่างการพัฒนา
- 1) เวลาในการพัฒนา
- 2) การพัฒนา
- 3) indentation ไม่เหมือนกัน
- 4) พัฒนา features
- 5) พัฒนา features "Conda Cheatsheet: Webview"
- 6) ทำ webview ให้ support light และ dark theme ของ VSCode

Keybase proof

I hereby claim:

  • I am jojoee on github.
  • I am jojoee (https://keybase.io/jojoee) on keybase.
  • I have a public key ASBmCsrFzw6YFnA_S4iSky2Vnr8JZlBYmaehs45n9uo3zwo

To claim this, I am signing this object:

language: node_js
node_js:
- "6"
- "7"
- "8"
script:
- npm run build
- npm run coverage
- npm run coverage.check
after_success:
{
"name": "pwa-online-hackathon",
"config": {
"ghooks": {
"pre-commit": "npm run validate"
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
{
"scripts": {
"dev": "npm-run-all --parallel eslint.watch gulp.watch",
"eslint": "esw src/js/**/*.js --color",
"eslint.watch": "npm run eslint -- --watch",
"gulp.watch": "gulp"
}
}
@jojoee
jojoee / bash
Last active June 27, 2017 00:59
PWA Online hackathon: sharing experience and development - content
1. PWA Online hackathon: overview
2. การเตรียมตัว
3. Tool ที่ใช้
4. Package และ service ที่ใช้
4.1 Unit test
4.2 Lint tool
4.3 Development flow และ build flow
4.4 Source control และ commit conventions
4.5 Build CI service
4.6 Project management tool