2 minute read

Tonight I was able to get much deeper into the ORM section. The curriculum returned to the lesson then lab format that is more familiar. Learn how to build a few methods and why you build them that way. Then immediately do it locally. Then the next lesson builds on the last. This is much easier to make progress through and I feel much better about databases now. Well, I feel much better about how they integrate and how Ruby wraps them.

2 minute read

Polished off the SQL tonight and I have to say it was more in depth than I thought it would be. It’s one of those things that is hard to visualize being new to it. When the tables are laid out in a grid it all makes sense but just trying to do it all in your head is confusing, even for me. I’m sure if I was doing it every day it would be much more intuitive but right now I’m still a little fuzzy on keeping track of the data I’m looking for through multiple JOINS.

3 minute read

Today started with multiple review videos on the CLI Gem Project. I also was able to schedule my project review for Wednesday night. I’m looking forward to some one-on-one time with an instructor talking through my code. The project states: BE PREPARED TO: 1. Explain your code from execution point to exit point. We’re making sure you wrote it and understand how it works, nothing else. 10-20 minutes 2. Refactor code.

3 minute read

So I went later than I wanted to tonight, but I was on a roll. I would have finished much earlier but I spent 2.5 hours today at a developer meetup. It was interesting as I’ve only been to one other so far. It was good to meet some people and start putting real people to the dev community in Nashville. I did find out that basically nobody is learning/using Ruby (at least at this meetup).

3 minute read

Tonight I made some good progress on my CLI project. I finished watching Avi’s video on the project and it helped A LOT. It was long so I decided to just complete the basic stub of my project and leave it at that for tonight. I really like working with fake placeholder data for as long as possible. This way it’ll all hopefully just work when real data is passed in.