Classroom Lesson: Build a Facebook Login Feature in Rails
In this classroom lecture, I teach how to integrate Facebook authentication into a Ruby on Rails 5 application. Read full post
In this classroom lecture, I teach how to integrate Facebook authentication into a Ruby on Rails 5 application. Read full post
There is no magic solution to creating a perfect estimate, especially for features that you have little to no experience with. My estimates have improved with each new project I’ve taken on. If you follow this reverse calendar process you will discover that you will feel more confident with your estimates because the reverse calendar estimation approach starts with the end goal in mind, instead of the other way around. Read full post
In this coding exercise, we walk through how to efficiently find the largest item in an array. Additionally, we examine how to implement performance tests to compare two different implementation options. Read full post
The following outline is a talk I gave at the Utah Ruby Users Group (URUG) where I discussed machine learning and how it can be applied in the Ruby programming language. Read full post
In this coding exercise you'll learn how to build a currency converter method in Ruby, including how to utilize advanced string interpolation. Read full post
This coding exercise will teach you how to use Refinements in Ruby in order to add custom functionality to specific classes. Read full post
This coding exercise tests your knowledge of the popular FizzBuzz developer interview question, with a twist. In this version of FizzBuzz you'll build a hash data structure filled with FizzBuzz data. Read full post
In this guide we’re going to create and a deploy a RubyGem to rubygems.org. Read full post
In this coding exercise you'll learn how to automatically retry a failed process in a Ruby program. Read full post
This coding exercise will walk through how you can build a CSV file generator that will allow you to export data that can be viewed in applications such as Microsoft Excel. Read full post