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
Yoshiori SHOJI
September 01, 2020
Technology
0
180
未完成な技術と歩む道のりでの 試行錯誤
https://events.mercari.com/gears-lecture/
https://www.youtube.com/watch?v=uTijJWZSo38
Yoshiori SHOJI
September 01, 2020
Tweet
Share
More Decks by Yoshiori SHOJI
See All by Yoshiori SHOJI
クライアントサイドでよく使われる Debounce処理 をサーバサイドで3回実装した話
yoshiori
2
640
ソートできるUUID v7をJavaで使うときの話
yoshiori
8
7.6k
Go Down Rockin'
yoshiori
30
14k
テストデータを貯めて感じたこと
yoshiori
12
4.4k
エンジニアリング x US 海外とのコラボレーション
yoshiori
3
2.1k
DevOps, Immutable Infrastructure, Microservices and Chaos Engineering
yoshiori
13
2.4k
Change the recipe's world
yoshiori
3
1.5k
Cookpad awakens
yoshiori
5
7.6k
Failure teaches Success
yoshiori
43
11k
Other Decks in Technology
See All in Technology
AWS Top Engineer、浮いてませんか? / As an AWS Top Engineer, Are You Out of Place?
yuj1osm
2
210
AI時代こそ求められる設計力- AWSクラウドデザインパターン3選で信頼性と拡張性を高める-
kenichirokimura
3
310
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
43k
プロダクトのコードから見るGoによるデザインパターンの実践 #go_night_talk
bengo4com
1
2.5k
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
6
3.4k
AWSでAgentic AIを開発するための前提知識の整理
nasuvitz
2
150
能登半島地震において デジタルができたこと・できなかったこと
ditccsugii
0
190
これがLambdaレス時代のChatOpsだ!実例で学ぶAmazon Q Developerカスタムアクション活用法
iwamot
PRO
6
1.1k
AI Agent Dojo #2 watsonx Orchestrateフローの作成
oniak3ibm
PRO
0
120
綺麗なデータマートをつくろう_データ整備を前向きに考える会 / Let's create clean data mart
brainpadpr
3
510
Railsの話をしよう
yahonda
0
110
速習AGENTS.md:5分で精度を上げる "3ブロック" テンプレ
ismk
6
1.4k
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
Being A Developer After 40
akosma
91
590k
RailsConf 2023
tenderlove
30
1.2k
GitHub's CSS Performance
jonrohan
1032
470k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Speed Design
sergeychernyshev
32
1.2k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
20
1.2k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Transcript
None
2 ▶ ▶ 2
3 3 Oct 2019 (seed funding) Pilot & partner with
us as we build Launchable Fall 2020 (subject to change)
4
▶ ▶ 5 5
6 – Every Developer “
7
8
9 9
10 KEY METRIC 10 Testing requested Setup Running Tests First
Failure Found Waiting To Start
T1 T2 T3 T4 T5 T6 T7 T8 11 Low
Medium High
12 Low Medium High T8 T4 T3 T6 T2 T5
T7 T1
13 Low Medium High T8 T4 T3 T6 T2 T5
T7 T1
14
15 某自動車メーカーのテスト分析 15 Tests Selected Confidence Tests Selected Confidence Run
Time (Including 65m fixed overhead) Run Time (Including 65m fixed overhead setup time) 40%
▶ ▶ ▶ ▶ ▶ ▶ ▶ https://www.launchableinc.com/invite 16
17
▶ ▶ ▶ ▶ ▶ ▶ ▶ 18
▶ ▶ ▶ ▶ ▶ ▶ ▶ 19
20
▶ ▶ 💪 ▶ ▶ ▶ ▶ 21
▶ ▶ ▶ ▶ ▶ ▶ ▶ ▶ 22
▶ ▶ ▶ ▶ ▶ ▶ ▶ 23
▶ ▶ ▶ ▶ ▶ ▶ ▶ 24
25
▶ ▶ ▶ ▶ ▶ ▶ ▶ ▶ 26
▶ ▶ ▶ ▶ ▶ ▶ ▶ ▶ 27
▶ ▶ ▶ ▶ ▶ ▶ ▶ 28
▶ ▶ ▶ ▶ ▶ ▶ ▶ 29
Bazel Sample ▶ ▶ 30
src/main/java/com/launchableinc/demo/BUILD.bazel ▶ ▶ 31
src/main/java/com/launchableinc/demo/utils/BUILD.bazel ▶ ▶ ▶ 32
src/main/resources/BUILD.bazel ▶ ▶ 33
▶ ▶ 34
▶ ▶ ▶ ▶ ▶ ▶ 35
36
▶ ▶ ▶ ▶ ▶ ▶ ▶ 37
▶ ▶ ▶ ▶ ▶ ▶ ▶ 38
▶ ▶ ▶ ▶ ▶ ▶ 39
▶ ▶ ▶ ▶ ▶ ▶ ▶ 40
▶ ▶ ▶ ▶ request.context.tenant 41
▶ ▶ ▶ ▶ ▶ ▶ ▶ ▶ 42
▶ ▶ ▶ ▶ select * from issues; ▶ ▶
43
44
45 id tenant_id title set app.current_tenant = '1'; select id
from issues; set app.current_tenant = '2'; select id from issues; select id from issues;
▶ ▶ ▶ ▶ ▶ 46
47
▶ ▶ ▶ ▶ 48
49
50 https://www.launchableinc.com/invite
51