#100DaysOfCode Round 2, Week 5

The true benefit of converting the logic to a HOC came to light quickly when I started to create the quote slideshow component—it was a simple and efficient process. The creation of the HOC enabled me to reuse all of the logic and keep the component’s code dry. This was a week of pushing myself towards things that I have not utilized before, and confronting things that had previously made me nervous. I decided that I wanted to incorporate a quote slideshow in the About section which would utilize the same basic logic that I had already created for the slideshow. I am not a fan of copying code across files, and appreciate modularity when possible… Due to the carousel component using state and methods which directly alter the state I was not able to simply export the functions. After some research, it seemed like a higher order component would serve the need that I wanted and I decided to finally research them more. ...

January 15, 2018 · 5 min · Skyler Lemay

#100DaysOfCode Round 2, Weeks 3 and 4

With the holidays and travel, my development and writing time has been all over the place. It definitely is further evidence for how I benefit from routine and self-created structure. I still made progress in my development goals, but it did slow down. I knew this going in, and it was more important to be present and spend quality time with my family. ...

December 30, 2017 · 5 min · Skyler Lemay

#100DaysOfCode Round 2, Week 2 and Engaging with Test Driven Development

Testing has definitely intimidated me. From the syntax to the general concepts, the whole thing seemed elusive. I planned on implementing testing from the start of the redesign, but delayed the implementation because I was also learning CSS-in-JS and didn’t want to overwhelm myself too much. I had the website coming together and a fairly solid grasp on using Emotion by the end of week one, and it was time to make the leap. ...

December 16, 2017 · 4 min · Skyler Lemay

A Week in Review: #100DaysOfCode Round 2, Week 1

The second round of 100 Days of Code officially began for me on November 25, 2017. The first one was a fantastic success and a valuable tool for my growth and learning trajectory. The continued dedication and motivation to consistently be moving forward has brought me farther than I anticipated in a short period of time. Before starting this next round, I thought of some specific ideas and goals that I hope to reach. ...

December 7, 2017 · 4 min · Skyler Lemay

Top 5 Things I took away from Completing #100DaysOfCode

Believing the issue to be so complex and seemingly run by magical elves, negative self talk can try to influence us to believe that we cannot accomplish such a feat. However, when the problem is broken down into its smallest components and each one is tackled piece by piece, the larger problem can become much more approachable. The first round of the 100 Days of Code challenge has completed, and it served the exact needs that I was looking for. Primarily, I was hoping for added motivation to keep pushing the needle forward each day and a community to work alongside in my learning path. I only missed a couple days (which I didn’t count) and some of them were intentional due to family commitments. It was important to maintain some boundaries, as it is really easy for me to fall deep into a project and lose track of several hours. ...

November 27, 2017 · 7 min · Skyler Lemay