The Ember Times - Issue No. 92

હેલો Emberistas! 🐹

The video recordings of EmberConf 2019 are now available! But first, read about the benefits of volunteering at a tech conference 💪, an RFC on adding npm dependency lint ✨, a new {{fn}} Helper RFC 🎉, data loading and animation patterns in your Ember app 🌟, and you don't wanna miss tips on mentoring Ember developers 👩‍🏫! Enjoy some ✨ fan art by @delusioninabox 👩‍🎨, and read the exclusive interview with Ember contributor @pzuraq! 💬


3 Reasons to Volunteer at a Tech Conference 💪🏼

@lisaychuang shares her experience from this year’s EmberConf, and encourages newcomers in any tech community to attend a tech conference (and possibly volunteer!).

As a volunteer, you can get:

  • A warm welcome to the community
  • Behind the scene access
  • A chill home base during the conference

Curious to learn more? Check out her post on Medium: 3 reasons why you should volunteer at a tech conference.


Dependency Lint RFC ✨

@Alonski proposed that the addon ember-cli-dependency-lint should be added to the default blueprint.

This lint helps us detect early if our addons rely on the same package but use different versions. In such cases, Ember CLI merges all versions into one. This can cause our app to behave unexpectedly and become hard to debug. 😨😰😱

You can learn about ember-cli-dependency-lint addon and how to resolve dependency conflicts at https://github.com/salsify/ember-cli-dependency-lint. Be sure to leave your comments on the current proposal.


{{fn}} Helper RFC 🎉

Check out the {{fn}} Helper RFC opened by @rtablada that introduces clear argument passing for functions in templates.

The {{fn}} RFC should solve for some of the complexity and confusion around the current action helper. The new {{fn}} helper will take in a function and set of arguments that are partially applied to the function (with no need for build time private APIs), and context binding will be done using the @action decorator in classes.

For more on the detailed design of the proposal, including comparisons to the action helper/modifier and some alternatives see the full RFC.


Animation and Predictable Data Loading in Ember 🐹

@ijlee2, a first time attendee at EmberConf, shares a tutorial on how to load complex data in a predictable manner and how to use animations to liven up your Ember applications.

The tutorial covers how you can make animations using Ember Animated and Web Animations API to help make your applications feel more dynamic and polished!

Another interesting area the tutorial explores is predictable data loading, overcoming bugs that you may encounter when having models and relationships and how you can use Ember Data Storefront to aid tackling some of this issues! Definitely worth checking out!

Read the full article alongside some video previews or check out a preview of the demo app from the tutorial.


Reflecting on Being a Former Noob 👶

While realizing she's no longer a beginner, @danielleadams documents her thoughts on what more experienced developers can do to help those newer to the tech industry and working as developers. Check out her blog post on the subject, stemming from her experience being a mentor at EmberConf!


EmberConf 2019 Videos Out 🎦

If you missed the chance to see talks from EmberConf 2019, worry no more! Starting today, you can watch all of them on YouTube. Please upvote the videos and share them with your teams, communities, family, and friends! 💜


Ember Makes Coding Feel So Good Comic 💥

@delusioninabox created a comic about being able to work with Ember again after a long time away. Like, retweet, or comment on the post on Twitter!


"I contribute to Ember" with Chris Garrett 💬

Chris Garrett

In the 9th edition of the contributor interview series, community member Chris Garrett, also known as @pzuraq, talks about his story getting involved with native classes and decorators in Ember. Chris also explains why everyone in the community is eager to help make your contribution a real success as well ✨

You can read the full interview on the Ember Forum.

Read more


Contributors' Corner 👏

This week we'd like to thank @Turbo87, @yohanmishkin, @chancancode, @cibernox, @bartocc, @pzuraq, @krisselden, @chadhietala, @rwjblue, @runspired, @raulb, @efx, @dcyriller, @igorT, @rwwagner90, @danwenzel, @toddjordan, @dayton-bobbitt, @kennethlarsen, @jenweber, @dfreeman, @scalvert, @czosel, @RichardOtvos, @dmzza, @ClaytonTurner, @mdbiscan, @zachgarwood and @Charizard for their contributions to Ember and related repositories! 💖


Got a Question? Ask Readers' Questions! 🤓

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 📰

Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at #support-ember-times on the Ember Community Discord or ping us @embertimes on Twitter.

Keep on top of what's been going on in Emberland this week by subscribing to our e-mail newsletter! You can also find our posts on the Ember blog.


That's another wrap! ✨

Be kind,

Chris Ng, Lisa Huang-North, Jessica Jordan, Isaac Lee, Danielle Adams, Amy Lam, Bradley Leftley, Jared Galanis and the Learning Team