typescriptCreating a custom TypeScript API client for your teamOne of the things I constantly find myself re-inventing is a client for some API. I’ve used many different libraries like, request…
webpackHow webpack decides what entry to load from a packageToday I was working on creating a node.js bundle using webpack 4, and came across a fun little doozie of an error which lead me to do a bit…
webpackWebPack production environment is NOT the NODE_ENV or BABEL_ENV environment variableA revelation came to me the other day when I was reviewing some of our bundling processes at Eventbrite. We currently run production bundles…
webpackDebugging node and Jest tests with VS Code's DebuggerVS Code has become my favorite IDE for pretty much everything these days. There are so many great features it has to offer including the…
webpackBrite FutureThe past almost 4 years I’ve spent at Lonely Planet are coming to an end, and I’m excited to be joining the Front End Platform Team at…
typescriptWhy would you NOT use TypeScript?In a world where JavaScript is arguably the most popular tool for building software these days, it seems like it’s everywhere now. With node…