Posts in tech

The Land of Vim Part 1: Getting Started

Vim is intimidating, there I said it, but it doesn’t have to be!

There were primarily three reasons why I chose to switch over, the first being that a large amount of experienced developers use Vim and it would make it infinitely easier to pair program if I at least knew some basic commands, the second was recognizing the difference in productivity in keybinding vs clicking (I have World of Warcraft to thank for that), the third and last was that Vim made me uncomfortable and I wanted to change that.

Here’s what I did to get started.

written in tech, vim Read on →

Re: Is TDD Dead?

After listening to Is TDD Dead? and attending DHH’s talk during RailsConf I have come to the conclusion that TDD is great as long as you test the right thing in the right way. Here’s why.

written in tech Read on →

Ruby, Pass by What?

david-tennant-confused

There are two questions that have been bugging me lately. The first, Why do I have to clone a guess in Mastermind? and the second came after I did some research, What is pass by reference vs. pass by value?

Let’s start with the first question.

written in tech Read on →

What It Means to #AlwaysBeLearning

At Dev Bootcamp I learned how to code, how to overcome failure and fix mistakes, how to ask for help when needed, and most importantly how to continue learning on my own or with others.

Having graduated from Dev Bootcamp the only thing I was absolutely certain about was that I wanted to be an apprentice. I wasn’t even sure if I wanted to do Front-end or Back-end work.

So what exactly attracted me to the idea of apprenticeship?

written in life, tech Read on →

RailsConf 2014 Recap

railsconf

Rails is ten years old! -puts on party hat-

I had the wonderful opportunity to attend RailsConf this year! I learned so much from all the talks I attended, even the ones that were waaay over my head.

So what exactly IS RailsConf?

written in tech Read on →