Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
我的工作經驗 (到目前為止)
Search
Ping-Yen Tsai
May 22, 2015
Technology
2
430
我的工作經驗 (到目前為止)
應吳昇老師之邀,回中正資工「電腦軟體設計」課程分享。
Ping-Yen Tsai
May 22, 2015
Tweet
Share
More Decks by Ping-Yen Tsai
See All by Ping-Yen Tsai
「台灣報紙新聞」與「台灣即時新聞」
pingyen
0
120
網頁前端⼯程師與室內裝修師傅的相似之處
pingyen
0
100
JavaScript Closure
pingyen
1
120
HTML5 Sectioning Elements
pingyen
0
59
次世代搜尋引擎戰爭
pingyen
0
120
進階 JavaScript
pingyen
0
250
jQuery 入門
pingyen
0
71
Windows 市集應⽤用程式實例解說 (使⽤ JavaScript)
pingyen
0
110
Windows 市集應用程式開發實戰 (使用 JavaScript)
pingyen
0
84
Other Decks in Technology
See All in Technology
2025年にHCP Vaultを学び直して見えた景色 / Lessons and New Perspectives from Relearning HCP Vault in 2025
aeonpeople
0
200
AI エージェントとはそもそも何か? - 技術背景から Amazon Bedrock AgentCore での実装まで- / AI Agent Unicorn Day 2025
hariby
4
1.1k
AWS環境のリソース調査を Claude Code で効率化 / aws investigate with cc devio2025
masahirokawahara
2
1.3k
ヒューリスティック評価を用いたゲームQA実践事例
gree_tech
PRO
0
540
おやつは300円まで!の最適化を模索してみた
techtekt
PRO
0
280
まだ間に合う! StrandsとBedrock AgentCoreでAIエージェント構築に入門しよう
minorun365
PRO
11
920
大「個人開発サービス」時代に僕たちはどう生きるか
sotarok
19
9k
AIエージェントの活用に重要な「MCP (Model Context Protocol)」とは何か
masayamoriofficial
0
290
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
310
エニグモ_会社紹介資料(エンジニア職種向け).pdf
enigmo_hr
0
2.2k
[RSJ25] Feasible RAG: Hierarchical Multimodal Retrieval with Feasibility-Aware Embodied Memory for Mobile Manipulation
keio_smilab
PRO
0
100
250905 大吉祥寺.pm 2025 前夜祭 「プログラミングに出会って20年、『今』が1番楽しい」
msykd
PRO
1
460
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
Into the Great Unknown - MozCon
thekraken
40
2k
How to Ace a Technical Interview
jacobian
279
23k
Building Adaptive Systems
keathley
43
2.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Transcript
我的⼯工作經驗 蔡秉諺 Ping-Yen Tsai pingyen Vexed ⽶米蟲 (到⽬目前為⽌止)
中正資⼯工系 2001.9 - 2005.7 中正資⼯工所 2005.9 - 2007.7 指導教授 吳昇
中華電信 2007.10 - 2013.9 Yahoo 2013.9 - 2015.4 Puffin 2015.6
Xuite 隨意窩
Xuite Yo 隨意遊
Xuite UI
TinyMCE
Hami+
TW / HK
Local Search
Local DD
None
Puffin
「⼯工作中遇到的問題。︒。」
程式需要維護 程式正有⼈人在⽤用 超過⼀一個⼈人⼀一起寫程式 程式需求不明確 不確定寫出來的程式是不是使⽤用者要的 跟不懂程式的⼈人合作
「怎麼解決。︒。」
版本控管 Code Review Test Agile CI / CD Issue Tracking
Collaboration Instrumentation Experiment
版本控管
Code Review
Test Unit Test Integration Test Functional Test TAD TDD BDD
Unit Test add(3, 6) == 9 ?
Integration Test minus(add(3, 6), 2) == 7 ?
Functional Test
TAD / TDD Test-After Development Test-Driven Development 需求明確嗎?
BDD Behavior-Driven Development
None
add(3, 6)
add(3, 6, 1) add(3, 6, 1, 2) add(3, 6, 1,
… )
None
None
None
測試即⽂文件
None
Agile MVP Scrum Kanban
MVP Minimum Viable Product
None
None
None
None
None
Kanban カンバン 看板 from TOYOTA
None
None
None
CI / CD Continuous Integration Continuous Delivery
None
None
Issue Tracking
None
Collaboration
None
None
Instrumentation
None
Experiment
None
None
「連連看。︒。」
程式需要維護 - 版本控管 - Code Review - Test - Issue
Tracking - Collaboration
程式正有⼈人在⽤用 - Code Review - Test - Instrumentation - Experiment
超過⼀一個⼈人⼀一起寫程式 - 版本控管 - Code Review - Test - Agile
- CI / CD - Issue Tracking - Collaboration
程式需求不明確 - Agile - Test
不確定寫出來的程式是不是使⽤用者要的 - Agile - Instrumentation - Experiment
跟不懂程式的⼈人合作 - Agile - Test
「現在就⽤用。︒。」
版本控管 + Code Review + Issue Tracking + Collaboration -
GitHub - Phabricator - Bugzilla - Trac
Test - Selenuim - BDD
Agile - Scrum - Kanban
CI / CD - Jenkins - Travis
Collaboration - Google Docs - Hackpad - TWiki
Instrumentation Google Analytics Flurry
Experiment - Google Analytics - 關鍵字 A / B Test
Linode $10 / M DigitalOcean $5 / M Windows Azure
Heroku Amazon CloudFlare
「學⽣生專案。︒。」
None
None
「其它。︒。」
選擇資⼯工是不錯的決定 程式背後是⼈人 程式是⽤用來解決⼈人的問題 要與⽣生活結合 要好玩 不要怕 80 / 20 法則
Side Project
None
None
None
None
None
None
「Open Source。︒。」
為什麼願意 Open Source ?
不要重覆造輪⼦子
「⾯面試。︒。」
Hacker Doer Maker
GitHub 你的個⼈人履歷
⽤用⼯工具 別讓⼯工具⽤用你
要求甚解
「就業現況。︒。」
矽⾕谷缺⼯工
免費午餐 飲料 MBP iPhone Why?
1 ⼯工程師 3 ⼈人撐
「U CCU。︒。」
不要 60 分
好好做 圈⼦子很⼩小 Credit 會留下
⾞車騎慢⼀一點 過好每⼀一天
「謝謝。︒。」