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
Services
Search
sjonnet
April 16, 2012
Technology
1
74
Services
sjonnet
April 16, 2012
Tweet
Share
More Decks by sjonnet
See All by sjonnet
Git
sjonnet
0
65
Testing
sjonnet
1
82
Pollyfills
sjonnet
1
77
MVC
sjonnet
4
200
extCSS
sjonnet
1
93
Error
sjonnet
1
66
Other Decks in Technology
See All in Technology
要件定義・デザインフェーズでもAIを活用して、コミュニケーションの密度を高める
kazukihayase
0
120
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.3k
Modern Linux
oracle4engineer
PRO
0
150
Practical Agentic AI in Software Engineering
uzyn
0
110
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
150
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
10
75k
AIのグローバルトレンド2025 #scrummikawa / global ai trend
kyonmm
PRO
1
300
AI時代を生き抜くエンジニアキャリアの築き方 (AI-Native 時代、エンジニアという道は 「最大の挑戦の場」となる) / Building an Engineering Career to Thrive in the Age of AI (In the AI-Native Era, the Path of Engineering Becomes the Ultimate Arena of Challenge)
jeongjaesoon
0
220
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
280
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
490
KotlinConf 2025_イベントレポート
sony
1
140
slog.Handlerのよくある実装ミス
sakiengineer
4
420
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Why Our Code Smells
bkeepers
PRO
339
57k
A designer walks into a library…
pauljervisheath
207
24k
Rails Girls Zürich Keynote
gr2m
95
14k
KATA
mclloyd
32
14k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Statistics for Hackers
jakevdp
799
220k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Gamification - CAS2011
davidbonilla
81
5.4k
The Invisible Side of Design
smashingmag
301
51k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Balancing Empowerment & Direction
lara
3
620
Transcript
Services Simplify the complex Shawn Jonnet <
[email protected]
> Monday, April 16,
12
Overview •RESTful •CRUD •Resourceful Monday, April 16, 12
RESTful •GET •POST •PUT •DELETE Representational state tranfer Monday, April
16, 12
CRUD create → POST /collection read → GET /collection[/id] update
→ PUT /collection/id delete → DELETE /collection/id Monday, April 16, 12
Resourceful create → POST /collection.json[json,xml] read → GET /collection[/id].[html,json,xml] update
→ PUT /collection/id.[json,xml] delete → DELETE /collection/id.[json,xml] Monday, April 16, 12
Resourceful Monday, April 16, 12