I'm going to keep this one short.
I worked on this project for around 12 hours yesterday. I overdid it in some ways but the biggest hurdle is that I'm still establishing how I'm keeping things organized. I have everything in one code repository with a bunch of markdown files for all the notes I'm taking. This project is meant to be a reference for later so i'm writing down way more than I would otherwise.
As far as what I did:
- Read 1 chapter of the book "Cracking The Coding Interview";
- Solved 4 easy DSA problems;
- Rewatched a lecture from a system design course I took 2 years ago.
Took notes on:
- DSA problems completed
- Big-O notation
- System Design lecture
I found the biggest time suck was deciding what to take notes on and how to keep those organized. I hope I have a good foundation now and it should be faster going forward.