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
RESTful web services with Sinatra & jQuery.rest
Search
Nebraska JS
September 01, 2010
Programming
2
300
RESTful web services with Sinatra & jQuery.rest
Presented by Adam Lassek, September 2010. Video available here:
http://vimeo.com/14659274
Nebraska JS
September 01, 2010
Tweet
Share
More Decks by Nebraska JS
See All by Nebraska JS
Loki at the Marvel API with Juan Vazquez
nebraskajs
0
130
The Maker Movement with Shelly Lynn Xiong
nebraskajs
0
140
SVGs with Cara Heacock
nebraskajs
0
140
Emscripten with Bryan Rockwood
nebraskajs
0
97
RESTful Services in Node.JS
nebraskajs
4
560
Performance & Responsive Web Design
nebraskajs
23
5.5k
Other Decks in Programming
See All in Programming
[PHPカンファレンス沖縄2024]「無理なくできるだけ安全に」テストもないレガシーコードをリファクタリングするテクニック
ikezoemakoto
3
120
Real-time message handling and notifications with API Platform and Symfony
alli83
1
100
Progressive Web Apps for Rails developers
siaw23
2
540
クラウドサービスの 利用コストを削減する技術 - 円安の真南風を感じて -
pyama86
3
380
Pydantic x Database API:turu-pyの開発
yassun7010
1
560
Cloud Adoption Frameworkにみる組織とクラウド導入戦略(縮小版)
tomokusaba
1
180
tsconfig.jsonの最近の新機能 ファイルパス編
uhyo
6
1.6k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
1.2k
CSC509 Lecture 01
javiergs
PRO
1
210
型付きで行うVSCode拡張機能開発 / VSCode Meetup #31
mazrean
0
240
文化が生産性を作る
jimpei
3
550
PHPを書く理由、PHPを書いていて良い理由 / Reasons to write PHP and why it is good to write PHP
seike460
PRO
5
450
Featured
See All Featured
Building an army of robots
kneath
302
42k
ParisWeb 2013: Learning to Love: Crash Course in Emotional UX Design
dotmariusz
110
6.9k
Optimizing for Happiness
mojombo
375
69k
How GitHub Uses GitHub to Build GitHub
holman
473
290k
VelocityConf: Rendering Performance Case Studies
addyosmani
324
23k
Making Projects Easy
brettharned
115
5.8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
StorybookのUI Testing Handbookを読んだ
zakiyama
26
5.1k
Fontdeck: Realign not Redesign
paulrobertlloyd
81
5.2k
The Cost Of JavaScript in 2023
addyosmani
43
5.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Put a Button on it: Removing Barriers to Going Fast.
kastner
58
3.5k
Transcript
RESTful web services with Sinatra & jQuery.rest Wednesday, September 1,
2010
CRUD Create Read Update Delete Wednesday, September 1, 2010
CRUD Create Read Update Delete INSERT SELECT UPDATE DELETE Wednesday,
September 1, 2010
CRUD Create Read Update Delete INSERT SELECT UPDATE DELETE POST
GET PUT DELETE Wednesday, September 1, 2010
REST Representational State Transfer Wednesday, September 1, 2010
REST Representational State Transfer GET /quotes POST /quotes PUT /quotes/42
DELETE /quotes/42 Wednesday, September 1, 2010
Wednesday, September 1, 2010
Wednesday, September 1, 2010