Day 14: In Prime Form, I’m Telling You!

I am back going through the rest of the Local Library tutorial and I am coding with a smoothness and speed I have not felt in a while! Feels great. Out here with Vim going full throttle. Taking notes as I need them and pulling up old notes for easy access examples. Feels great. I don’t know what happened but it feels like things were really clicking today. I even had to do some review between JavaScript functions and ES6 arrow functions but it was no problem. I wrote my notes, solved the issue and kept it moving. All in all today was a good day!

TLDR;

Okay, so here are the highlights of what I did:

  • JavaScript -> Reviewed the differences between ES6 arrow functions and traditional functions to solve a bug in my mongooseJS model file. I still have to keep reviewing when this topic whenever it comes back up. I guess that means I still do not have a complete grasp of it. I looked through my notes and I could not find it so now is the time to get this down.
  • Practice -> Finished the Mini Message Board App project from The Odin Project curriculum. It was very straight-forward although I had to review some of the pug syntax. Using Vim with pug seems like it might be a problem since pug is spacing sensitive. I guess python with Vim would be somewhat of an issue as well. I need to look into how to set the auto-indentation to be with spaces and not tabs. Here is the project repo though.


Goal For Round 8 of the #100DaysofCode Challenge

This is my eighth round of the “#100daysofcode” challenge. I will be continuing my work from round five, six, and seven into round eight. I was working through the book “Cracking the Coding Interview” by Gayle Laakmann McDowell. My goal was to become more familiar with algorithms and data structures. This goal was derived from my goal to better understand operating systems and key programs that I use in the terminal regularly e.g. Git. This goal was in turn derived from my desire to better understand the fundamental tools used for coding outside of popular GUIs. This in turn was derived from my desire to be a better back-end developer.

I am currently putting a pause on the algorithm work to build some backend/full stack projects. I primarily want to improve my skills with the back-end from an implementation perspective. I have improved tremendously in terminal and CLI skills but I lost focus due to how abstract the algorithm concepts got. I wanted to work on things that were more tangible until I can get to a position where I could directly benefit from improving my algorithm skills and theoretical knowledge. So that’s the focus right now. Build my backend skills and prove my full stack capabilities by building some dope projects.

Again, I still have no idea if my path is correct but I am walking down this road anyways. Worst case scenario I learn a whole bunch of stuff that will help me out on my own personal projects. Best case scenario I actually become one of those unicorn developers that go on to start a billion dollar company… You never know LOL.