This coding exercise examines how to iterate through the same array a variable number of times and return a collection that contains the full set of elements that were looped through. Read full post
This guide examines how to parse a Ruby Heredoc object and convert any lines with a hashtag to HTML H1 headings. Read full post
This guide walks through how to work with a mapping application and apply graph traversal techniques to find the distance for each weight in a graph. Read full post
This guide walks through how to integrate Ruby modules in order to add custom helper methods to a class. Read full post
Rock, paper, scissors may seem like a simple game to build, however it offers a great base case for how to build a rule's engine that can be scaled up for more complex systems. In this guide we'll examine how to build the game so that users can play against the computer. Read full post
In this guide we'll walk through the steps needed to add a sudo user to a Linux server. Read full post