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
320
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
140
The Maker Movement with Shelly Lynn Xiong
nebraskajs
0
160
SVGs with Cara Heacock
nebraskajs
0
160
Emscripten with Bryan Rockwood
nebraskajs
0
120
RESTful Services in Node.JS
nebraskajs
4
570
Performance & Responsive Web Design
nebraskajs
23
5.5k
Other Decks in Programming
See All in Programming
rails newと同時に型を書く
aki19035vc
5
700
BEエンジニアがFEの業務をできるようになるまでにやったこと
yoshida_ryushin
0
180
ある日突然あなたが管理しているサーバーにDDoSが来たらどうなるでしょう?知ってるようで何も知らなかったDDoS攻撃と対策 #phpcon.2024
akase244
2
7.7k
watsonx.ai Dojo #6 継続的なAIアプリ開発と展開
oniak3ibm
PRO
0
160
KubeCon NA 2024の全DB関連セッションを紹介
nnaka2992
0
120
EC2からECSへ 念願のコンテナ移行と巨大レガシーPHPアプリケーションの再構築
sumiyae
3
580
Azure AI Foundryのご紹介
qt_luigi
1
120
GitHub CopilotでTypeScriptの コード生成するワザップ
starfish719
26
5.9k
Итераторы в Go 1.23: зачем они нужны, как использовать, и насколько они быстрые?
lamodatech
0
1.3k
AHC041解説
terryu16
0
320
各クラウドサービスにおける.NETの対応と見解
ymd65536
0
250
ErdMap: Thinking about a map for Rails applications
makicamel
1
530
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.9k
The Power of CSS Pseudo Elements
geoffreycrofte
74
5.4k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
173
50k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Speed Design
sergeychernyshev
25
730
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
A Tale of Four Properties
chriscoyier
157
23k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
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