Emmanuel Hayford

Emmanuel Hayford

Hey! I'm a Rails developer. I host The Rails Changelog, a Ruby and Podcast podcast where I talk mostly about Rails features and host exceptional guests to share their Ruby and Rails expertise.

25 posts

Bash & ZSH Alias With Arguments

If you’re like me, your aliases have no spaces in them. They are all single-worded like these: alias gs="git status" alias gd="git dif…

The Point Of Pointers

For some of us who didn’t start programming with a low high-level language (like C), the idea of “pointers” is alien. It took me a while to fully gras…

Learning Vim With ErgoDox EZ

Vim’s learning curve may be a myth! For some years now I’ve been putting off learning Vim. I bet a lot of people will understand why. The learning cu…

How To Deploy Jekyll To Heroku

Assuming you have Jekyll installed already, generate your blog with jekyll new name_of_your_blog && cd name_of_your_blog. Then run git init.…