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
Escolhendo o banco de dados da sua aplicação. S...
Search
Kirmayr Tomaz
April 03, 2018
Technology
1
86
Escolhendo o banco de dados da sua aplicação. SQL ou NoSQL?
Apresentação realizada no Segundo Meetup do BackEndBr
Kirmayr Tomaz
April 03, 2018
Tweet
Share
More Decks by Kirmayr Tomaz
See All by Kirmayr Tomaz
Comunicação não violenta na visão de um dev
kirmayrtomaz
0
200
Funcionamento interno do Node.js e boas práticas
kirmayrtomaz
0
65
Node.js e elasticsearch
kirmayrtomaz
0
52
javascript de ponta a pont
kirmayrtomaz
0
89
Funcionamento interno do Node.js e boas práticas
kirmayrtomaz
1
260
TypeScript
kirmayrtomaz
1
69
FEMUG-AM/Descubra Manaus na SEMINFO
kirmayrtomaz
0
100
Stack de Desenvolvimento web
kirmayrtomaz
1
420
Eu robô - Automação de teste com selenium
kirmayrtomaz
0
84
Other Decks in Technology
See All in Technology
Bet "Bet AI" - Accelerating Our AI Journey #BetAIDay
layerx
PRO
4
1.7k
Claude Codeは仕様駆動の夢を見ない
gotalab555
23
6.5k
Amazon Q Developerを活用したアーキテクチャのリファクタリング
k1nakayama
2
210
JAWS AI/ML #30 AI コーディング IDE "Kiro" を触ってみよう
inariku
3
360
2025新卒研修・HTML/CSS #弁護士ドットコム
bengo4com
3
13k
Jamf Connect ZTNAとMDMで実現! 金融ベンチャーにおける「デバイストラスト」実例と軌跡 / Kyash Device Trust
rela1470
1
200
「AIと一緒にやる」が当たり前になるまでの奮闘記
kakehashi
PRO
3
140
生成AI時代におけるAI・機械学習技術を用いたプロダクト開発の深化と進化 #BetAIDay
layerx
PRO
1
1.2k
✨敗北解法コレクション✨〜Expertだった頃に足りなかった知識と技術〜
nanachi
1
690
Amazon Inspector コードセキュリティで手軽に実現するシフトレフト
maimyyym
0
100
Infrastructure as Prompt実装記 〜Bedrock AgentCoreで作る自然言語インフラエージェント〜
yusukeshimizu
1
110
AIに頼りすぎない新人育成術
cuebic9bic
3
300
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
The World Runs on Bad Software
bkeepers
PRO
70
11k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Bash Introduction
62gerente
614
210k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
A better future with KSS
kneath
239
17k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Site-Speed That Sticks
csswizardry
10
760
Code Reviewing Like a Champion
maltzj
524
40k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Transcript
None
Kirmayr Tomaz • De Manaus/AM • Bacharel em Sistemas de
Informação - UFAM • Concrete Solutions • Mentor no Traning Center @kirmayrtomaz
[email protected]
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
chave = { valor: { cachorro: { nome: 'joao', idade:
2 } } }
None
None
None
None
None
None
None
const mongoExemplo = { fistname: 'joao', citiesVisited: ['Manaus', 'São Paulo'],
addresses: [ {state: 'AM', city: 'Manaus'}, {state: 'SP', city: 'Campinas'} ], lastcity: 'Chicago' }
None
None
None
None
None
None
None
const sqlNomeLinha = { fistName: 'joao', lastName: 'Felipe' } const
sqlEnderecoLinha = { state: 'AM', city: 'Manaus' } const cassandraExemplo = { person: { fistName: 'joao', lastName: 'Felipe' }, addresses: {state: 'AM', city: 'Manaus'} }
None
None
None
None
None
None
None
• ◦ • ◦ • ◦ • ◦
None
None
None
None
None
None