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
64
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
Views: complexity and reusability, experiments comparing SwiftUI and UIKit
fespinoza
0
48
How to not get sand in your eyes when using playgrounds
fespinoza
0
37
Priorities & Micro-Habits
fespinoza
0
100
Practical Logs. Vol 2
fespinoza
0
160
Cleaning logs
fespinoza
0
70
Practical Web APIs, rails' style
fespinoza
1
64
Social Graph Editor
fespinoza
1
85
What your tests are telling you
fespinoza
2
400
Other Decks in Technology
See All in Technology
10分で紹介するAmazon Bedrock利用時のセキュリティ対策 / 10-minutes introduction to security measures when using Amazon Bedrock
hideakiaoyagi
0
170
飲食店予約台帳を支えるインタラクティブ UI 設計と実装
siropaca
6
1.4k
データ基盤の成長を加速させる:アイスタイルにおける挑戦と教訓
tsuda7
3
650
『AWS Distinguished Engineerに学ぶ リトライの技術』 #ARC403/Marc Brooker on Try again: The tools and techniques behind resilient systems
quiver
0
130
High Performance PHP
cmuench
0
140
TAMとre:Capセキュリティ編 〜拡張脅威検出デモを添えて〜
fujiihda
1
110
スタートアップ1人目QAエンジニアが QAチームを立ち上げ、“個”からチーム、 そして“組織”に成長するまで / How to set up QA team at reiwatravel
mii3king
1
1.1k
Developer Summit 2025 [14-D-1] Yuki Hattori
yuhattor
19
5.1k
SCSAから学ぶセキュリティ管理
masakamayama
0
140
Nekko Cloud、 これまでとこれから ~学生サークルが作る、 小さなクラウド
logica0419
2
730
スクラムのイテレーションを導入してチームの雰囲気がより良くなった話
eccyun
0
110
滅・サービスクラス🔥 / Destruction Service Class
sinsoku
6
1.5k
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
29
4.6k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
310
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
630
Designing Experiences People Love
moore
139
23k
Speed Design
sergeychernyshev
25
780
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Designing for humans not robots
tammielis
250
25k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
8
270
The Art of Programming - Codeland 2020
erikaheidi
53
13k
We Have a Design System, Now What?
morganepeng
51
7.4k
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!