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
Arquitetura Client-Side Comentários Globo.com
Search
Evandro Leopoldino Gonçalves
May 18, 2011
Programming
0
96
Arquitetura Client-Side Comentários Globo.com
Apresentação feita na Python Brasil de 2011
Evandro Leopoldino Gonçalves
May 18, 2011
Tweet
Share
More Decks by Evandro Leopoldino Gonçalves
See All by Evandro Leopoldino Gonçalves
Conheça Lua: uma linguagem dinâmica com core minimalista
evandrolg
0
94
Metaprogramação em Python
evandrolg
0
670
Programação Funcional e o JavaScript
evandrolg
7
590
Templates e o JavaScript
evandrolg
1
110
Other Decks in Programming
See All in Programming
Local Peer-to-Peer APIはどのように使われていくのか?
hal_spidernight
2
440
Conquering Massive Traffic Spikes in Ruby Applications with Pitchfork
riseshia
0
150
XP, Testing and ninja testing ZOZ5
m_seki
2
260
iOS 17で追加されたSubscriptionStoreView を利用して5分でサブスク実装チャレンジ
natmark
0
500
ソフトウェア設計の実践的な考え方
masuda220
PRO
3
410
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
240
Web Components で実現する Hotwire とフロントエンドフレームワークの橋渡し / Bridging with Web Components
da1chi
3
1.5k
Swiftビルド弾丸ツアー - Swift Buildが作る新しいエコシステム
giginet
PRO
0
1.6k
気づいて!アプリからのSOS 〜App Store Connect APIで始めるパフォーマンス健康診断〜
waka12
0
260
Swift Concurrency - 状態監視の罠
objectiveaudio
2
440
Let's Write a Train Tracking Algorithm
twocentstudios
0
220
ネイティブ製ガントチャートUIを作って学ぶUICollectionViewLayoutの威力
jrsaruo
0
120
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Git: the NoSQL Database
bkeepers
PRO
431
66k
A Tale of Four Properties
chriscoyier
160
23k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Typedesign – Prime Four
hannesfritz
42
2.8k
The Invisible Side of Design
smashingmag
301
51k
The Cost Of JavaScript in 2023
addyosmani
53
9k
Done Done
chrislema
185
16k
Transcript
Arquitetura Client-Side Comentários 2.0 Evandro Leopoldino Gonçalves Desenvolvedor, Globo.com
[email protected]
@evandrolg
Comentários?
Client-Side
HTML + CSS + JavaScript
HTML & CSS
- “The premise for graceful degradation is to first build
for the latest and greatest, then add handlers for less capable devices.” (accessites.org) Graceful Degradation
JavaScript
Arquitetura Framework Widget Main Widget Widget Widget Widget Widget Base
- É um padrão de projeto que define uma dependência
de um- para-muitos entre objetos de modo que quando um objeto muda o estado, todos seus dependentes sejam notificados e atualizados automaticamente. (Wikipedia.org) Design Pattern Observer
- jQuery.trigger() - jQuery.bind() Observer com jQuery
- jQuery / jQuery UI - Mustashe - EasyDate -
Recaptcha Google Bibliotecas
Dúvidas?
Obrigado! ;) Evandro L. Gonçalves
[email protected]
@evandrolg