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
anbykova
February 21, 2021
Programming
0
29
how ember data makes life easier
anbykova
February 21, 2021
Tweet
Share
More Decks by anbykova
See All by anbykova
Onboarding. Помоги своему коллеге заранее
anbykova
0
94
Other Decks in Programming
See All in Programming
1から理解するWeb Push
dora1998
7
1.8k
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
210
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
410
Kiroで始めるAI-DLC
kaonash
2
580
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.2k
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.4k
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
Ruby Parser progress report 2025
yui_knk
1
420
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
110
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
230
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
130
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Typedesign – Prime Four
hannesfritz
42
2.8k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Context Engineering - Making Every Token Count
addyosmani
1
27
How to Ace a Technical Interview
jacobian
279
23k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
Testing 201, or: Great Expectations
jmmastey
45
7.6k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
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