My 5 Hot-Picks projects of the month

April 29, 2019 ☼ Links

1. Nexe

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.

3. P-lazy

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.

4. Hey

https://github.com/rakyll/hey
[Tool,Go]

HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom

5. React Typescript cheatsheet

https://github.com/sw-yx/react-typescript-cheatsheet
[React,TypeScript]

Cheatsheets for experienced React developers getting started with TypeScript