All posts by Ricardo Mendes

Senior Frontend Engineer, Ember Framework and Learning Core teams member

  1. Automating Ember releases with Rust

    Releasing a new version of Ember is no uncomplicated task. This process involves several different core teams, who are responsible for several packages and resources between them. In this post, I will explain how I used Rust to build a tool that automates part of the Ember release process.

  2. Simpler and more powerful components in Ember Octane with Glimmer Components

    Following up on Bringing clarity to templates through Ember Octane, we will be discussing how the Glimmer components introduced by the Ember Octane edition aim to modernize and simplify Ember applications by using native JavaScript syntax and an HTML-first approach.

  3. Bringing clarity to templates through Ember Octane

    When reading Ember templates, have you ever wondered where a certain dynamic value comes from? Is that dynamic value a property of the component, a named argument that was passed in, or even a helper?