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
Architecting Ember.js Applications
Search
Christopher Meiklejohn
October 24, 2012
Programming
4
330
Architecting Ember.js Applications
Boston Ember.js Meetup / October 2012
Christopher Meiklejohn
October 24, 2012
Tweet
Share
More Decks by Christopher Meiklejohn
See All by Christopher Meiklejohn
Towards a Solution to the Red Wedding Problem
cmeiklejohn
0
410
Language Support for Cloud-Scale Distributed Systems
cmeiklejohn
0
540
Towards a Systems Approach to Distributed Programming
cmeiklejohn
3
360
Scaling a Startup with a 21st Century Programming Language
cmeiklejohn
0
410
Practical Evaluation of the Lasp Programming Model at Scale
cmeiklejohn
4
2.8k
Just-Right Consistency - Closing the CAP Gap
cmeiklejohn
3
270
Declarative, Convergent, Edge Computation
cmeiklejohn
1
200
Just-Right Consistency - Closing the CAP Gap
cmeiklejohn
3
1.3k
A Certain Tendency of the Database Community
cmeiklejohn
0
470
Other Decks in Programming
See All in Programming
エンジニアに事業やプロダクトを理解してもらうためにやってること
murabayashi
0
120
SidekiqでAIに商品説明を生成させてみた
akinko_0915
0
110
Claude Agent SDK を使ってみよう
hyshu
0
1.5k
モテるデスク環境
mozumasu
3
1.4k
Reactive Thinking with Signals and the Resource API
manfredsteyer
PRO
0
120
CSC305 Lecture 13
javiergs
PRO
0
350
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
700
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
18
9.4k
GitHub Copilotを使いこなせ!/mastering_github_copilot!
kotakageyama
2
740
Dive into Triton Internals
appleparan
0
420
Blazing Fast UI Development with Compose Hot Reload (droidcon London 2025)
zsmb
0
450
MCPサーバー「モディフィウス」で変更容易性の向上をスケールする / modifius
minodriven
4
660
Featured
See All Featured
Designing for Performance
lara
610
69k
How GitHub (no longer) Works
holman
315
140k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Making Projects Easy
brettharned
120
6.4k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Faster Mobile Websites
deanohume
310
31k
Balancing Empowerment & Direction
lara
5
710
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
192
56k
Transcript
Architecting Ember.js Applications Christopher Meiklejohn Thursday, October 25, 12
What is Ember.js? Thursday, October 25, 12
MVC Style Framework Thursday, October 25, 12
Data Bindings Thursday, October 25, 12
Computed Properties Thursday, October 25, 12
Declarative Templates Thursday, October 25, 12
State Managers Thursday, October 25, 12
Expressive Router Thursday, October 25, 12
Run Loop Thursday, October 25, 12
Optional: Ember Data Thursday, October 25, 12
Architecting Your Application Thursday, October 25, 12
Router State Charts Thursday, October 25, 12
Finite Set of States Thursday, October 25, 12
Actions Thursday, October 25, 12
Series of (Nested) States Thursday, October 25, 12
Connect Views Thursday, October 25, 12
Perform Actions Thursday, October 25, 12
URL as Serialized State Thursday, October 25, 12
Serialization /state1/:segmentA/state2/:segmentB Thursday, October 25, 12
Deserialization /state1/:segmentA/state2/:segmentB Thursday, October 25, 12
Easy To Reason Thursday, October 25, 12
An Example Thursday, October 25, 12
States Thursday, October 25, 12
Cluster Overview Thursday, October 25, 12
Cluster Management Thursday, October 25, 12
Partition List Thursday, October 25, 12
Nested States Thursday, October 25, 12
Filter Thursday, October 25, 12
Paginate Thursday, October 25, 12
Filter and Paginate Thursday, October 25, 12
Router Examples Thursday, October 25, 12
Boston Ember https://github.com/bostonember/bostonember/blob/master/assets/javascripts/app/router.js Thursday, October 25, 12
Riak Control https://github.com/basho/riak_control/blob/master/priv/admin/js/router.js Thursday, October 25, 12
GiddyUp https://github.com/basho/giddyup/blob/master/assets/javascripts/app/router.js Thursday, October 25, 12
Questions? Thursday, October 25, 12