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
ea-seo
February 26, 2014
Technology
0
2.6k
わたしたちの開発ワークフロー
わたしたちの開発フローのおはなしです。おはなしと言いながら文章少ないです。。。
ea-seo
February 26, 2014
Tweet
Share
Other Decks in Technology
See All in Technology
計装を見直してアプリケーションパフォーマンスを改善させた話
donkomura
2
190
地に足の付いた現実的な技術選定から魔力のある体験を得る『AIレシート読み取り機能』のケーススタディ / From Grounded Tech Choices to Magical UX: A Case Study of AI Receipt Scanning
moznion
5
2k
hacomonoらしさをデザインする
hacomono
PRO
2
110
Amplifyとゼロからはじめた AIコーディング。失敗と気づき
mkdev10
1
180
Software Architecture in an AI-Driven World
atty303
60
24k
エンジニアのための 法規制への取り組み方 #healthtechmeetup
77web
0
110
MagicPod MCPサーバー開発の裏側とAIエージェント活用の展望
magicpod
0
310
テスト設計、逆から読むとおもしろい──仕様にない“望ましさ”の逆設計
mhlyc
0
190
MCP でモノが動くとおもしろい/It is interesting when things move with MCP
bitkey
3
630
Cursorを全エンジニアに配布 その先に見据えるAI駆動開発の未来 / 2025-05-13-forkwell-ai-study-1-cursor-at-loglass
itohiro73
2
800
Cline&CursorによるAIコーディング徹底活用―Live Vibe Coding付き
pharma_x_tech
1
250
OCI Full Stack Disaster Recovery サービス概要
oracle4engineer
PRO
1
120
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Agile that works and the tools we love
rasmusluckow
329
21k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
810
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
41
2.3k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Writing Fast Ruby
sferik
628
61k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Typedesign – Prime Four
hannesfritz
41
2.6k
KATA
mclloyd
29
14k
Navigating Team Friction
lara
185
15k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Transcript
Page 1 Copyright© 2013 e-agency Inc. All right reserved. わたしたちの開発ワークフロー
株式会社e-Agency 瀬尾 昭光
Page 2 Copyright© 2013 e-agency Inc. All right reserved. おもな開発手法
東京 •プロダクト開発の指針 Lean Software Development •開発フレームワーク Scrum •実装フロー GitHub Flow
Page 3 Copyright© 2013 e-agency Inc. All right reserved. Agile
and Lean 東京 http://d.hatena.ne.jp/wayaguchi/touch/20130217/1361047033
Page 4 Copyright© 2013 e-agency Inc. All right reserved. リーンソフトウェアの原則
東京 •原則1:ムダをなくす •原則2:品質を作りこむ •原則3:知識を作り出す •原則4:決定を遅らせる •原則5:速く提供する •原則6:人を尊重する •原則7:全体を最適化する プロダクト開発において ありたい姿に向かい続けるための指針 (メンタルモデル)
Page 5 Copyright© 2013 e-agency Inc. All right reserved. 開発フレームワーク
(Scrum) スプリントバックログにセット スプリントバックログ ・昨日やったことの報告 ・今日やることの報告 ・困っていることの報告 毎日の繰り返し プロダクトバックログ定義 ・ストーリー作成 ・見積もり ・優先順位付け スプリント計画 ・ストーリー再評価 ・ストーリーの選択 ・タスク分割 ふりかえり ・KPT(次回の改善) 計画作り スプリント 繰り返す ・ストーリー着手 (GitHubフロー) ステーク ホルダー チーム リリース (Build Pipeline)
Page 6 Copyright© 2013 e-agency Inc. All right reserved. Application
Engineer Testing環境 開発フロー概要 PUSH 自動デプロイ 東京 テストを実行 テスト結果を通知 通知 Staging環境 検証 Production環境 手動デプロイ PUSHを検知 情報は全てHipChatに集約 問題や情報を個人に依存させない分散型
Page 7 Copyright© 2013 e-agency Inc. All right reserved. 上海
Testing環境 オフショアフロー PUSH PUSHを通知 テスト結果を通知 東京 テストを実行 情報を共有 テスト結果を通知 PUSHを検知 開発する場所を選ばない 国や地域が違ってもフローは同じ
Page 8 Copyright© 2013 e-agency Inc. All right reserved. 責任者
GitHubフロー(リポジトリ共有式) ストーリー作成 東京 担当者 仕掛り ブランチ 作成 Pull Request Pull Request却下 OK NG 判断 masterマージ&ブランチ破棄 チーム レビュー ショー ケース 判断 開発 担当者 責任者
Page 9 Copyright© 2013 e-agency Inc. All right reserved. 継続的デリバリー(continuous
delivery) 東京 •自動化(Automation) build, deployment, testing, release, infrastructure, databases •パターン&プラクティス continuous integration (CI) ,build pipeline •Collaboration developers, testers, operations (DevOps)
Page 10 Copyright© 2013 e-agency Inc. All right reserved. Build
Pipeline 東京 判断 productionデプロイ server1 server2 JOIN trigger Trigger Action 冗長化された本番環境に並列デプロイ 後処理 タスク毎に複数の単位に分割し、順番に流していく 自動と手動を分割した単位でCI,CDを実施 trigger実行 ・ワンクリックデプロイ ・ロールバック
Page 11 Copyright© 2013 e-agency Inc. All right reserved. 実験環境
東京 •ベンダー依存なし AWS、さくらのクラウドなど