April 20, 2018
Sketch Prototyping and Amazon Workspaces
Episode 17
//
The EmberMap Podcast
Sam and Ryan chat about Sketch’s new Prototyping feature, using Amazon Workspaces to develop Ember apps in a Windows environment on a Mac, and how to use git tag to ensure your project’s dependencies don’t disappear. They also answer some listener questions.
How to listen
Watch above, or find us on your favorite channel:
Show notes
Topics covered:
- 0:00 – Sketch prototyping + design
- 12:11 – Ember on Windows
- 22:53 – git tag for immutable gh references
We also answers some listener questions:
- 31:55 – Q: with the latest Router service it’s possible to transition to another page from everywhere in the code. Before, we created specific actions in the route, just to transition to another page. Is transitioning to other pages from inside components considered a bad practise, or is it totally fine (My co workers feels it’s ‘dirty’ to transition from inside components.)? Do you have any guidelines when and where to transition with the new service? – @maarten from Slack
- 39:53 – Can you use mirage for other applications as well? (ex: Rails app with same API dependencies as Ember.) – @keystonelemur
- 46:00 – Can you talk about how to upgrade ember.js smoothly? I always have trouble bumping our ember version, mainly I think due to some add-ons. But the error message are not that useful. – @tantantanmian