diff --git a/source/2019-07-05-the-ember-times-issue-105.md b/source/2019-07-05-the-ember-times-issue-105.md index 8fe75b1f7..18362d117 100644 --- a/source/2019-07-05-the-ember-times-issue-105.md +++ b/source/2019-07-05-the-ember-times-issue-105.md @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 105 author: Jessica Jordan, Isaac Lee, Kenneth Larsen, Robert Wagner, Chris Ng, Jared Galanis, Amy Lam -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 +tags: Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/07/05-the-ember-times-issue-105.html" responsive: true --- diff --git a/source/2019-07-12-the-ember-times-issue-106.md b/source/2019-07-12-the-ember-times-issue-106.md new file mode 100644 index 000000000..a50755e1d --- /dev/null +++ b/source/2019-07-12-the-ember-times-issue-106.md @@ -0,0 +1,113 @@ +--- +title: The Ember Times - Issue No. 106 +author: Isaac Lee, Chris Ng, Jessica Jordan, Jared Galanis, Amy Lam +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 +alias : "blog/2019/07/12-the-ember-times-issue-106.html" +responsive: true +--- + +π Emberistas! πΉ + +This week: find out how Ember Data has been repackaged in 3.11 π¦, +a tutorial to learn how to build an Ember Octane PWA from scratch π¨βπ», +see EmberJS powered blogging in action at DublinJS π₯, +checkout updated Ember Igniter articles π₯, +and last, but not least, an exclusive **"I contribute to Ember"** interview with @st-h π! + +--- + +## [Ember Data Repackaged in 3.11 π¦](https://emberjs.github.io/rfcs/0395-ember-data-packages.html) + +Starting with Ember 3.11, Ember Data will be shipped as a **collection of small packages** under the namespace `@ember-data`. This helps you import only the packages that you need, identify the API that you can replace, and know where to start if you want to contribute to Ember Data. π + +Say hello to the new import syntax: + +``` +import Model, { attr, belongsTo, hasMany } from '@ember-data/model'; +``` + +Previous styles of import will be deprecated in a future release. Don't worry. Before that happens, a codemod and lint rules will be available to help you migrate your code. + +We encourage you to learn today about [Ember Data packages in 3.11](https://emberjs.github.io/rfcs/0395-ember-data-packages.html) and the exciting plan to [use Embroider to tree-shake Ember Data](https://github.com/emberjs/data/issues/6166). + +--- + +## [Tutorial: Ember Octane Fundamentals πΉ](https://twitter.com/michaellnorth/status/1148631049141751813) + +[@mike-north](https://github.com/mike-north) published a [new training video series on Frontend Masters](https://frontendmasters.com/courses/ember-octane/) on **Ember Octane Fundamentals**. If you are not a subscriber to Frontend Masters or prefer written instructions, there are [detailed written instructions hosted in GitHub](https://github.com/mike-north/ember-octane-workshop/tree/master/notes)! + +Starting with regular HTML and CSS and going through hands-on experience working with glimmer components, tracked properties, actions, and modifiers β the Ember Octane Fundamentals training provides detailed steps in creating your own server-rendered chat application. + +Whatβs even better is that since this is licensed under the BSD-2-Clause, you can feel free to use this material to conduct workshops in your own groups! Just make sure to give some feedback to [@mike-north](https://github.com/mike-north)! + +--- + +## [Updates To Ember Igniter Articles π₯](https://emberigniter.com/articles/) + +[@frank06](https://github.com/frank06) has recently been updating his **awesome series of articles** regarding a variety of Ember.js subjects on his blog, **Ember Igniter**. + +Many of the updates are aimed at brining the articles inline with newer versions of Ember.js. The articles are now applicable to Ember 3, and in many cases they even apply to Ember Octane! + +If you haven't had a chance to checkout Ember Igniter before, be sure to checkout all the articles [here](https://emberigniter.com/articles/). + +--- + +## [See EmberJS Powered Blogging in Action at DublinJS π](https://www.youtube.com/watch?v=4-31AP3p1os) + + +Wanna start blogging? Not sure which platform to use to get started? Why not try [Empress Blog](https://github.com/empress/empress-blog) - a SEO-friendly, **EmberJS powered blog system**. Using this system, you can benefit from the themes and styles that are used for the [Ghost CMS](https://ghost.org/) right from the start. + + +In his **[recent talk](https://www.youtube.com/watch?v=4-31AP3p1os)** at [DublinJS](https://www.meetup.com/DublinJS/), Ember Learning Core team member [@mansona](https://github.com/mansona) highlights how you get started writing posts, easily switch themes and publish your blog to the World Wide Web using Empress Blog. Check out the prezzi over on [Youtube](https://www.youtube.com/watch?v=4-31AP3p1os). π₯ + +--- + +## ["I contribute to Ember" with Stefan Huber π](https://discuss.emberjs.com/t/i-contribute-to-ember-with-stefan-huber/16821) + +
+This week we'd like to thank @rwjblue, @jenweber, @runspired, @efx, @josemarluedke, @SinS3i, @mansona, @ghislaineguerin, @knownasilya, @newyork-anthonyng, @krainboltgreene, @backspace, @zubeir68, @tzellman, @Prady220 and @locks 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) + +
+
+ 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! π€
+ +