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
410
2
Share
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
More Decks by Nebraska JS
See All by Nebraska JS
Loki at the Marvel API with Juan Vazquez
nebraskajs
0
230
The Maker Movement with Shelly Lynn Xiong
nebraskajs
0
240
SVGs with Cara Heacock
nebraskajs
0
230
Emscripten with Bryan Rockwood
nebraskajs
0
190
RESTful Services in Node.JS
nebraskajs
4
630
Performance & Responsive Web Design
nebraskajs
23
5.7k
Other Decks in Programming
See All in Programming
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
1.4k
RailsのValidatesをSwift Macrosで再現してみた
hokuron
0
140
ローカルで稼働するAI エージェントを超えて / beyond-local-ai-agents
gawa
1
190
Feature Toggle は捨てやすく使おう
gennei
0
390
実践ハーネスエンジニアリング #MOSHTech
kajitack
7
5.1k
テレメトリーシグナルが導くパフォーマンス最適化 / Performance Optimization Driven by Telemetry Signals
seike460
PRO
2
200
存在論的プログラミング: 時間と存在を記述する
koriym
5
590
Understanding Apache Lucene - More than just full-text search
spinscale
0
150
ファインチューニングせずメインコンペを解く方法
pokutuna
0
220
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
1.2k
条件判定に名前、つけてますか? #phperkaigi #c
77web
2
880
Symfony + NelmioApiDocBundle を使った スキーマ駆動開発 / Schema Driven Development with NelmioApiDocBundle
okashoi
0
250
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
698
190k
We Are The Robots
honzajavorek
0
210
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Abbi's Birthday
coloredviolet
2
6.1k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
1k
Building Flexible Design Systems
yeseniaperezcruz
330
40k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
68
38k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
BBQ
matthewcrist
89
10k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
160
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