Involvement 2016 Jan to May, 5 total merged pull requests
Generate static websites from markdown and React.js components. Hot reloading for fast iteration during development, Single-Page Web App for fast navigation in production. Read More »
Don't just let your server crash on an unhandled error, finish everything you were doing first. Multiple techniques used to ensure your clients don't get socket hang-ups. Cluster support and graceful shutdown on SIGTERM too! Read More »
Make sure you know when your Node.js process crashes: output the error to stderr, append it to a file (synchronously), increment a statsd counter, send it via email, and send it via SMS. Cover all your bases in case of loss of filesystem access or internet connectivity! Read More »
A lightweight package for sending SMS via Twilio, and email via Sendgrid. Also makes it easy to receive SMS and email from these services in express-based apps. Read More »
Allowing libaries to participate in logging without dictating anything about that logging system. Because logging is a process-level decision. Read More »