All Articles

On Commit Messages

Posted on

Most if not all version control systems allow for annotating a change with a descriptive message. On many occasions, I've needed to convince others that this is a fantastic feature that should be taken advantage of. Here's my take on the matter …

Decoding the SendGrid Event ID

Posted on

SendGrid is a managed email delivery service. The service is able to emit notifications when something interesting happens while processing your email. When enabled, the webhook will POST a collection of JSON encoded events to a URL of your choice. Each event …