Testing Your Ruby Code With Guard, RSpec & Pry

By Mark McDonnell My recent work has been on a cloud based Ruby project for the BBC News, upcoming 2014 elections. It requires fast I/O, scalability and needs to be well tested. The “be well tested” requirement, is what I want to focus on in this tutorial. Introduction This project utilizes a few different Amazon […]

Laravel Unwrapped: Session, Auth and Cache

By Nikko Bautista In recent years, Laravel has become one of the most prominent frameworks software engineers use for building their web applications. Similar to the popularity that CodeIgniter enjoyed in its heyday, Laravel has been lauded for its ease-of-use, friendliness to beginners and its adherence to industry standards. Introduction One thing though that not […]