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
機能追加とリーダー業務の類似性
rinchoku
2
1.1k
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
Improving my own Ruby thereafter
sisshiki1969
1
160
Laravel Boost 超入門
fire_arlo
2
210
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
140
AI時代のUIはどこへ行く?
yusukebe
16
8.4k
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
490
Ruby Parser progress report 2025
yui_knk
1
300
AWS発のAIエディタKiroを使ってみた
iriikeita
1
170
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
210
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
120
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
210
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
The Language of Interfaces
destraynor
161
25k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
4 Signs Your Business is Dying
shpigford
184
22k
Speed Design
sergeychernyshev
32
1.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
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