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
34
Priorities & Micro-Habits
fespinoza
0
99
Practical Logs. Vol 2
fespinoza
0
160
Cleaning logs
fespinoza
0
69
Practical Web APIs, rails' style
fespinoza
1
64
Social Graph Editor
fespinoza
1
83
What your tests are telling you
fespinoza
2
400
Other Decks in Technology
See All in Technology
PHPerのための計算量入門/Complexity101 for PHPer
hanhan1978
5
210
20241214_WACATE2024冬_テスト設計技法をチョット俯瞰してみよう
kzsuzuki
3
580
C++26 エラー性動作
faithandbrave
2
780
KubeCon NA 2024 Recap / Running WebAssembly (Wasm) Workloads Side-by-Side with Container Workloads
z63d
1
250
非機能品質を作り込むための実践アーキテクチャ
knih
5
1.5k
Turing × atmaCup #18 - 1st Place Solution
hakubishin3
0
490
Microsoft Azure全冠になってみた ~アレを使い倒した者が試験を制す!?~/Obtained all Microsoft Azure certifications Those who use "that" to the full will win the exam! ?
yuj1osm
2
110
[Ruby] Develop a Morse Code Learning Gem & Beep from Strings
oguressive
1
170
あの日俺達が夢見たサーバレスアーキテクチャ/the-serverless-architecture-we-dreamed-of
tomoki10
0
470
DUSt3R, MASt3R, MASt3R-SfM にみる3D基盤モデル
spatial_ai_network
2
190
生成AIのガバナンスの全体像と現実解
fnifni
1
190
株式会社ログラス − エンジニア向け会社説明資料 / Loglass Comapany Deck for Engineer
loglass2019
3
32k
Featured
See All Featured
Six Lessons from altMBA
skipperchong
27
3.5k
Speed Design
sergeychernyshev
25
670
Producing Creativity
orderedlist
PRO
341
39k
4 Signs Your Business is Dying
shpigford
181
21k
GraphQLとの向き合い方2022年版
quramy
44
13k
Reflections from 52 weeks, 52 projects
jeffersonlam
347
20k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
Testing 201, or: Great Expectations
jmmastey
40
7.1k
BBQ
matthewcrist
85
9.4k
A Philosophy of Restraint
colly
203
16k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
0
98
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
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!