Cloud Hosting Developers Love — Deploy high performance web apps faster and save up to 55% compared to other cloud providers.
DigitalOcean sponsor
|
|
Razzle: Create Server-Rendered Universal Apps with No Config — It abstracts all the tooling for a universal app into a single dependency and leaves the decisions around frameworks, routing, and data fetching to you (think create-react-app but for any set of frameworks). Version 3 came out just this week introducing Babel 7 support.
Jared Palmer
|
|
V8's Blazingly Fast Parsing: How Lazy Parsing Works — A deep-down, technical post from the V8 team on how the JavaScript engine’s pre-parsing functionality works to prevent unnecessary parsing taking place before it needs to.
Toon Verwaest and Marja Hölttä
|
|
“[TDD] eliminates fear of the merge button. That reassuring coverage number gives your whole team the confidence to stop gatekeeping every little change to the codebase and let changes thrive. Removing fear of change is like oiling a machine.”
___
Eric Elliott ponders what TDD means to him in TDD Changed My Life.
|
|
How to Know What to Test — “Given enough time and experience, you develop an intuition for knowing what to test.”
Kent C Dodds
|
|
How to Create a Multicolored Mouse Trail for Your Site — We don’t often link to visual uses of JavaScript that are just for fun but this is pretty neat. We also learn a neat trick to only run code on browsers/devices with a proper pointing device attached: matchMedia('(pointer:fine)').matches
Noah Yamamoto
|
|
How to Build a Large Vue Application — Vue is perfect as it is for small and medium-sized apps, but you might want to lean on systems to make apps more modular at larger scales.
Michael Lin
|
|
Bowser: A Browser Detector — Because “not even good modern browsers always provide good feature detection mechanisms.”
Denis Demchenko
|
|
No comments:
Post a Comment