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
Ember Where Do I Import X From Where do I import the thing? Ember has historically allowed access to everything in a global scope, like web-components. This proved confusing for developers, and Ember has moved to a more explicit,
Ember Effects in Ember Originally from How to make an effect in Ember? @trusktr asks: What’s the equivalent of Solid.js createEffect() (or React useEffect(), Meteor Tracker.autorun(), MobX autorun(), Vue watchEffect(), Svelte $effect(), Angular effect(
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