#100DaysOfCode Days 117, 118, & 119 (2/14-2/16):
Finished up the main functionality of the FCC "Recipe Box" project, worked some more with basic SQL queries, did a couple of problems on HackerRank.
#javascript#SQL#Java
#100DaysOfCode Days 114, 115, & 116 (2/11-2/13):
Wrote functions for finding the min and max values in a BST; did some work on this project (https://t.co/IV2BHt9FmX); practiced polynomial math (for a math placement exam for a CS program I might be starting).
#javascript
#100DaysOfCode Day 111 (2/8):
Started learning about binary heaps. Worked more on internalizing/memorizing merge sort and binary search. Worked a little more with SQL in Java via JDBC.
#javascript#java
#100DaysOfCode Day 110 (2/7):
Started to brush up on SQL and learned how to integrate and SQLite DB into a Java project. Also started exploring generics in TypeScript.
#java#javascript#TypeScript
#100DaysOfCode Day109 (2/6):
Went through a short tutorial on setting up a REST api with Spring and created a LinkedList class in JS and created insert and reverse methods.
#javascript#java
#100DaysOfCode Days 107 & 108 (2/4 & 2/5):
Worked a little with sets and started exploring I/O in Java and wrote a few tests for my React tic-tac-toe app.
#java#javascript
#100DaysOfCode Days 105 & 106 (2/2 & 2/3):
Learned a little more about TypeScript and worked on depth-first search with binary trees.
#typescript#JavaScript
#100DaysOfCode Day 104 (2/1):
Worked a little more on my React tic-tac-toe project and did a couple of recursion practice problems.
#javascript#ReactJS
100DaysOfCode Days 101, 102, & 103 (1/29, 1/30, 1/31):
Worked on tree traversal, recursion in general, and a tic-tac-toe React project.
#javascript#reactjs
#100DaysOfCode Day 99 (1/27):
Revisited TypeScript - want to start incorporating it into projects. Also started hammering data structures and algorithms.
#javascript#typescript
#100DaysOfCode Day 98 (1/26):
Started the first course in the Stanford algorithms specialization on Coursera. Might be too math heavy for me at the moment. I'll assess after a few more videos.
#algorithms#javascript
#100DaysOfCode Days 95, 96, & 97 (1/23-1/25):
Spent the past 3 days preparing for a technical interview, which happened yesterday. I blew it in spectacular fashion. Oh well. Maybe next time.
#javascript
#100DaysOfCode Days 92 & 93 (1/20 & 1/21):
Had an interview yesterday (1/21), so I was just reviewing various concepts in preparation for that.
#javascript