1 / #100DaysOfCode
On my third week of my local bootcamp! So far, I've made a fully functioning JS calculator, War Card Game (using constructors) and a few small web design sites using CSS. Can't wait to see how much I learn by the end of this. #freecodecamp#odinproject
Added more styling to my Library project, read about closures and tried to wrap my head around emulating public/private methods using module design pattern. Still much to be learned in the area of closures and design patterns. #100DaysOfCode#CodeNewbie#freeCodeCamp#odinproject
I refactored a JS function in my Library Project (#TheOdinProject) into two separate functions. I recently learned functions shouldn’t usually be more than 10 lines of code and if so, then they can otherwise be reduced into multiple functions for readability. #100DaysOfCode
Starting working on Library project in the JS section of #TheOdinProject I have the 'new book' form created and functionality that extracts the data from the form and puts it through my Book constructor, ultimately displaying it in a grid. Still needs a lot of work #100DaysOfCode
#100DaysOfCode
Bought Brad Traversy’s 50 HTML-CSS-JS projects course and worked on the second one tonight. I want to complete all 50 so I can learn more about advanced CSS and JS DOM manipulation. Also continued my studies of SQL syntax.
Day 20 / #100DaysOfCode
Finally finished the "Foundations" track of The Odin Project. I chose the JS track over the Ruby Track just because I am starting to really enjoy JS and want more time to sharpen my skills. Also, started learning SQL syntax.
Day 18 / #100DaysOfCode
Reviewed relational databases and worked on my calculator project. Having trouble with the logic for a longer than two operands expression such as 8 * 7 9 - 3.
Day 17 / #100DaysOfCode
I read about relational databases, solved the 2nd problem in Project Euler, and worked on my calculator project by adding the first event handler that displays the number when clicked.
Day 15 / #100DaysOfCode
I accidentally keep forgetting to update my progress. I've been learning about the basics of databases and have briefly started working on the Calculator project on Odin Project.
Day 14 / #100DaysOfCode
Continued working on JS regular expressions section on FCC. Then tried working on CS50’s mario.c. Need more time to figure that one out unfortunately.
Day 12 / #100DaysOfCode
Completed the "Basic Data Structures" section on freeCodeCamp. Reviewed a few of the 'ES6' sections and started on 'Regular Expressions.'
Day 10 / #100DaysOfCode
Finished the JS programming challenges in Fundamentals 5 of The Odin Project. Watched a few videos by Wes Bos on advanced array methods.
Day 9 / #100DaysOfCode
Completed the programming challenge: Caesar Cipher. I had a tough time figuring it out until someone pointed me in the direction of Modulus Arithmetic. Learned a lot by pushing through it.