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
380
Language Support for Cloud-Scale Distributed Systems
cmeiklejohn
0
500
Towards a Systems Approach to Distributed Programming
cmeiklejohn
3
320
Scaling a Startup with a 21st Century Programming Language
cmeiklejohn
0
390
Practical Evaluation of the Lasp Programming Model at Scale
cmeiklejohn
4
2.7k
Just-Right Consistency - Closing the CAP Gap
cmeiklejohn
3
250
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
440
Other Decks in Programming
See All in Programming
Grafana Cloudとソラカメ
devoc
0
140
Introduction to kotlinx.rpc
arawn
0
630
Honoをフロントエンドで使う 3つのやり方
yusukebe
4
2.1k
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
110
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
210
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
220
社内フレームワークとその依存性解決 / in-house framework and its dependency management
vvakame
1
550
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
200
Immutable ActiveRecord
megane42
0
130
さいきょうのレイヤードアーキテクチャについて考えてみた
yahiru
3
730
Compose でデザインと実装の差異を減らすための取り組み
oidy
1
300
知られざるDMMデータエンジニアの生態 〜かつてツチノコと呼ばれし者〜
takaha4k
4
1.3k
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
29
4.6k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Bash Introduction
62gerente
610
210k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
Agile that works and the tools we love
rasmusluckow
328
21k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
Navigating Team Friction
lara
183
15k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
We Have a Design System, Now What?
morganepeng
51
7.4k
Automating Front-end Workflow
addyosmani
1367
200k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
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