2016 Notes

Transactional Email Services

12th March 2016
2 minutes.
Hosting, Hosted-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

12th March 2016
30 seconds.
servers, hosted-services

Transactional Email Services

12th March 2016
30 seconds.
servers, hosted-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

1st March 2016
3 minutes.
CMS, Ruby, Blogging
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...