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
Criando um REST API com Node.js
Search
Richard Lopes
September 17, 2016
Programming
67
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Criando um REST API com Node.js
Richard Lopes
September 17, 2016
Other Decks in Programming
See All in Programming
私のClaude Code活用法 (個人開発編) - PHPerKaigi mini #4(2026/08/24)
panda_program
1
200
Webエンジニアなのにブラウザの仕組みがわからないので、Pythonで自作してみた
tatsuki12
4
1.6k
AIエージェント時代のコードレビューを設計する
nogu66
5
2.1k
Press start. Python's next generation.
willingc
PRO
3
300
楽しそうなつよつよエンジニアと目が死んでる僕/A brilliant engineer having a blast, and dead-eyed me.
3l4l5
2
280
関東Kaggler会_NVIDIA_Nemotron_コンペ_振り返り
rick_ds
0
800
信頼性の目標を誰も求めてない
shubox
0
470
まずはプロンプトガイドを読もう、話はそれからだ
kiakiraki
1
250
初心者DevRelとして参加者だった私が、DevRel Talks!#2に登壇するまでにしてきたこと
sokohirai
0
320
Go を使い始めて 2 ヶ月の学び / My first two months with Go
contour_gara
0
400
AIに既存システムを理解させる技術 ~レガシーを見捨てないハーネスエンジニアリング入門~
ochtum
0
190
Claude Code全社展開のためにやったことn選~プラグイン302個・コミッター271人を支えるために~
kenchan
5
1.8k
Featured
See All Featured
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.9k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.8k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
430
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
68
57k
Building an army of robots
kneath
306
46k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.4k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
680
Git: the NoSQL Database
bkeepers
PRO
432
67k
HTML-Aware ERB: The Path to Reactive Rendering @ RubyCon 2026, Rimini, Italy
marcoroth
4
550
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
120
120k
Rails Girls Zürich Keynote
gr2m
96
14k
Design in an AI World
tapps
1
300
Transcript
None
REST API criando um com Node.js
/api/users /api/<resource> /api/products /api/brands /api/roles
/api/users users
None
/api/users users GET
/api/users nickname=richardaum eventName=femug2 users POST
/api/users/10 nickname=Richard users PUT
/api/users/10 users DELETE
users /api/users GET interface padronizada
/api/users GET interface padronizada
/api/users GET interface padronizada
/api/users GET interface padronizada
None
None
None
None
interpretador linguagem
http://khan.io/2015/02/25/the-event-loop-and- non-blocking-io-in-node-js/ Non blocking I/O Event Loop
REST API criando um com Node.js
None
None
tópicos interessantes testes automatizados autenticação com JWT escalabilidade
@richardaum Richard Lopes