New How to get started with Ember How to get started with Ember For questions / concerns / updates, feel free to ask in: The Official Ember Discord My Personal Discord While you may use ember for your frontend application, most of
Ember Ember has typesafe HTML Ember has had typesafe HTML for a while now. Details on getting it set up are here on the Glint repo. tl;dr: install the pre-release version of the Glint extension and
Ember Design Systems in Ember Design systems help you prototype apps faster, and focus on shipping, rather than re-inventing the wheel. CSS frameworks a great way to start a project, but long-lived projects need interactivity to
Linux My pi.hole was periodically blocking linux Ubuntu Linux ships with the ability to reach any host on your local network via $HOSTNAME.local, where if the hostname for a machine on your network is $HOSTNAME, it may be reached
New Avoiding Lifecycle in Components Avoiding Lifecycle in Components This is mostly going to be about did-insert, did-update, etc, aka, the @ember/render-modifiers. If you know of a pattern that you use the render-modifiers