The Node.js best practices list (May 2022)
created at Sept. 15, 2017, 8:33 a.m.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
created at March 10, 2012, 10:08 a.m.
The zero configuration build tool for the web. 📦🚀
created at Aug. 7, 2017, 4:36 p.m.
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
created at Nov. 15, 2019, 6:32 p.m.