April 29, 2019 ☼ Links
https://github.com/nexe/nexe
[Tool, JS]
Nexe is a command-line utility that compiles your Node.js application into a single executable file.
https://github.com/lukejacksonn/perflink
[Tool, JS]
JavaScript performance benchmarks that you can share via URL. It is a frontend only static web app with no build step and is hosted on Github pages.
https://github.com/sindresorhus/p-lazy
[Library, JS]
Create a lazy promise that defers execution until it’s awaited or when .then()
or .catch()
is called
Useful if you’re doing some heavy operations and would like to only do it when the promise is actually used.
https://github.com/rakyll/hey
[Tool,Go]
HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom
https://github.com/sw-yx/react-typescript-cheatsheet
[React,TypeScript]
Cheatsheets for experienced React developers getting started with TypeScript