diff --git a/source/2020-02-07-the-ember-times-issue-134.md b/source/2020-02-07-the-ember-times-issue-134.md
index 8e6445d2a..32e32fb47 100644
--- a/source/2020-02-07-the-ember-times-issue-134.md
+++ b/source/2020-02-07-the-ember-times-issue-134.md
@@ -1,7 +1,7 @@
---
title: The Ember Times - Issue No. 134
author: Chris Ng, Anne-Greeth van Herwijnen, Isaac Lee, Jessica Jordan, Amy Lam
-tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2020
+tags: Newsletter, Ember.js Times, Ember Times, 2020
alias : "blog/2020/02/07-the-ember-times-issue-134.html"
responsive: true
---
diff --git a/source/2020-02-14-the-ember-times-issue-135.md b/source/2020-02-14-the-ember-times-issue-135.md
new file mode 100644
index 000000000..917c4be44
--- /dev/null
+++ b/source/2020-02-14-the-ember-times-issue-135.md
@@ -0,0 +1,138 @@
+---
+title: The Ember Times - Issue No. 135
+author: Chris Ng, Jessica Jordan, Jared Galanis, Anne-Greeth van Herwijnen, Isaac Lee, Amy Lam
+tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2020
+alias : "blog/2020/02/14-the-ember-times-issue-135.html"
+responsive: true
+---
+
+Happy Valentine's Day, Emberistas! π
+
+Learn about Native Decorator Support from EmberMap πΉπΊοΈ,
+review the RFC for splarguments π,
+autotracking! a blog series on reactivity systems π€,
+JSParty podcast with Jen and Chris π», and
+three reasons to switch to angle bracket syntax in Ember Octane π‘!
+
+READMORE
+
+---
+
+## [EmberMap: Learn about Native Decorator Support πΉπΊοΈ](https://twitter.com/ember_map/status/1225464396471787525)
+
+Check out the latest EmberMap episode of "What's New in Ember." It talks about what the [Native Decorator Support](https://emberjs.github.io/rfcs/0440-decorator-support.html) feature from Ember 3.10 means for you and why [Decorators](https://emberjs.github.io/rfcs/0408-decorators.html) are important for Ember's adoption of ES classes.
+
+With Ember 3.10, all the core APIs and surrounding ecosystem libraries can start adopting decorators as per the [stage 1 implementation](https://github.com/tc39/proposal-decorators) which would pave the way for ES classes in Ember. However, the happy path is still to wait until [the Octane release or 3.15](https://blog.emberjs.com/2019/12/20/ember-3-15-released.html) to start using both ES classes and decorators together for all of your Ember app code.
+
+To check out how to upgrade your app to 3.15, check out this [great Discuss thread](https://discuss.emberjs.com/t/question-about-the-native-decorator-support-feature/17474) on the issue but also be sure to check out the full video on [Native Decorator Support on EmberMap](https://embermap.com/topics/what-s-new-in-ember/native-decorator-support-3-10).
+
+---
+
+## [Autotracking! A blog series on reactivity systems π€](https://www.pzuraq.com/thinking-with-autotracking-what-makes-a-good-reactive-system/)
+
+Interested in learning more about autotracking, Ember Octane's new reactivity system? Well then, you're in luck π. [Chris Garrett (@pzuraq)](https://github.com/pzuraq) is starting another super interesting new blog post series on that exact subject!
+
+The [first post](https://www.pzuraq.com/thinking-with-autotracking-what-makes-a-good-reactive-system/), which came out at the end of last month, examines what reactivity means and how it relates to declarative and imperative programming models. Even experienced Ember developers will likely get a lot of value out of reading about what these often-used, but rarely fully understood, terms mean.
+
+In an approachable and conversational style, [@pzuraq](https://github.com/pzuraq) also explains how state is used in these programming models as well as functional programming models. Itβs a great intro for anyone looking to learn a bit about reactivity systems.
+
+Bonus π [@pzuraqβs](https://github.com/pzuraq) [second post](https://www.pzuraq.com/thinking-with-autotracking-what-makes-a-good-reactive-system/) about what makes a good reactivity system came out this week!
+
+[@pzuraq](https://github.com/pzuraq) dives deeper and surveys several reactivity systems:
+
+- HTML/CSS (did you know they are reactive!?)
+- Push-based reactivity systems, which are often implemented with JavaScript (e.g. Ember Classic and other systems like the Observable model)
+- Pull-based reactivity systems (e.g. React and the Virtual DOM, Vue and Elm)
+
+There are helpful diagrams and clear explanations to help you better understand the finer points. If youβre looking to learn more about how these models of reactivity are similar and different, then this post is a great read for you.
+
+Be sure to be on the lookout for more updates from the Ember Times team as more of these awesome blog posts are released!
+
+---
+
+## [There is no party like an Octane party! π](https://changelog.com/jsparty/114)
+
+On February 6th, [Jen Weber (@jenweber)](https://github.com/jenweber) and [Chris Manson (@mansona)](https://github.com/mansona) were live on the [JS Party podcast](https://changelog.com/jsparty/114). This party describes itself as: "A community celebration of JavaScript and the web." They record on Thursdays at 1pm Eastern / 10am Pacific if you want to tune in live.
+
+
+[Jen](https://github.com/jenweber) and [Chris](https://github.com/mansona) talked with the hosts, [Kevin Ball (@kball)](https://github.com/kball) and [Nick Nisi](https://nicknisi.com/), about Ember Octane, how Ember operates as a framework, and the role of the community within Ember. The [podcast](https://changelog.com/jsparty/114) got published today, so if you have missed it or want to listen to it again, you can!
+
+
+Since the podcast reaches out to an audience in the wider JavaScript community, we got to listen to what makes Ember special. One of the hosts even tried the Ember tutorial to get a grasp of what Ember does differently.
+
+All in all, a lovely podcast with two **awesome** representatives from the Ember core team.
+
+---
+
+## [Three reasons to switch to angle bracket syntax in Ember Octane π‘](https://spin.atomicobject.com/2020/02/12/ember-angle-bracket-syntax/)
+
+One aspect of Ember Octane that we, at The Ember Times, enjoy is discovering feedback from developers and teams as they adopt Octane in production apps.
+
+This week, [Bekah Cheek at Atomic Object](https://atomicobject.com/team/bekah-cheek) shared how the angle bracket syntax [helped her team write readable code and develop new components with ease](https://spin.atomicobject.com/2020/02/12/ember-angle-bracket-syntax/). We encourage you to have a look for more details, then share your own experience on a blog, Discord, or Twitter!
+
+You can visit the Ember Guides to [learn more about the angle bracket syntax and its benefits](https://guides.emberjs.com/release/upgrading/current-edition/templates/).
+
+---
+
+## [Review the potential future of splarguments π](https://github.com/emberjs/rfcs/pull/593)
+
+
+Two years ago the [Request for Comments (RFC) #311](https://emberjs.github.io/rfcs/0311-angle-bracket-invocation.html#html-attributes) made quite a splash: Besides an entirely new invocation syntax for Ember components, it suggested a novel feature that allowed Ember users to pass **HTML attributes**, such as _class_, _width_ or _tabindex_, from the invocation site of a component down to its content. There they can finally be accessed using the so-called **splattributes** syntax.
+
+Here's a quick reminder of how that looks like - imagine the following markup:
+
+```handlebars
+
+
+
This week we'd like to thank @jgwhite, @rwjblue, @chancancode, @mehulkar, @efx, @wycats, @mansona, @MelSumner, @jenweber, @skaterdav85, @krisselden, @pzuraq, @Turbo87, @chadhietala, @dcyriller and @xg-wang 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! π€
+