Traversing the Internets

Web Development in NYC

Flatiron School Day Weekend Two

Weekend two was a lot of fun. I managed to end up pretty comfortable with SQL pretty early in the day and we moved onto some other new and interesting things later.

Namely Nokogiri, this ruby gem for scraping web pages was the big learning focus of my weekend. Our project was to use Nokogiri to scrape the Flatiron student webpage for information on each student and export that data into an SQL database. It took a lot of trial and error playing around with Nokogiri before we figured things out, but by the end my whole group was pretty comfortable navigating the trees of data that is HTML.

We also had to redo the quiz from week one but make it object oriented, having to have classes in each of the previous tests. I thought the difficulty on that assignment was pretty easy but that it was useful in providing repetition in looking at grouping things as a class.

Lastly we were given an assignment called playlister, which was a multi-file, multi-class assignment that had a suite of rspec tests that needed to be passed. I sure hope this was the stretch assignment for the weekend as I spent a lot of time struggling with it.

I’m really looking forward to week three. After two weeks I’m already amazed at the tools we’re beginning to scratch the surface of using. I can’t imagine after 10 more weeks how many cool things we’ll be able to build. I feel like a child who just learned what a car can do but whose feet can’t yet reach the pedals. Once they can it’s going to be a fun time!

Comments