Skip to content

Latest commit

 

History

History
188 lines (127 loc) · 8.92 KB

logs.md

File metadata and controls

188 lines (127 loc) · 8.92 KB

100DaysOfCode - Round 4

To keep track of my tweets and what I'm learning, I've created this "logs" file.

Logs

Take a look at what I've worked on each day. (P.S. - I added this feature after Day 2, hence this missing days.)

Day 23: 7/10/2018

Tonight I started learning about @graphql on the "How to GraphQL" website. Definitely recommend checking out 👍🏼

Hoping I can implement GraphQL in a project soon! 😁

Day 24: 7/14/2018

Today I went through the first two days of a @figmadesign tutorial by @trydesignlab - remembering how much I love Figma and want to use it to get better at UI design 😍

Day 25: 7/14/2018

Today's session including another tutorial on @figmadesign and some Redux exercises on @freeCodeCamp. Finally feeling like I have a handle on Redux! 🙌🏼 It feels soooo good 😁

Day 26: 7/15/2018

Woo! Finished another @figmadesign tutorial - my "app" is starting to look more realistic (will post screenshots in thread) 😋

Planning to study more Redux on @freecodecamp and look at open issues on @gatsbyjs repo in preparation for tomorrow's pair-programming 🕺

Day 26: 7/15/2018

Woo! Finished another @figmadesign tutorial - my "app" is starting to look more realistic (will post screenshots) 😋

Planning to study more Redux on @freecodecamp and look at open issues on @gatsbyjs repo to prep for tomorrow's pair-programming 🕺

Day 27: 7/17/2018

Another day working in @figmadesign - I made a sweet prototype (gif in thread). Building wireframes and UI is getting me excited! 🕺

Day 28: 8/1/2018

Had a long break from coding due to vacation but I'm back 🙌🏼Researched building a Chrome Extension with React today. Stoked that it's possible! 😄 Planning to start soon.

Day 29: 8/2/2018

🤓 Spent time learning about using subdomains with @netlify ✍️ Created basic wireframes for meditation ebook landing page using @figmadesign \n😄 Feeling good about making some progress!

Also completed all React/Redux challenges on @freecodecamp and submitted 2nd PR to @gatsbyjs 😋

Day 30: 8/3/2018

Tonight I spent the evening working on the design for my chrome extension using @figmadesign (screenshot in thread)🙌🏼 Also got onboarded to help with @freecodecamp guides repo 😄

Day 31: 8/5/2018

😮 Moment of truth. I had to update git credentials in my twilio-twitter app so hoping this fix worked!

📅 Also had a weird timezone bug I think I fixed. Let's hope it all worked!

😄 More coding later today too! Will share in thread

Day 32: 8/6/2018

No "coding" perse today but I did create a YouTube channel 👇🏼

👉🏼 bit.ly/jsjoeio-youtube

☝🏼If you wouldn't mind subscribing, it'll help me hit 100 to secure a custom handle 🙏🏼😁 first video out soon! 🤞🏼

Day 33: 8/7/2018

🙈 Recorded my first YouTube video => https://youtu.be/BseYb9iihws

Day 34: 8/9/2018

Found a bit of time to work on my chrome extension. I was trying to set up a date and time input but it got a bit hairy 😂 I did find a few promising npm packages that could make it work though!

Day 35: 8/11/2018

Continued working on the chrome extension I'm building. I got the date picker working but the CSS needs some work. 😛

Day 36: 8/14/2018

Found 20 mins to work on Chrome extension. I wish I could take a weekend in an @airbnb to go code and finish this thing up 😂 but hey, progress everyday is better than big gaps in development!

Day 37: 8/17/2018

Finally got the date picker and time picker working on my Chrome extension! 🙌🏼 The CSS will need a touch up or two but the logic works. Next step is constructing a URL with values!

Day 38: 8/18/2018

Today I worked on my chrome extension. The first part is done. The next part is to build the site that the Chrome extension links too. Hoping to build it with @gatsbyjs 💜

Day 39: 8/20/2018

Made some really good progress tonight! Built a quick @gatsbyjs site in less then 2 mins that will handle the event details page(gif in thread). 🙌🏼 Next step is to convert to user's timezone! 🌍

Day 40: 8/22/2018

Continued working on my Chrome extension. Exported icons from @figmadesign and added to project. Updated manifest.json - making good progress! 🐶

Day 41: 8/23/2018

Worked on my Chrome extension this evening! Made lots of good progress fixing little things like CSS, handling input changes, etc. Next step is to implement bitly's URL shortner!😎

Day 42: 8/25/2018

55 contributions on GitHub 3 projects now using @travisci 1 @gatsbyjs site updated 1 new Node/Express app created 1 @googlechrome extension published to Chrome Web Store 1 project using @zeitq 1 project using @surge_sh

Wow - definitely my most intense day yet 😳

Day 42: 8/25/2018

55 contributions on GitHub 3 projects now using @travisci 1 @gatsbyjs site updated 1 new Node/Express app created 1 @googlechrome extension published to Chrome Web Store 1 project using @zeitq 1 project using @surge_sh

Intense day today 😳

Day 43: 8/27/2018

Spent the last 3 hours trying to set up continuous deployment for my @googlechrome extension using a script and @travisci - I'm hitting a roadblock 😪🚧

But I'll get back at it tomorrow! ✊🏼

Day 44: 8/28/2018

Yessss! The CD process for my Chrome extension has now been fixed 😈🤘

Big shout-out to @_gokatz (who wrote the tutorial I followed) for figuring out the error! 🙏🏼🙌🏼

Day 45: 9/2/2018,

Today's been quite the day. I finished Week 6 of CS50 and started working on the Survey Form project for freeCodeCamp. Trying TDD by writing my tests first - learning a lot 😁

Day 46: 9/3/2018,

Finished setting up basic tests for @freecodecamp Survey Form - excited because I'm turning this into a "real" project I'm going to use on my new website 😀

Day 47: 9/4/2018,

Spent more time working on the Survey Form - battled with testing a bit. It was only because I cleaned up the DOM after the first test so of course I couldn't find the elements to test 😂

Day 48: 9/5/2018,

Continued working on SurveyForm. Really enjoying react-testing-library so far. Almost finished with the HTML for my form, then next is styling with styled-components 💅

Day 49: 9/6/2018,

Added styled-components to my project. Next step is to go into @figmadesign and create the UI for my survey form so it's nice and pretty 🙂

Day 50: 9/7/2018,

Continued working on Survey Form. Couldn't get the form submissions to come in - need to do more investigating to figure it out. 🤪

Day 51: 9/9/2018,

Finished the @freecodecamp survey form project today! Learned a lot of testing 😁

Also made good progress on MITx - 6.00.1x currently on Week 1.

Day 52: 9/10/2018

Continued working on 6.00.1x - onto the problem sets for Week 1. Learning Python is kinda fun! Reminds me of what it's like to be a newbie again 🤓

Also fixed two bugs on survey form

Day 53: 9/13/2018

Today was a big success! 🙌🏼 Worked on 6.00.1x - solved the last problem in pset1 in Python. Slowly getting better at writing algorithms and understanding compsci fundamentals. 😄

Day 54: 9/14/2018

Made some good progress on 6.00.1x - almost done with Week 3. Last thing I need to do is finish guessing exercise for secret number

Day 55: 9/16/2018

Worked on 6.00.1x - finished exercises and videos for Week 2. Next up is pset2. Also started working on next fCC project but realized I need to migrate @gatsbyjs site from v1 to v2

Day 56: 9/23/2018

Completed Week 3, 5. Tuples and Lists for MIT 6.00.1x - next up is learning about Dictionaries (which I believe are equivalent to objects in JS)

Day 57: 9/26/2018

Continued working in MIT 6.00.1x - learned how Lists in Python are like Arrays in JS, and Dictionaries are like Objects in JS

Day 58: 9/28/2018

Worked on MIT 6.00.1x for a bit this evening. Hoping to start problem set 3 soon!

Day 59: 10/3/2018

I've been slacking on my tweets! Been working on my slide deck for conference talk this weekend. Also made good progress on hangman game in Python for MIT 6.00.1x 😄

Day 60: 10/6/2018

Finished a secret project 🙊 will share more soon. Also made a bit of progress on MIT 6.00.1x 👨🏻‍💻

Day 61: 10/12/201

Submitted my first PR of #Hacktoberfest and it was merged 😁

Also, continued working through MIT 6.00.1x - a bit behind but just means it's time to grind!

Day 62: 10/13/201

Finished pset4 for MIT 6.00.1x

Also started @wesbos Advanced React and I have to say, I'm super jazzed after the first module. Sounds like I'm gonna learn a lot 😄

Day 63: 10/15/201

Made good progress on pset5 for MIT 6.00.1x

Hoping to finish the course this month 🤞🏼

Day 64: 10/19/201

Finished pset5 finally for MIT 6.00.1x ✊🏼

Onto Week 6. Only two weeks left in the course! Feeling good about finishing within the next few weeks.

Day 65: 10/21/201

Worked in MIT 6.00.1x a bit.

Also started working on two course proposals for @eggheadio 😁

Day 66: 10/22/201

Finished Week 6, part 11 of MIT 6.00.1x.