Programming

Dynamic Character Arrays in C

·6 min read

In my first Data Structures class I was assigned a project where I was required to gather input from a user and then operate on that input to evaluate a mathematical expression. While I was writing …

Deploying Ghost to Heroku

·18 min read

I just got my hands on my shiny new copy of Ghost v0.3.0! What’s the first thing I wanted to do? Deploy my new personal blog to Heroku! In my first post on my new Ghost blog I’m going to …