Using Chrome DevTools to debug front end and back end JavaScript

Using debugging tools is an excellent way to understand what is happening in your application. A debugger can help you quickly pinpoint the cause of a bug, and can also give you a more complete… Read more

Similar

The False Promise of JavaScript Microlibs

Pete Hunt of React fame recently got into an online discussion about the pros and cons of Webpack vs. Browserify. In the discussion he inadvertently coins a hilarious term for a form of rhetoric in some circles of the JavaScript community - "Modularity Sh... (more…)

Read more »