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
Lightning talk: mocking apis and design workflow
Search
Felipe Espinoza
September 01, 2015
Technology
0
66
Lightning talk: mocking apis and design workflow
a lightning talk that i gave on Baruco 2015 about how creating APIs with mocks and markdown
Felipe Espinoza
September 01, 2015
Tweet
Share
More Decks by Felipe Espinoza
See All by Felipe Espinoza
SwiftUI at SATS
fespinoza
0
9
Views: complexity and reusability, experiments comparing SwiftUI and UIKit
fespinoza
0
51
How to not get sand in your eyes when using playgrounds
fespinoza
0
40
Priorities & Micro-Habits
fespinoza
0
100
Practical Logs. Vol 2
fespinoza
0
170
Cleaning logs
fespinoza
0
73
Practical Web APIs, rails' style
fespinoza
1
72
Social Graph Editor
fespinoza
1
96
What your tests are telling you
fespinoza
2
400
Other Decks in Technology
See All in Technology
ゼロから始めるSREの事業貢献 - 生成AI時代のSRE成長戦略と実践 / Starting SRE from Day One
shinyorke
PRO
0
130
Copilot coding agentにベットしたいCTOが開発組織で取り組んだこと / GitHub Copilot coding agent in Team
tnir
0
200
毎晩の 負荷試験自動実行による効果
recruitengineers
PRO
5
180
Transformerを用いたアイテム間の 相互影響を考慮したレコメンドリスト生成
recruitengineers
PRO
2
470
AIでテストプロセス自動化に挑戦する
sakatakazunori
1
550
安定した基盤システムのためのライブラリ選定
kakehashi
PRO
3
130
How Do I Contact Jetblue Airlines® Reservation Number: Fast Support Guide
thejetblueairhelpsupport
0
150
AIエージェントが書くのなら直接CloudFormationを書かせればいいじゃないですか何故AWS CDKを使う必要があるのさ
watany
19
7.6k
RapidPen: AIエージェントによる高度なペネトレーションテスト自動化の研究開発
laysakura
1
140
Maintainer Meetupで「生の声」を聞く ~講演だけじゃないKubeCon
logica0419
0
110
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
39k
AI時代にも変わらぬ価値を発揮したい: インフラ・クラウドを切り口にユーザー価値と非機能要件に向き合ってエンジニアとしての地力を培う
netmarkjp
0
140
Featured
See All Featured
Designing Experiences People Love
moore
142
24k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A designer walks into a library…
pauljervisheath
207
24k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
The Cult of Friendly URLs
andyhume
79
6.5k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Faster Mobile Websites
deanohume
308
31k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Speed Design
sergeychernyshev
32
1k
Transcript
Mocks and API design Workflow Felipe Espinoza @fespinozacast #hyperoslo
The problem iOS and Android apps talking to a backend
1. API proposal in markdown 2. Discussions 3. Agree 4.
Mock it! 5. Profit Our Solution
1. API proposal in markdown
2. Discussions 2. Discussions
3. Agree 3. Agree
4. Mock it 4. Mock it!
5. Profit
Involves and empowers client developers Does not block client developers
Improves API design (top-down) Key takeaways*
https://github.com/hyperoslo/mock_api_rails The gem
Thanks!