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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Richard Lopes
September 17, 2016
Programming
66
0
Share
Criando um REST API com Node.js
Richard Lopes
September 17, 2016
Other Decks in Programming
See All in Programming
AIエージェントと協働するCLI開発 — BunとOpenClawで学んだこと
yoshikouki
1
170
プロパティの順序で型推論が壊れる!? TypeScript6.0の修正からContext-Sensitivityの仕組みを追う
bicstone
2
850
How We Practice Exploratory Testing in Iterative Development( #scrumniigata ) / 反復開発の中で、探索的テストをどう実施しているか
teyamagu
PRO
3
1.1k
Migrations : C'est une question d'hygiène !
vinceamstoutz
0
880
20260514 - build with ai 2026 - build LINE Bot with Gemini CLI
line_developers_tw
PRO
0
460
20年以上続くプロダクトでも使い続けられる静的解析ツールを求めて
matsuo_atsushi
0
160
横断組織出身のQAEがインプロセスQAEでつまずいたこと・活かせたこと
ty89
0
170
Agentic AI & UI: Arcitecture, HITL, Emerging Standards
manfredsteyer
PRO
0
130
GitHub Copilot CLIのいいところ
htkym
2
580
TypeSpec で繋ぐ複数プロダクトの型安全
maroon8021
1
190
RailsTokyo 2026#4: AI様があれば、 Hotwireの弱点は消えるか?
naofumi
4
510
Stage 3 Decorators でできること / できないこと / TSKaigi 2026
susisu
1
420
Featured
See All Featured
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
260
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
Abbi's Birthday
coloredviolet
2
7.7k
Navigating Weather and Climate Data
rabernat
0
190
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
10k
A Soul's Torment
seathinner
6
2.8k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
150
So, you think you're a good person
axbom
PRO
2
2k
WCS-LA-2024
lcolladotor
0
600
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
1.1k
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
190
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
1.3k
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