I remember the first time I saw Melanie Sumner describe Ember as "the together framework". It was 2019, and I was sitting in the audience of the Amsterdam Ember meetup for the premiere of Ember: The Documentary. The lights had dimmed, the room quieted down, but my nervous| Katz Got Your Tongue
It's that time of year again: time to think about what the next year of Ember should hold. Personally, I feel really great about the community's effort around the Octane edition. What's great about Octane, and any future edition we do, is that it&| Katz Got Your Tongue
In this article, we dig deeper into the concepts we learned in the first post in the Fun With PowerShell series, including the pipeline.| Katz Got Your Tongue
I've been spending my time doing a lot of long-overdue work on Ember, Glimmer and the Handlebars parser. I figured I'd post a quick list of the work.| Katz Got Your Tongue
Ember's default test runner is unusual, and it's for a good reason. We believe that since your app runs in a browser, your tests should run in the browser. To debug a test, you should be able to pause the test and then directly inspect it using the dev tools. It's different, but in a good way!| Katz Got Your Tongue
The Polaris edition of Ember sheds Emberisms in favor of integrating directly with the JavaScript ecosystem. This post shows how you can directly use CSS modules in modern Ember applications.| Katz Got Your Tongue
What if you could put multiple "single-file components" into one file? Without JSX Spaghetti? Ember's| Katz Got Your Tongue
In my post on exploring PowerShell, I jumped right in to exploring PowerShell. If you're on Windows, you already have PowerShell, and you can follow along. If you're on OSX, the easiest way to install PowerShell is $ brew cask install powershell $ pwsh There are more details at Installing PowerShell Core| Katz Got Your Tongue
This post is the fourth in a series on building an Ember application HTML-first. In this series, we're going to build the EmberConf schedule application from the ground up. 1. Let's Go [https://yehudakatz.com/2020/03/25/ember-octane-lets-go/] 2. Components [https://yehudakatz.com/2020/03/26/ember-octane-components/] 3. Pulling| Katz Got Your Tongue
This post is the third in a series on building an Ember application HTML-first. In this series, we're going to build the EmberConf schedule application from the ground up. 1. Let's Go [https://yehudakatz.com/2020/03/25/ember-octane-lets-go/] 2. Components [https://yehudakatz.com/2020/03/26/ember-octane-components/] 3. Pulling| Katz Got Your Tongue
This post is the second in a series on building an Ember application HTML-first. In this series, we're going to build the EmberConf schedule application from the ground up. 1. Let's Go [https://yehudakatz.com/2020/03/25/ember-octane-lets-go/] 2. Components ← This post 3. Pulling Out Data [https://yehudakatz.com/| Katz Got Your Tongue
Last week, in my Virtual EmberConf keynote, I told the story about how I got started as a programmer. To make a long story short, I took a job as a web designer for a large non-profit. I had picked up a little bit of HTML and CSS through Microsoft| Katz Got Your Tongue
I'll never forget the day that I became a member of the Rails core team. For all of 2008 (and the better part of 2007), I was working on a competitor to Ruby on Rails called Merb. I loved Merb, and was excited to share it with anyone who'd listen,| Katz Got Your Tongue
Let's deduplicate the list of Avengers movies we got in the previous post.| Katz Got Your Tongue
I've been having a lot of fun playing around with PowerShell recently. Let's see what it can do in Part 1 of a series on learning PowerShell with real-world examples!| Katz Got Your Tongue