I had the honor of speaking at this year’s BullCon, hosted by Jen Dziura. I spoke on Tools, Systems, and Processes (ie how to automate your life in case you get hit by a car/are forgetful) and had an amazing time.
jen dziura
Forecasting the Weather in Ruby
I’ve just finished my first month of the three-month SkillCrush Ruby on Rails blueprint. That means that I’ve just finished learning the rudiments of Ruby and Git—next month we’ll move on to simple Ruby web frameworks, before rounding out month three with an immersion into Ruby on Rails.
As my capstone project for this first month, I’ve written code that asks you for your zip code, and—using the Yahoo Weatherman gem—tells you the weather conditions, high, and low for the next five days. It’s not the most exciting app in the world (what learning-to-code project is?), but it’s more code—and specifically more Ruby—than I would have ever thought I could write this time last year.
Check out the weather forecast script on Github.