From 48f04a7dddcf901b5e335b2525f415a780ba6c16 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Wed, 15 Jan 2020 21:29:37 -0800 Subject: [PATCH 1/3] Add blurb about runspired series --- source/2020-01-17-the-ember-times-issue-131.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/source/2020-01-17-the-ember-times-issue-131.md b/source/2020-01-17-the-ember-times-issue-131.md index 38e407642..1806ac8ad 100644 --- a/source/2020-01-17-the-ember-times-issue-131.md +++ b/source/2020-01-17-the-ember-times-issue-131.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 131 -author: Chris Ng, the crowd +author: Chris Ng, Amy Lam, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2020/01/17-the-ember-times-issue-131.html" responsive: true @@ -9,6 +9,7 @@ responsive: true Emberistas! 🐹 Read the New Test Waiters RFC ⏳, +Optimize your app with Ember Data 📈, @@ -36,13 +37,13 @@ Share your thoughts, feedback, and requests on the [New Test Waiters RFC](https: --- -## [Section title in sentence case 🐹](#section-url) +## [Optimizing your app with Ember Data 📈](https://runspired.com/2019/12/15/optimizing-your-app-with-ember-data/) - - +[Chris Thoburn (@runspired)](https://github.com/runspired) is blogging about how to build and optimize an app with Ember Data. You'll start by building an app, Listicle. Listicle starts as a small app shell with rich content lists, but balloons in size over time. Build times slow to a crawl as a result. - - +At the beginning of the series, Listicle builds and renders in greater than 5 seconds. But as the posts progress, you'll end with an app with builds and renders in **less than 1 second** by optimizing only the app's data management! Then for fun, you'll optimize the render. You can check out [Part 1](https://runspired.com/2019/12/15/optimizing-your-app-with-ember-data/) and [Part 2](https://runspired.com/2019/12/18/optimizing-your-app-with-ember-data-part-2/) now, with more posts to come! And you can follow along with the code for the series by watching the [listicle repository](https://github.com/runspired/listicle). + +For some Ember Data context, check out the [Guides](https://guides.emberjs.com/release/models/). You can learn about the architecture and history in Chris's EmberFest [Ember Data 2019](https://www.youtube.com/watch?v=zbqbsOyLM30&list=PLN4SpDLOSVkT0e094BZhGkUnf2WBF09xx&index=23&t=0s) conference talk. --- @@ -156,4 +157,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, the crowd and the Learning Team +Chris Ng, Amy Lam, the crowd and the Learning Team From 5bbfc32f809c8996b858de65a67bf5cdbfaeec9a Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Thu, 16 Jan 2020 11:18:30 -0800 Subject: [PATCH 2/3] Update 2020-01-17-the-ember-times-issue-131.md --- source/2020-01-17-the-ember-times-issue-131.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2020-01-17-the-ember-times-issue-131.md b/source/2020-01-17-the-ember-times-issue-131.md index 1806ac8ad..a0afdc9f0 100644 --- a/source/2020-01-17-the-ember-times-issue-131.md +++ b/source/2020-01-17-the-ember-times-issue-131.md @@ -41,7 +41,7 @@ Share your thoughts, feedback, and requests on the [New Test Waiters RFC](https: [Chris Thoburn (@runspired)](https://github.com/runspired) is blogging about how to build and optimize an app with Ember Data. You'll start by building an app, Listicle. Listicle starts as a small app shell with rich content lists, but balloons in size over time. Build times slow to a crawl as a result. -At the beginning of the series, Listicle builds and renders in greater than 5 seconds. But as the posts progress, you'll end with an app with builds and renders in **less than 1 second** by optimizing only the app's data management! Then for fun, you'll optimize the render. You can check out [Part 1](https://runspired.com/2019/12/15/optimizing-your-app-with-ember-data/) and [Part 2](https://runspired.com/2019/12/18/optimizing-your-app-with-ember-data-part-2/) now, with more posts to come! And you can follow along with the code for the series by watching the [listicle repository](https://github.com/runspired/listicle). +At the beginning of the series, Listicle builds and renders in greater than 5 seconds. But as the posts progress, you'll end with an app with builds and renders in **less than 1 second** by optimizing only the app's data management! Then for fun, you'll optimize the render. You can check out [Part 1](https://runspired.com/2019/12/15/optimizing-your-app-with-ember-data/) and [Part 2](https://runspired.com/2019/12/18/optimizing-your-app-with-ember-data-part-2/) now, with more posts to come! And you can follow along with the code for the series by watching the [Listicle repository](https://github.com/runspired/listicle). For some Ember Data context, check out the [Guides](https://guides.emberjs.com/release/models/). You can learn about the architecture and history in Chris's EmberFest [Ember Data 2019](https://www.youtube.com/watch?v=zbqbsOyLM30&list=PLN4SpDLOSVkT0e094BZhGkUnf2WBF09xx&index=23&t=0s) conference talk. From 697f4a6f3ca1b8a384768abf06fc5469bef9801f Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Thu, 16 Jan 2020 11:21:23 -0800 Subject: [PATCH 3/3] Update 2020-01-17-the-ember-times-issue-131.md --- source/2020-01-17-the-ember-times-issue-131.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/2020-01-17-the-ember-times-issue-131.md b/source/2020-01-17-the-ember-times-issue-131.md index a0afdc9f0..740b3272b 100644 --- a/source/2020-01-17-the-ember-times-issue-131.md +++ b/source/2020-01-17-the-ember-times-issue-131.md @@ -41,7 +41,9 @@ Share your thoughts, feedback, and requests on the [New Test Waiters RFC](https: [Chris Thoburn (@runspired)](https://github.com/runspired) is blogging about how to build and optimize an app with Ember Data. You'll start by building an app, Listicle. Listicle starts as a small app shell with rich content lists, but balloons in size over time. Build times slow to a crawl as a result. -At the beginning of the series, Listicle builds and renders in greater than 5 seconds. But as the posts progress, you'll end with an app with builds and renders in **less than 1 second** by optimizing only the app's data management! Then for fun, you'll optimize the render. You can check out [Part 1](https://runspired.com/2019/12/15/optimizing-your-app-with-ember-data/) and [Part 2](https://runspired.com/2019/12/18/optimizing-your-app-with-ember-data-part-2/) now, with more posts to come! And you can follow along with the code for the series by watching the [Listicle repository](https://github.com/runspired/listicle). +At the beginning of the series, Listicle builds and renders in greater than 5 seconds. But as the posts progress, you'll end with an app with builds and renders in **less than 1 second** by optimizing only the app's data management! Then for fun, you'll optimize the render. + +You can check out [Part 1](https://runspired.com/2019/12/15/optimizing-your-app-with-ember-data/) and [Part 2](https://runspired.com/2019/12/18/optimizing-your-app-with-ember-data-part-2/) now, with more posts to come! And you can follow along with the code for the series by watching the [Listicle repository](https://github.com/runspired/listicle). For some Ember Data context, check out the [Guides](https://guides.emberjs.com/release/models/). You can learn about the architecture and history in Chris's EmberFest [Ember Data 2019](https://www.youtube.com/watch?v=zbqbsOyLM30&list=PLN4SpDLOSVkT0e094BZhGkUnf2WBF09xx&index=23&t=0s) conference talk.