diff --git a/source/blog/2018-11-02-the-ember-times-issue-71.md b/source/blog/2018-11-02-the-ember-times-issue-71.md index c150299cd7..fee65383c1 100644 --- a/source/blog/2018-11-02-the-ember-times-issue-71.md +++ b/source/blog/2018-11-02-the-ember-times-issue-71.md @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 71 author: Chris Ng, Jessica Jordan, Ryan Mark, Kenneth Larsen, Alon Bukai, Amy Lam -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +tags: Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/11/02-the-ember-times-issue-71.html" responsive: true --- diff --git a/source/blog/2018-11-09-the-ember-times-issue-72.md b/source/blog/2018-11-09-the-ember-times-issue-72.md new file mode 100644 index 0000000000..ba788b3714 --- /dev/null +++ b/source/blog/2018-11-09-the-ember-times-issue-72.md @@ -0,0 +1,106 @@ +--- +title: The Ember Times - Issue No. 72 +author: Chris Ng, Amy Lam, Kenneth Larsen, Jessica Jordan, Ryan Mark +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +alias : "blog/2018/11/09-the-ember-times-issue-72.html" +responsive: true +--- + +Kedu Emberistas! 🐹 + +We need **Emberistas at JSConf EU**, so submit a talk to the newly opened CFP! πŸ—£οΈ +There's an update to the **RFC about RFCs** πŸ“œ! Let's take a look into **more informative Routes** πŸ€“ and +watch a **tutorial** on how to **build** a live updating **league table** ⚽️ in Ember 3.5 πŸ“Ή or **help** upgrading the **test coverage** of official Ember projects! ✍️ + +--- + +## [JSConf EU CFP is Now Open! πŸ‘](https://2019.jsconf.eu/call-for-speakers/) + +[JSConf EU](https://2019.jsconf.eu/), which will be held from **June 1 – 2 2019 in Berlin**, has officially opened their Call for Papers (CfP) for talks regarding JavaScript, the web, or a clever hack. + + +This is a good opportunity for us, as Ember developers, to **showcase our work to the greater JavaScript community**. Similar to the [EmberConf process](https://www.emberjs.com/blog/2018/10/12/the-ember-times-issue-68.html#toc_a-href-https-emberconf-com-become-a-speaker-html-emberconf-2019-call-for-papers-a), the CfP starts out blind and later gets de-anonymized. + +The call for speakers this year is **open until December 23rd**. JSConf’s sibling conference, CSSconf, even published a blog on [How to write a great talk proposal for a tech conference](https://blog.cssconf.eu/2014/06/12/how-to-write-a-great-talk-proposal-for-a-tech-conference/). + +_”Pick the topic you feel most passionate about. This is your conference.”_ is the JSConf EU saying so [apply to be a speaker](https://2019.jsconf.eu/call-for-speakers/) today! + +--- + +## [Yo Dawg, I Heard You Like RFCs πŸ“œ](https://github.com/emberjs/rfcs/pull/300) + +There has been an update to the RFC (Request for Comments) about the RFC process itself. The RFC process has been crucial in defining **the future of Ember** and that is still the case. However, in the process of reading and merging all of these RFCs, the Core Team has discovered some shortcomings of the current RFC process as well as new requirements. + +To solve some of these issues, the RFC proposes that new RFCs are assigned a **Core Champion** from the Core Team. It also suggests to merge [ember-cli/rfcs](https://github.com/ember-cli/rfcs) into [emberjs/rfcs](https://github.com/emberjs/rfcs). + +There are more proposed solutions in [the RFC](https://github.com/emberjs/rfcs/blob/rfc-process-update/text/0300-rfc-process-update.md), which we recommend you to read through and to leave a comment with your thoughts. + +--- + +## [Personalize Your Route's Metadata with the RouteInfo Metadata RFC πŸ“](https://github.com/emberjs/rfcs/pull/398) + +Have you ever wanted to **track** specific keywords for a particular route in your Ember app, but didn't know how to do so in an elegant fashion? Have you tried to update the `document.title` of a page depending on the specific point of time at which a route was visited, but realized that this couldn't be done without some effort? + +Then a brand-new **Request for Comments (RFC)** is just for you! The proposal [_RouteInfo Metadata_](https://github.com/emberjs/rfcs/pull/398) suggests a new way for reading and writing **application-specific metadata** to the corresponding _RouteInfo_ object. For more context on which information routes currently provide, be sure to also check out [the section about the RouteInfo type from the original RouterService RFC](https://github.com/emberjs/rfcs/blob/master/text/0095-router-service.md#routeinfo-type). + +And finally, read the full _RouteInfo Metadata_ proposal to learn more and leave your thoughts and questions in the [comments below the proposal](https://github.com/emberjs/rfcs/pull/398). + +--- + +## [Premier League Video Tutorial ⚽️](https://twitter.com/gavinjoyce/status/1059533557130059779) + +[@GavinJoyce](https://github.com/gavinjoyce) made an awesome [tutorial](https://www.youtube.com/watch?v=vYakop2d2RI) where he demonstrates how to build a live updating league table in the **latest Ember 3.5**! Code along with the video and you'll use [ember-cli-tailwind](https://github.com/embermap/ember-cli-tailwind) for styling, angle bracket invocation, `shuffle` from [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) (TIL), [ember-math-helpers](https://github.com/shipshapecode/ember-math-helpers) and more. + +Check out [ember-league-table.surge.sh](http://ember-league-table.surge.sh) to run the app and the [repo](https://github.com/GavinJoyce/ember-league-table) for the source code. Our advice? Share the tutorial with a friend, whether they call it football or soccer... + +--- + +## [Help Wanted! We Need Your Testing Expertise πŸ‘¨πŸΎβ€πŸ«](https://github.com/ember-learn/ember-help-wanted/issues/22) + +So many contributors have been putting great effort into shipping features, improvements and bug fixes for important Ember projects recently, including the [spick-and-span Ember Help Wanted App](https://help-wanted.emberjs.com/) and our most be-❀️(loved) [Ember API Docs](https://www.emberjs.com/api/ember/release). + +But with lots of new changes, also comes lots of responsibility for **test coverage**; and your help is needed! +Help these amazing projects to get their test coverage up to par by **writing unit**, **integration** and **acceptance test**: + +- [Ember Help Wanted Client](https://github.com/ember-learn/ember-help-wanted) +- [Ember Help Wanted Backend](https://github.com/ember-learn/ember-help-wanted-server) +- [Ember API Docs Client](https://github.com/ember-learn/ember-api-docs) +- [Ember JSON API Docs](https://github.com/ember-learn/ember-jsonapi-docs) + +Questions? Looking for some guidance to get started? Pop by the [#dev-ember-learning](https://discordapp.com/channels/480462759797063690/480777444203429888) channel on [the Ember Community Chat](https://discordapp.com/invite/zT3asNS) and ask away! + +--- + +## [Contributors' Corner πŸ‘](https://guides.emberjs.com/release/contributing/repositories/) + +

This week we'd like to thank @dfreeman, @Gaurav0, @mikrostew, @caseywatts, @mansona, @mattselden12, @chancancode, @rondale-sc, @acorncom, @simonihmig, @chadhietala, @pzuraq, @locks, @igorT, @spruce, @ahawkins, @yaxinr, @thorsteinsson, @mike-north, @lifeart, @jessica-jordan, @amyrlam, @kennethlarsen, @chrisrng, @Alonski, @chengz, @tylerturdenpants, @rwwagner90, @dipil-saud, @scalvert, @step2yeung, @gabrielcsapo, @rwjblue, @Turbo87, @wagenet, @tomdale for their contributions to Ember and related repositories! πŸ’–

+ +--- + +## [Got a Question? Ask Readers' Questions! πŸ€“](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) + +
+ Office Hours Tomster Mascot + +

Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readers’ Questions are just for you!

+ +

Submit your own short and sweet question under bit.ly/ask-ember-core. And don’t worry, there are no silly questions, we appreciate them all - promise! 🀞

+ +
+ +--- + +## [#embertimes](https://emberjs.com/blog/tags/newsletter.html) πŸ“° + +Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. + +Keep on top of what's been going on in Emberland this week by subscribing to our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/)! You can also find our posts on the [Ember blog](https://emberjs.com/blog/tags/newsletter.html). + +--- + + +That's another wrap! ✨ + +Be kind, + +Chris Ng, Amy Lam, Kenneth Larsen, Jessica Jordan, Ryan Mark and the Learning Team