Echo JS 0.11.0

<~>

tracker1 comments

tracker1 2606 days ago. link 1 point
Nice primer. That said, I would suggest using ES2017 syntax at this point (fat-arrows and async functions). It's well supported in all modern browsers and can be transpiled to support IE if needed.
tracker1 2606 days ago. link 1 point
Updated link to point to github repo, the demo page wasn't loading correctly for me.

Would be nice to see a docker compose and/or dockerfile examples for a complete setup.  There does seem to be some configuration complexity on first glance.  Even though it's not my cup of tea, it is an interesting concept for a CMS.
tracker1 2606 days ago. link 1 point
Interesting little wrapper for worker_thread usage..
tracker1 2606 days ago. link 1 point
In the end, I think TypeScript has all but won at this point, and outside of FB flow will probably die off.  Personally, the bigger discussion is TypeScript vs JS+Babel.  It looks like TSLint may give way to extending ESLint, and that TypeScript itself may better integrate into Babel in the end.
tracker1 2606 days ago. link 2 points
I understand... I don't necessarily agree with everything material design, though material-ui is a great implementation... for example, the canonical date and time selection in material leaves a lot of room for improvement.
tracker1 2607 days ago. link 1 point
Really nice option, particularly for ETL streams...

I'd love to see some more similar options for (mostly) synchronous stream options for streaming in node... that can maximize a single process for similar use.
tracker1 2607 days ago. link 1 point
Not sure on MySQL + Mongo, it seems to me that MySQL would be fine for JSON data for the sessions, or the app data in Mongo.  Requiring both seems like an extra dependency almost for the sake of here.
tracker1 2607 days ago. link 1 point
It's relatively shallow.  A bit more on what prototype based inheritance is, how it differs from class based inheritance or interface abstractions might be helpful.  Also convenience methods for overrides/abstractions beyond what is shown could be useful.

Mentioning instanceof and how it's used as well.
[more]