2016 Notes
Transactional Email Services
https://postmarkapp.com/ vs http://www.mailgun.com/ When mandril effectively shut down I needed a new transactional email system. Hosting my own SMTP for assorted clients is not my idea of a good time....
Transactional Email Services
Transactional Email Services
Start session psql List databases \l Create database createdb some_database Choose DB to work with \connect flex_development List all the tables \dt Get columns info for a table \d+ admin_users...
Switching To Middleman
Middlemanapp.com is a Ruby based static site generator. It is incredibly flexible, allowing the designer to use any of the ruby based templating languages, HTML or Markdown to build a...