Hey David,
In the first place, I'd like to thank you for all your works. I've learnt a ton from your blog posts. I've a couple of questions for you
In JS apps, the display logic can either be coupled to the JS code (as in case of React's JSX) or it can reside in a separate file with some templating language (like handlebars.js). Which one do you prefer ? And Why ?
If you were to explore the server-side languages & frameworks, how would you proceed ?