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
Ember.js
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Emma
May 26, 2016
Technology
0
81
Ember.js
Emma
May 26, 2016
Tweet
Share
More Decks by Emma
See All by Emma
My data. My choice? My way?
hell03610
0
52
Are you agile?
hell03610
0
40
Lessons learnt building a mobile web app
hell03610
2
290
Cuore.js
hell03610
0
330
Refactoring
hell03610
2
160
Implementation patterns
hell03610
1
110
Kanban and Scrum
hell03610
0
140
Agile metholodolgies
hell03610
1
100
Scrum, an agile methodology for managing projects
hell03610
0
110
Other Decks in Technology
See All in Technology
Claude Codeと駆け抜ける 情報収集と実践録
sontixyou
2
1.3k
APMの世界から見るOpenTelemetryのTraceの世界 / OpenTelemetry in the Java
soudai
PRO
0
220
Interop Tokyo 2025 ShowNet Team Memberで学んだSRv6を基礎から丁寧に
miyukichi_ospf
0
280
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
120
2026-02-25 Tokyo dbt meetup プロダクトと融合したCI/CD で実現する、堅牢なデータパイプラインの作り方
y_ken
0
160
AIエンジニア Devin と歩む、自律型運用プロセスの構築
a2ito
0
490
Claude Cowork Plugins を読む - Skills駆動型業務エージェント設計の実像と構造
knishioka
0
210
AIに視覚を与えモバイルアプリケーション開発をより円滑に行う
lycorptech_jp
PRO
1
680
オンプレとGoogle Cloudを安全に繋ぐための、セキュア通信の勘所
waiwai2111
3
1k
Lookerの最新バージョンv26.2がやばい話
waiwai2111
1
150
競争優位を生み出す戦略的内製開発の実践技法
masuda220
PRO
2
520
AI活用を"目的"にしたら、データの本質が見えてきた - Snowflake Intelligence実験記 / chasing-ai-finding-data
pei0804
0
850
Featured
See All Featured
Writing Fast Ruby
sferik
630
62k
Practical Orchestrator
shlominoach
191
11k
ラッコキーワード サービス紹介資料
rakko
1
2.5M
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
160
From π to Pie charts
rasagy
0
140
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Color Theory Basics | Prateek | Gurzu
gurzu
0
220
The World Runs on Bad Software
bkeepers
PRO
72
12k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
67
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
Transcript
Ember.js The hell way
Hello! I am Emma Lopez Remote coder @ Agroptima. Event
organizer. VLCTechHub commiter. @hell03610
VLCTech Hub El hub de los eventos tecnológicos en Valencia
vlctechhub.org
Ember basics Ember friends Ember resources
None
http://emberigniter.com/should-we-use-controllers-ember-2.0/
1. URL driven URL dictates what will be rendered
2. Components Componentize all the things!
3. Data down, actions up Data flowing only in one
direction keeps things more predictable. https://ember-twiddle.com/fc4760a5e5c475bbabc1
https://medium.com/ember-js-en-español/ddau-c29d332ddfb6
“ Components want to be able to hand out data
to their children without having to be on guard for wayward mutations. Data flowing only in one direction keeps things more predictable.
http://emberigniter.com/should-we-use-controllers-ember-2.0/
Ember basics Ember friends Ember resources
Ember-data & Ember-cli
Testing
Types of test Unit Test a class (model, route, service…)
Acceptance Test a component. Mock data with fake objects. Integration Test a page. Mock ajax calls.
Ember-inspector
Ember basics Ember friends Ember resources
Where to find more info Ember.js http://emberjs.com/ Official resource with
API and guides. EmberWatch http://emberwatch.com/ YoEmber http://yoember.com/ Slack https://ember-community-slackin. herokuapp.com/ StackOverFlow Stay away!
Thanks! Any questions? @hell03610