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
390
Language Support for Cloud-Scale Distributed Systems
cmeiklejohn
0
530
Towards a Systems Approach to Distributed Programming
cmeiklejohn
3
350
Scaling a Startup with a 21st Century Programming Language
cmeiklejohn
0
410
Practical Evaluation of the Lasp Programming Model at Scale
cmeiklejohn
4
2.7k
Just-Right Consistency - Closing the CAP Gap
cmeiklejohn
3
260
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
460
Other Decks in Programming
See All in Programming
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
340
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
2
260
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
2
730
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
520
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
460
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
350
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
25
2.9k
XP, Testing and ninja testing
m_seki
3
220
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
700
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
590
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
670
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1370
200k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
230
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
The Cult of Friendly URLs
andyhume
79
6.5k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Designing for Performance
lara
609
69k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
GitHub's CSS Performance
jonrohan
1031
460k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
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