A bunch of new developer tools have landed in the past year and they are biting at the heels of the tools that have dominated front-end development over the
A bunch of new developer tools have landed in the past year and they are biting at the heels of the tools that have dominated front-end development over the
In this post, you learn how to improve Node.js cold start performance by up to 70% by bundling and minifying your code. You also learned how to provide a different version of AWS SDK for JavaScript and that dependencies and how they are imported affects the performance of Node.js Lambda functions. To achieve the best performance, use AWS SDK V3, bundle and minify your code, and avoid top-level imports.
Wide-eyed, I stared at undefined. It shouldn’t have been there. It was meant to be a string, defined as export const val = 'abc' and imported as import {val} from './my-module'. Yet, it was …
In the last few months, I have learned a lot about modern JavaScript and CSS development with a local toolchain powered by Node 8, Webpack 4, and Babel 7. As part of that, I am doing my second “re-introduction to JavaScript”. I first learned JS in 1998. Then relearned it…
An extremely fast bundler for the web. Contribute to evanw/esbuild development by creating an account on GitHub.