ehmicky

ehmicky

Lead back-end developer
34 points
All activity
ehmicky
Introducing Netlify Build Plugins - Get Jamstack Automation. In one-click, you can install plugins that cache files, check for broken links, trigger testing, & more—every time you deploy or build your Netlify site. You can even create your own and share it!
Netlify Build Plugins
Optimize your site & boost developer workflow at every build
ehmicky
test-each is a Node.js library to repeat tests using different inputs (Data-Driven Testing):
- test runner independent
- generates test titles
- cartesian product
- fuzz testing
test-each
test-each
🤖 Repeat tests. Repeat tests. Repeat tests.
ehmicky
ehmicky
left a comment
Feel free to give me any feedback about this library, thanks!
log-process-errors
log-process-errors
Show some 🖤 to Node.js process errors.
ehmicky
Node.js prints process errors (uncaughtException, warning, unhandledRejection, rejectionHandled) on the console which is very useful. Unfortunately those errors are not developer-friendly.
This library fixes that.
log-process-errors
log-process-errors
Show some 🖤 to Node.js process errors.
ehmicky
ehmicky
left a comment
Feel free to post any issues on GitHub!
unix-permissions
unix-permissions
Swiss Army knife for Unix permissions
ehmicky

Unix file permissions can take many shapes: symbolic (ug+rw), octal (660) or a list of characters (drw-rw----). This library enables using any of these (instead of being limited to a single one) with any Node.js or CLI command.

unix-permissions
unix-permissions
Swiss Army knife for Unix permissions
ehmicky

Cross-platform Node.js guide
Cross-platform Node.js guide
How to write cross-platform Node.js code