100 Days of Code Day 54
My code for today’s exercise Meetup (schedule a meetup based on week of month and day of week) wasn’t particularly great. I probably could have figured out which day with some modulus arithmetic but I just iterated over the seven days in the range instead. It works but it wasn’t great. I did see worse.
Two more exercises to go until I catch up with the Python exercises completed count. I should pass the half way mark a little more than a week after that.
I got up through episode 16 of the rails tutorial. Not a ton on code changes but the test driven development code has been cool. I should get into the authentication tomorrow. Once I am done with the whole series, that should finish up the API too. Or at least get close to it. Then I can edit the prior front-end and see if I can get it working with the ruby on rails backend. Maybe I should make a new front-end in Angular or Vue too. That’s kind of the point of all this right? To learn more web stuff.