Posts
All the articles I've posted.
Email Newsletter Adventure
Published: at 03:05 PMI was recently tasked with building out an email newsletter. Honestly, I was dreading the task. Luckily, I did a bit of research before I started out on this adventure and found [Foundation for Emails](http://foundation.zurb.com/emails.html). It's well documented and even has a [CLI](http://foundation.zurb.com/emails/docs/sass-guide.html).
Ghost & Docker
Published: at 03:03 PMSince I have had this blog up and running, I've been using ghost with a [Digital Ocean](https://www.digitalocean.com/) virtual machine. If you're looking to go that route, I have written a quick tutorial on that [here](http://mycodingblog.com/up-and-running-with-ghost-and-digital-ocean/). I have not had any issues, but since I have been using [Docker](https://www.docker.com/) more and more, I decided it was finally time to throw my blog into a container. I have to admit, it took a few days and a bit of research. Maybe I'm still new at this whole coding thing, I know I have a ton to learn, but seriously?
Node Email Templates
Published: at 01:01 PMI have been looking for a straight forward way to use email templates in a contact form. I have searched and searched with no real success. So, I thought I would write a tutorial on how to build a (very!) simple contact page that uses an email template. This uses [Express](http://expressjs.com/), [Nodemailer](http://nodemailer.com/) and [node-email-templates](https://github.com/niftylettuce/node-email-templates).