Skip to content

Instantly share code, notes, and snippets.

@mxhold
mxhold / download_slack_emoji.md
Last active April 1, 2020 03:02
Download Slack Emoji

✨ Download Slack Emoji ✨

Quick way to export your Slack team's emoji (concurrently!)

Prerequisites

  1. Create an API token for your Slack team
@mxhold
mxhold / db_migration_strategies.md
Last active January 9, 2019 20:47
Database migration strategies

Web application database migration strategies

Since the database is separate from the application and changes cannot be made to both simultaneously, there are various strategies for keeping them in sync.

Fully-coupled

Many web applications are deployed by:

  1. stopping the application
  2. running any database migrations