Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

For EmberTimes No. 75: add Contributors + EmberFest Writeup #3711

Merged
merged 2 commits into from
Nov 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions source/blog/2018-11-30-the-emberjs-times-issue-75.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
title: The Ember Times - Issue No. 75
author: Chris Ng, Amy Lam, Alon Bukai, Kenneth Larsen, the crowd
author: Chris Ng, Amy Lam, Alon Bukai, Kenneth Larsen, Jessica Jordan
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018
alias : "blog/2018/11/30-the-ember-times-issue-75.html"
responsive: true
---

Hallo Emberistas! 🐹

This week we have: Final Comments on **RFC RFCeption** 🤔, Upvote the Ember Subreddit ⬆️, Learn how to start writing components you'll love 💖, Check out how to build your own painting game 🎨, Get a sneak peek at the new Ember CLI guides 📖...
This week we have: Final Comments on **RFC RFCeption** 🤔, Upvotes for the **Ember Subreddit** ⬆️, Learn how to start writing components you'll love 💖, Check out how to **build** your own painting **game** 🎨, Get a sneak peek at the **new Ember CLI guides** 📖 and a reminder to watch the first season of **EmberFest 2018** 🍿📽!

---

## [New Guides for Ember CLI 📓](https://cli.emberjs.com/release/)
There's a **new and improved version of the Ember CLI guides out**. [@jenweber](https://github.com/jenweber) has been championing moving the Ember CLI guides into the Ember domain with enhanced content.
There's a **new and improved version of the Ember CLI guides out**. [@jenweber](https://github.com/jenweber) has been championing moving the Ember CLI guides into the Ember domain with enhanced content.

There will be a more formal launch of the new Ember CLI guides on the [Ember blog](https://emberjs.com/blog/) but since you're **an Ember Times subscriber**, [you get a sneak peek](https://cli.emberjs.com/release/).

Expand All @@ -25,7 +25,7 @@ If you find any typos or bugs, then please feel free to report it to the [new re
<!--alex ignore period-->
The RFC (Request For Comments) about the [RFC Process](https://github.com/emberjs/rfcs/pull/300) itself is in its **final comment period**!

The current RFC process is great but has a few quirks. For example, there are different processes for [emberjs/rfcs](https://github.com/emberjs/rfcs) and [ember-cli/rfcs](https://github.com/ember-cli/rfcs). If you haven't taken a look yet; this RFC proposes joining together all RFC processes, requiring a [Core team](https://emberjs.com/team/) Champion for RFCs that are accepted and more.
The current RFC process is great but has a few quirks. For example, there are different processes for [emberjs/rfcs](https://github.com/emberjs/rfcs) and [ember-cli/rfcs](https://github.com/ember-cli/rfcs). If you haven't taken a look yet; this RFC proposes joining together all RFC processes, requiring a [Core team](https://emberjs.com/team/) Champion for RFCs that are accepted and more.
Check it out and join the [discussion](https://github.com/emberjs/rfcs/pull/300)!

---
Expand All @@ -43,7 +43,11 @@ So **subscribe** to the [subreddit](https://www.reddit.com/r/emberjs/) today, po

---

## [SECTION TITLE](#section-url)
## [Didn't Make it to EmberFest 🐹🎉 ? Watch This!](https://www.youtube.com/watch?v=oRzmDobMZ_Q&list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9)

Didn't make it to **Emberfest** - a Europe-based conference around Ember - this year? Then be sure to take a look into the [list of talk recordings here](https://www.youtube.com/watch?v=oRzmDobMZ_Q&list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9)! 👀

From the [the intriguing opening keynote](https://www.youtube.com/watch?v=oRzmDobMZ_Q&list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9&index=1) by [@tomdale](https://github.com/tomdale) to [@danielleadams'](https://github.com/danielleadams) stellar Guide to [Mastering Forms in Ember](https://www.youtube.com/watch?v=-UZyjqBm59U&index=16&list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9) and [the thought-provoking closing keynote](https://www.youtube.com/watch?v=xP-kog04lng&list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9&index=21) by [@MelSumner](https://github.com/MelSumner) you'll find many other talk highlights among the more than 5 hours of content in the [full playlist. 🎬 Check it out](https://www.youtube.com/watch?v=oRzmDobMZ_Q&list=PLN4SpDLOSVkSB9034lDNdP1JoNBGssax9)!


---
Expand All @@ -61,7 +65,7 @@ So **subscribe** to the [subreddit](https://www.reddit.com/r/emberjs/) today, po
## [Video Tutorial on How to Build a Painting Game 🎨](https://twitter.com/gavinjoyce/status/1068208916117577728)

<!--alex ignore kids-->
[@GavinJoyce](https://github.com/GavinJoyce) published a tutorial on how to build a kids painting game in 20 minutes [on YouTube](https://www.youtube.com/watch?v=N4KrBuO0RRE).
[@GavinJoyce](https://github.com/GavinJoyce) published a tutorial on how to build a kids painting game in 20 minutes [on YouTube](https://www.youtube.com/watch?v=N4KrBuO0RRE).

In his tutorial, he uses 3 Ember CLI addons: [ember-cli-tailwind](https://github.com/embermap/ember-cli-tailwind), [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers), and [ember-concurrency](https://github.com/machty/ember-concurrency) as well as [Ember 3.5](https://www.emberjs.com/blog/2018/10/15/ember-3-5-released.html).

Expand All @@ -82,14 +86,14 @@ You can check out the full source code for the demo [on GitHub](https://github.c

## [Start Writing Components You'll Love 💖](https://embermap.com/ember-component-patterns)

Ember Map just launched a [free email course](https://embermap.com/ember-component-patterns) where you'll learn how to build **better Ember components** in six lessons that walk through the fundamentals of UI development. We're excited to learn about declarative rendering, state hoisting, data-loading components and more! Check out [#media](https://discordapp.com/channels/480462759797063690/486955806588403773) on Discord to chat about the course and other external Ember resources!
Ember Map just launched a [free email course](https://embermap.com/ember-component-patterns) where you'll learn how to build **better Ember components** in six lessons that walk through the fundamentals of UI development. We're excited to learn about declarative rendering, state hoisting, data-loading components and more! Check out [#media](https://discordapp.com/channels/480462759797063690/486955806588403773) on Discord to chat about the course and other external Ember resources!

---


## [Contributors' Corner 👏](https://guides.emberjs.com/release/contributing/repositories/)

<p>This week we'd like to thank our siblings for their contributions to Ember and related repositories! 💖</p>
<p>This week we'd like to thank <a href="https://github.com/kratiahuja" target="gh-user">@kratiahuja</a>, <a href="https://github.com/rwjblue" target="gh-user">@rwjblue</a>, <a href="https://github.com/bobisjan" target="gh-user">@bobisjan</a>, <a href="https://github.com/cah-danmonroe" target="gh-user">@cah-danmonroe</a>, <a href="https://github.com/BradenLawrence" target="gh-user">@BradenLawrence</a>, <a href="https://github.com/runspired" target="gh-user">@runspired</a>, <a href="https://github.com/jenweber" target="gh-user">@jenweber</a>, <a href="https://github.com/buschtoens" target="gh-user">@buschtoens</a>, <a href="https://github.com/samselikoff" target="gh-user">@samselikoff</a>, <a href="https://github.com/zachgarwood" target="gh-user">@zachgarwood</a>, <a href="https://github.com/pzuraq" target="gh-user">@pzuraq</a>, <a href="https://github.com/jelhan" target="gh-user">@jelhan</a>, <a href="https://github.com/ppcano" target="gh-user">@ppcano</a>, <a href="https://github.com/MelSumner" target="gh-user">@MelSumner</a>, <a href="https://github.com/amyrlam" target="gh-user">@amyrlam</a>, <a href="https://github.com/kennethlarsen" target="gh-user">@kennethlarsen</a>, <a href="https://github.com/Alonski" target="gh-user">@Alonski</a>, <a href="https://github.com/mansona" target="gh-user">@mansona</a>, <a href="https://github.com/hjdivad" target="gh-user">@hjdivad</a>, <a href="https://github.com/igorT" target="gh-user">@igorT</a>, <a href="https://github.com/thorsteinsson" target="gh-user">@thorsteinsson</a>, <a href="https://github.com/mydea" target="gh-user">@mydea</a>, <a href="https://github.com/tomdale" target="gh-user">@tomdale</a>, <a href="https://github.com/chiragpat" target="gh-user">@chiragpat</a>, <a href="https://github.com/kellyselden" target="gh-user">@kellyselden</a> and <a href="https://github.com/Turbo87" target="gh-user">@Turbo87</a> for their contributions to Ember and related repositories! 💖</p>

---

Expand All @@ -108,7 +112,7 @@ Ember Map just launched a [free email course](https://embermap.com/ember-compone

## [#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.
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).

Expand All @@ -119,4 +123,4 @@ That's another wrap! ✨

Be kind,

Chris Ng, Amy Lam, Alon Bukai, Kenneth Larsen, the crowd and the Learning Team
Chris Ng, Amy Lam, Alon Bukai, Kenneth Larsen, Jessica Jordan and the Learning Team