100 days of code - Day 40 - Capstone day 2... Hitting the wall.

 Today was a hard day.

It was my first day back at work after two weeks of leave, so I didn't get to my day of code until after work. The kids were a bit crazy and it was all just exhausting. 

I wasn't feeling the project. I had written most of it yesterday. A script to get data from a google sheet, cross reference it with a set of flight data from an API to see if there were any cheap flights between specific locations in specific date ranges.

I wrote it yesterday with an SMS via Twilio if anything was "cheap".

This was all working, it was a little half arsed as I didn't stretch out my time frames or message details.

Today's extension of that code was to be able to "subscribe" to the list and have the script email everyone the deals that were found. I did the basics of creating users in the list, checking if the emails matched (you had to enter it twice), and even check if the email already existed.

I got it to recheck all the flights, added in some exception handling in case there were no flights or no flights with no stop overs.

But I just wasn't feeling it. The project didn't interest me. I got the concepts, I implemented most of them, but it just wasn't giving me the normal rush.

These are all excuses when it comes down to it.

I committed myself to doing the steps, and learning.

And I have been, there's no denying that.

So what do I do?

I pick myself back up tomorrow and commit to doing the work properly. I do some additional learning (I'm trying to pick up some React to improve my front end game)

What I don't do is let it beat me, or get me down. I'm doing great and one day of weakness wont stop me

Comments

Popular Posts