Faster JavaScript Deployments

We are dramatically increasing the installation speed of npm modules…

Similar

Dead Code Elimination in JavaScript

Dead code elimination is a process wherein code that is not used is excluded from the code that is executed. In many compile time languages this is a much easier process since a compiler can easily determine the code that is used. However in javascri... (more…)

Read more »

Why does JavaScript need a style guide?

One of my favorite parts about the JavaScript community is that people choose to write it in so many different ways. Why do you want to ruin that with a style guide? Imagine if when Picasso was lea...

Read more »