 
      
    | You are here | domenic.me | ||
| | | | | v8.dev | |
| | | | | Top-level `await` is coming to JavaScript modules! Youll soon be able to use `await` without needing to be in an async function. | |
| | | | | 9elements.com | |
| | | | | Browserifyis a nifty little tool that was originally invented to let Node.js modules run in your browser. A nice side effect of this is that you can use browserify to split up your application's JavaScript into a well organized modules and then... | |
| | | | | www.bryanbraun.com | |
| | | | | I write a lot of JavaScript but circular dependencies have always been kind of a mystery to me. The error messages always seem random and inscrutable, and so... | |
| | | | | coder-mike.com | |
| | | TL;DRBunding and snapshotting are two different ways of packing a program for deployment. This post is a somewhat-biased overview of why snapshotting is clearly superior in many respects. | ||