Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interview with Edward Faulkner & Beto Cantú's Octane Presentation (issue 96) #99

Merged
merged 4 commits into from
May 2, 2019
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
34 changes: 22 additions & 12 deletions source/2019-04-28-the-ember-times-issue-96.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Ember Times - Issue No. 96
author: Jessica Jordan, the crowd
author: Jessica Jordan, Isaac Lee, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
alias : "blog/2019/04/28-the-ember-times-issue-96.html"
responsive: true
Expand All @@ -14,6 +14,8 @@ This week:
- ...
- Ember **contributions** from the **EmberJS Paris** contributor workshop 🇫🇷,
- **easier navigation through concurrency** 🕗 in your app tests,
- interview with **Edward Faulkner on Embroider** 🎙️,
- building an **e-commerce app with Octane** 🔥,
- ...

---
Expand Down Expand Up @@ -44,21 +46,29 @@ But there's a new hope, called [Milestones](https://twitter.com/__dfreeman/statu

---

## [Section Title in Title Case 🐹](#section-url)
<change section title emoji>
<consider adding some bold to your paragraph>
## [Edward Faulkner on Embroider, Ember CLI's Modern Build System 🎙️](https://embermap.com/podcast/edward-faulkner-on-embroider-ember-cli-s-modern-build-system)

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
At [EmberConf 2019](https://youtu.be/zYwdBcmz6VI?t=2855), we got a surprise announcement of [Embroider](https://github.com/embroider-build/embroider), the **next-gen build pipeline for Ember applications**. 🧡

[EmberMap sat down with Edward Faulkner](https://embermap.com/podcast/edward-faulkner-on-embroider-ember-cli-s-modern-build-system), the creator of Embroider, to provide us more information.

Some key messages are:

- Embroider embraces ES modules and pull-based builds. It includes **only the code that your app needs.** 💯
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is some really weird stuff going on with bulleted text. Markdown for bold does not show up in bulleted text.

image

Since the blog backend is being rewritten slowly but surely, I'm not too worried about it, just strange.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#101 to investigate later

- You can [try out Embroider today](https://github.com/embroider-build/embroider#how-to-try-it)! Once you are able to build your app with the default settings, you can [look at various options](https://github.com/embroider-build/embroider#options) to **boost performance** and **allow route splitting**. 🖖
- If you are an addon developer, please work towards [getting to the V2 format](https://github.com/embroider-build/embroider/blob/master/SPEC.md). This will allow Embroider to skip the expensive 1st build stage for your addon. ⏭️

Be sure to look out for an RFC to make Embroider the next build system for Ember. In the meantime, please check out [EmberMap's interview with Edward Faulkner](https://embermap.com/podcast/edward-faulkner-on-embroider-ember-cli-s-modern-build-system)!

---

## [Section Title in Title Case 🐹](#section-url)
<change section title emoji>
<consider adding some bold to your paragraph>
## [Building with Octane, by Beto Cantú 🔥](https://www.youtube.com/watch?v=KnkWs18V9dA)

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
At the inaugural [Ember San Antonio Meetup](https://www.meetup.com/EmberSA), Beto Cantú ([@betocantu93](https://github.com/betocantu93)) presented [an e-commerce app that he had built](https://github.com/betocantu93/octane-ecommerce) with [Octane](https://emberjs.com/editions/octane/) (in just hours!).

In addition to new features such as `@tracked` and `{{on}}` modifier, Beto covered the fundamentals of Ember—from designing routes to deploying our app. This made a great introduction to attendees who had never used Ember before. 🤗

Please watch Beto's talk to [learn more about building apps with Octane](https://www.youtube.com/watch?v=KnkWs18V9dA). Don't forget to upvote and share it with your friends!

---

Expand Down Expand Up @@ -129,4 +139,4 @@ That's another wrap! ✨

Be kind,

Jessica Jordan, the crowd and the Learning Team
Jessica Jordan, Isaac Lee, the crowd and the Learning Team