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
320
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
360
Language Support for Cloud-Scale Distributed Systems
cmeiklejohn
0
490
Towards a Systems Approach to Distributed Programming
cmeiklejohn
3
300
Scaling a Startup with a 21st Century Programming Language
cmeiklejohn
0
380
Practical Evaluation of the Lasp Programming Model at Scale
cmeiklejohn
4
2.7k
Just-Right Consistency - Closing the CAP Gap
cmeiklejohn
3
240
Declarative, Convergent, Edge Computation
cmeiklejohn
1
190
Just-Right Consistency - Closing the CAP Gap
cmeiklejohn
3
1.3k
A Certain Tendency of the Database Community
cmeiklejohn
0
430
Other Decks in Programming
See All in Programming
Laravel や Symfony で手っ取り早く OpenAPI のドキュメントを作成する
azuki
2
120
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
1
100
[Do iOS '24] Ship your app on a Friday...and enjoy your weekend!
polpielladev
0
110
Flutterを言い訳にしない!アプリの使い心地改善テクニック5選🔥
kno3a87
1
190
聞き手から登壇者へ: RubyKaigi2024 LTでの初挑戦が 教えてくれた、可能性の星
mikik0
1
130
受け取る人から提供する人になるということ
little_rubyist
0
230
Creating a Free Video Ad Network on the Edge
mizoguchicoji
0
120
Macとオーディオ再生 2024/11/02
yusukeito
0
370
Less waste, more joy, and a lot more green: How Quarkus makes Java better
hollycummins
0
100
Streams APIとTCPフロー制御 / Web Streams API and TCP flow control
tasshi
2
350
as(型アサーション)を書く前にできること
marokanatani
10
2.7k
Outline View in SwiftUI
1024jp
1
330
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
120
Intergalactic Javascript Robots from Outer Space
tanoku
269
27k
Become a Pro
speakerdeck
PRO
25
5k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
How STYLIGHT went responsive
nonsquared
95
5.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
RailsConf 2023
tenderlove
29
900
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Agile that works and the tools we love
rasmusluckow
327
21k
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