Code Clan Week 4 - Frank Sinatra


Screams
Screams

So towards the end of last week things ramped up with complexity of the sql queries:  

 

"SELECT t.* FROM trainers t INNER Join ownedpokemons o ON o.trainer_id = t.id WHERE o.Pokemon_id = #{id};"

 

The weekend homework was of a similar theme so good practice.  This time we had to create a Cinema database, and pass customers, films and tickets to and from Ruby methods.  I had the car with me last week so unfortunatly the drive home was dead time time.  Listening to a Ruby Coding podcast made up for this.

 

I managed the bulk of the homework on Saturday.  The Monday morning 05:43 train to Edinburgh gave me an opportunity to review and add to my homework and move on to practicing Ruby in Code wars

 

Monday - starts with the Scrum at 9:00 followed by a one to one review of the homework with an instructor.  Its good to get some feedback on the weekends work and some pointers on how I could have improved.

 

Classes begin with an overview of the internet and what is really going on when you make a request of a web page.  All good stuff and I now understand what a HTTP: 404 error is.  We were then introduced to Sinatra (Frank Sinatra) which is an open source front end framework for Ruby.  A few examples later and the lab was to create a Ruby calculator with a browser front end.

 

Tuesday - and everything is coming full circle and the Pizza app goes online with a code along class.  Building on the Sinatra from yesterday we combined the previous weeks SQL and made a full stack web application.  Pizzas could be ordered via a front end and stored to a database and then retrieved. This was hungry work so it was off to Pizza Express for lunch with fellow Cohorts.  The afternoon was a group lab where we were tasked with creating another full stack application for a shoe shop.

 

Wednesday - and we are introduced to 'Restful Routing' and applied it to our Pizza shop application. This completed the different actions that could be applied to the Pizza shop, by providing Edit, and Delete (DESTROY) facilities.  An afternoon paired programming lab let us develop our own record shop application using what we had learnt in the morning.

 

Thursday - and following the 9:00 standup we are off into the world of libraries developing an application with many-to-many SQL queries that manage books, members and how books can be issued.  For this the number of balls being juggled has risen considerably. Having to develop ruby code embedded into HTML and have it managed by Sinatra and having to think about joined inner tables is getting tricky.  The Afternoon class is an introduction into Cascading Style Sheet (CSS) with instruction on how to improve the style and formatting of our HTML front end.

 

In the afternoon we get issued our first week long project task. There is a choice of 5 projects that you can choose from and we have till Friday standup to choose.

 

Friday - 10:00 standup and Im going with an Animal Shelter (...with a twist) application.  We are encouraged to Plan Plan and Plan on Friday and not do any coding till at least Saturday morning. We will see!

 

So at the end of Week 4 and Im still really pleased with the course so far. It did ramp up again in difficulty this week, but I seem to be getting used to in now and my brain is taking the strain.

Write a comment

Comments: 0