Ruby

Ruby Invoice

September 2017 · 10 minute read

I have recently challenged my skills building a small program to process an order and generate an itemized invoice which calculates the optimum pack sizes to make up a given quantity for the best price.
Read More…

Ruby, Rspec and Travis CI

August 2017 · 4 minute read

Simple steps with an example in how to configure your ruby app to produce build and coverage stats with Travis CI.
Read More…

Toy Robot

August 2017 · 8 minute read

I have recently challenged my skills with the infamous toy robot simulator challenge and thought it would be great to document my thought process throughout the build. Not only can other see how I've gone about moving from A to B, but I can also gain a better insight into my own processes.
Read More…