i math|



reflect-server - npm

A simple server that reflects any http/https requests made to it, allowing for transparent proxies to be validated from the client side or for web clients to be validated.




WeAllJS/weallbehave

weallbehave is a command-line tool for automatically generating and updating the CODE_OF_CONDUCT.md for your projects.



npx good-first-issue

Tierney Cyren on Twitter: Over the weekend I started a project to help more developers start contributing to @nodejs – I'm excited to share:

npx good-first-issue







The Secret of Good Electron Apps

Some people really hate Electron apps. They eat up memory, boot slowly, and aren't very responsive. What if I told you there's a secret that automatically minimizes these problems? They key is doing the bulk of your work locally in a background process, and doing so has some fantastic development benefits.