Tools

Libraries, packages, and applications I use from time to time.
Bash script to relink alembic migrations

Bash script to relink alembic migrations

Sick of `alembic merge heads` slowing down your builds? Here's a short bash script I wrote to rename your migration files and update its down revision.

Jun 12, 2017
Running Metabase locally as a service

Running Metabase locally as a service

Want the power of Periscope or Tableau, without the big monthly bill? Setup Metabase to run locally on your CentOS server.

May 30, 2017
Debugging mobile apps with Charles proxy

Debugging mobile apps with Charles proxy

Notes on using a HTTP / reverse proxy (Charles) to view all traffic between your mobile device and the internet.

Aug 16, 2016
Creating lists of CSS selectors with SASS

Creating lists of CSS selectors with SASS

I like to use CSS selectors like .margin-top-10, .padding-right-20, etc to quickly style a new page. Here's how I create them in SASS.

Jun 21, 2016
Made with JoyBird