Mind Map and Continuous Integration
Stop trying to remember how to deploy your service. Let the CI do it, and free up your brain space for more important things.
Takes 6 minutes. Read →
Syncing ZenHub pipelines with Github issue labels
Automatically sync ZenHub pipelines with Github issue labels using AWS CloudFormation and Lambda.
Takes 5 minutes. Read →
Slack notifications from AWS Amplify deployments
Setup simple Slack notifications for AWS Amplify deployments to let the rest of your team know when new releases are going out or when builds fail.
Takes 10 minutes. Read →
Automatically deleting PostgreSQL databases matching a pattern.
Create a simple bash script to query PostgreSQL for a list of databases matching a specific pattern, and delete them automatically.
Takes 3 minutes. Read →
Adding ZenHub estimates to Google Sheets
Create a formula inside Google Sheets to use the ZenHub API to pull issue estimates into your Google Sheet.
Takes 4 minutes. Read →
Automatically syncing Github issues with Google Sheets
By using a Lambda function that runs every bit on AWS, create a quick and dirty way of syncing Github issues to Google Sheets.
Takes 9 minutes. Read →
Setting up database connections with Knex and Jest
Take advantage of parallelism in Jest tests, and prevent database cross-talk between tests by setting up a new test database for each Jest worker instance created.
Takes 6 minutes. Read →