The Ember Times - Issue No. 181

– By Chris Ng, Jared Galanis, Amy Lam

👋 Emberistas! 🐹

EmberFest, remodeling an Ember app, Ember CLI history, ember-auto-import, web bundling, ember-concurrency release, Ember Data roundup, rwjblue podcast, and keeping a clean git history.


EmberFest 2021 is happening! 🏛️

Mark your calendars for September 30th – October 1st of 2021 – EmberFest will be back as a hybrid on-site/virtual event! EmberFest is the European Community Ember Conference. The location will be a secret until ticket sales are open so stay tuned.

The EmberFest team is confident that this year’s conference can happen in person. At the same time, they realize that some people can’t or might not want to travel yet, so for the first time, EmberFest is going hybrid: there will be both on-site and remote tickets for a livestream available. Early bird tickets will start on June 11, 2021.

If you’re interested in seeing what it’s like, check out the last EmberFest conference in 2019, which was in Copenhagen!


Ember CLI history, ember-auto-import, web bundling & more 🌎

Chris Krycho (@chriskrycho) recently got together with some LinkedIn colleagues, Dave Combs (@davecombs) and Richard Conrad (@grconrad), to chat about the history of Ember CLI, ember-auto-import, web bundling and more.

If you've been looking to learn more about how these things came into being and developed over time, including how they have had impact on the development of modern build tools like Embroider, then you may want to go check out the super interesting video.

If you haven't had enough Krycho 😄 and have some more time on your hands, you might also want to go checkout a package that Chris recently published called ember-simple-track-helper which essentially provides an equivalence for React's useState hook for Ember and Glimmer template only components.


Ember Data happenings 👀

In a prior issue, we mentioned that Ember.js celebrated it's 10th birthday! However, Ember Data's first commits in GitHub were ~15 years ago. The commit history started in SproutCore, which later morphed into Ember.js and Ember Data. Check out Chris Thoburn (@runspired)'s's talk on Ember Data from Ember Fest 2019 for more background!

In more Ember Data news, v4.0 is coming! Open Ember Data Request For Comments (RFCs) will target 5.0, and approved RFC's will be enabled in 4.1 at the soonest.

RFC #475 calls for modernizing the PromiseManyArray. The RFC intends to deprecate reading, mutating or operating on an async hasMany relationship before resolving its value in the application's JavaScript code. Rendering an async hasMany in a template will continue to work as expected. Check out the rendered RFC and comment if you have any feedback!


Remodeling an Ember app blog series 📖

In an exciting new series of new blog posts Ember Learning core team member Jen Weber (@jenweber) is covering the process of bringing an older Ember app up-to-date with Octane and a modern Ember Data strategy.

In the process of writing the posts Jen is pairing with Ember Data core team member, Chris Thoburn (@runspired), so there should be lots of great content to look forward to in the coming days.

The first post, which is available now, lays the ground work for what Jen and Chris will be working on, and includes lists of how to approach overhauling an Ember app, some debugging strategies you might take and more. You can find the first introductory blog post here on Jen's blog.


ember-concurrency 2.1.0 release 🐹

In case you hadn't noticed, Max Fierke (@maxfierke) recently released version 2.1.0 of ember-concurrency! This release includes a public API for Yieldables. Yieldables let you hook into the low-level execution logic of an ember-concurrency task and provide a new way to instrument TaskInstances by providing a safe mechanism to implement custom waiters, hooks, introspection, and other operations from application code.

ember-concurrency 2.1.0 also fixes an important bug where task state updates could be applied out of order in some situations.

If you have been looking to access the internals of ember-concurrency that allow it to go beyond what Promises are capable of, this release might be of interest to you.


A new episode of Web, Whiskey & Whatnot 🔈

There's a new episode of the Ember-related podcast Web, Whiskey & Whatnot out 🎉! This episode features none other than Robert Jackson (@rwjblue). The Ship Shape gang and rwjblue discuss a bit about how rwjblue got involved in contributing to Ember.js, a bit about the web and, yes, a bit about whiskey.

Go checkout the episode wherever you listen to podcasts!


Keeping a clean git history 🖋

Ember Learning core team member Chris Manson (@mansona) has published a super helpful new blog post about one of the developer fundamentals that we all should know about, how to keep a clean git history.

Chris talks about the importance of keeping a tidy git history and provides some excellent tips and workflows on how one might go about doing that. There is also an in-depth working example of some challenges that come up when managing your commits and how you can use visual tools like Fork to achieve a higher level of mastery over your git history.

Head on over to the Simplabs blog to check out the post and learn how to clean up your git history!


Contributors' corner 👏

This week we'd like to thank Hanna (she/her) (@hannakim91), Brenden Palmer (@brendenpalmer), Chris Manson (@mansona), Chris Ng (@chrisrng), Isaac Lee (@ijlee2), Robert Wagner (@rwwagner90), Sam Van Campenhout (@Windvis), Bj Tecu (@btecu), Michal Bryxí (@MichalBryxi), Robert Jackson (@rwjblue), Bryan Mishkin (@bmish), Chris Garrett (@pzuraq), Godfrey Chan (@chancancode), Josh Lindsay (@j000shDotCom), David Tang (@skaterdav85), Matthew Beale (@mixonic), Anne-Greeth van Herwijnen (@MinThaMie), Stefan Penner (@stefanpenner), Tyler (@runnerboy22), Olga Torkhanova (@helgablazhkun), Scott Newcomer (@snewcomer), Anass OUMIRI (@aoumiri), Chris Thoburn (@runspired), Jordan Hawker (@elwayman02), Luke Melia (@lukemelia), Katie Gengler (@kategengler), @NullVoxPopuli, and Jared Galanis (@jaredgalanis) for their contributions to Ember and related repositories! 💖


Connect with us 🤓

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! 🤞

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. See you in two weeks!


That's another wrap! ✨

Be kind,

Chris Ng, Jared Galanis, Amy Lam, and the Learning Team