⚠️Web Perf techniques that have LOW return on investment:
👎Vendor Caching
👎Browser based build/bundles
👎Any sort of synthetic Commons chunking.
✨ Web Perf techniques that have HIGH return on investment:
😍Code-splitting (using import())
Get to 200kb (non-gz). #webpack
MooTools responsible yet again for not allowing us to implement new native Array.prototype methods. This time flatten is affected. Who's up for Array.prototype.smoosh? github.com/tc39/proposal-fla…
I'm thrilled to be sharing my latest talk today. It's the culmination of nearly ten years of ruminating on mocking in tests, and I hope might change how people think about test doubles. Please enjoy it and tell us what you think! 💚 blog.testdouble.com/posts/20…
Announcing the re-record of my ReactForBeginners.com course. Totally updated and re-recorded for the latest updates.
As always, it’s a totally free update! Here is what has changed:
wesbos.com/react-for-beginne…
I’m also having a little sale on all my courses to celebrate 🍾
Underscore vs. hyphen as word separator:
– JavaScript: underscore
– CSS: hyphen
– npm packages: hyphen
– Shell variables: underscore
– URLs: hyphens (preferred)
I find it difficult to be consistent if you can use both.