DEV Community

Discussion on: 9 Projects you can do to become a Frontend Master

Collapse
 
ozzie_eu profile image
João Osório

Great post! Any particular reason no to include emberjs?

Collapse
 
simonholdorf profile image
Simon Holdorf

Yes, I didn't find a project that both fulfilled my quality expectations and was also up to date. But I will gladly update the post if you have one in mind?

Collapse
 
ozzie_eu profile image
João Osório

No. I really don't have any in mind. Shared your post on Twitter. Lets see if anyone replies 😎

Collapse
 
ijlee2 profile image
Isaac Lee • Edited

Hi, Simon. I think Mike North's workshop may be a good resource for those wanting to try out Ember (in particular, Ember Octane).

github.com/mike-north/ember-octane...
emberjs.com/editions/octane

Mike starts out simple by teaching how to component-ize your HTML files and how to render dynamic data. He then gradually introduces more advanced topics in web development.

The video recording is on Frontend Masters (members only), but Mike's notes are available for free for everyone who want to self-learn and conduct the workshop themselves.

frontendmasters.com/courses/ember-...
github.com/mike-north/ember-octane...

Best,