Webpack’s updated CLI makes it much easier to start new projects without wrangling a complex config file. In addition it includes a built-in tool to help with upgrading from v1 to v2.
In this blog post, Eric Elliot argues that static types can give developers a false sense of security. Instead, practicing Test Driven Development is almost always a better way to reduce bug density in production code.
In this article, Ben demonstrates how to view backend network timings in the Chrome network panel. This is helpful when debugging slow network requests.