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
how ember data makes life easier
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
anbykova
February 21, 2021
Programming
0
30
how ember data makes life easier
anbykova
February 21, 2021
Tweet
Share
More Decks by anbykova
See All by anbykova
Onboarding. Помоги своему коллеге заранее
anbykova
0
100
Other Decks in Programming
See All in Programming
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
660
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
170
ロボットのための工場に灯りは要らない
watany
10
2.4k
Codex の「自走力」を高める
yorifuji
0
1.1k
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
170
15年目のiOSアプリを1から作り直す技術
teakun
1
620
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.1k
AHC061解説
shun_pi
0
350
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
390
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
180
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
170
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
How to build a perfect <img>
jonoalderson
1
5.2k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
Building AI with AI
inesmontani
PRO
1
780
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
390
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
190
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
89
Prompt Engineering for Job Search
mfonobong
0
180
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Design in an AI World
tapps
0
170
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
Transcript
Как ember data облегчает жизнь 1
Немного обо мне Анастасия Быкова 4 года в WEB
2 года с Ember WEB, котейки, батуты bykovkatykovka bykovkatykovka 2
Ах, какая архитектура Adapter Model Serializer 3
@hasMany('rewards/coupon', { async: true }) coupons; 4
response.links = { coupons: '/users/v1/discounts' }; 5
{{#each this.account.coupons as |coupon|}} {{log coupon}} {{/each}} 6
this.store.query('rewards/coupon', {}); Мне загружать модель аккаунта если мне нужны купоны?
7
Ссылки https://guides.emberjs.com/release/models/ https://www.toptal.com/emberjs/a-thorough- guide-to-ember-data https://speakerdeck.com/anbykova/how- ember-data-makes-life-easier 8
Что загуглить Ember Ember Data ORM Ember Data async Ember
Data belongsTo Ember Data hasMany 9
Спасибо! bykovkatykovka bykovkatykovka 10