Latest

08
Dec
Advent of Code 2020 Day 8

Advent of Code 2020 Day 8

I've yet to find a way to use java streams "properly" when having to track external state things, and especially in scenarios where there's asynchronous movements afoot
3 min read
07
Dec
Advent of Code 2020 Day 7

Advent of Code 2020 Day 7

So, this morning, when Sudo [http://sudothelab.com] woke me up at 1:30 AM and I decided to use
1 min read
06
Dec
Advent of Code 2020 Day 6

Advent of Code 2020 Day 6

I made no logic changes and submitted the answer again, and it seemed to work this time, so for whatever reason, I probably just fat-fingered the value, which I guess happens.
2 min read
05
Dec
Advent of Code 2020 Day 5

Advent of Code 2020 Day 5

once you sit back and think about it, you come up with the REAL better way to approach it, iterative development is really interesting, but you have to understand your problem and have time to actually iterate on your solution to really be successful with it.
5 min read
04
Dec
Advent of Code 2020 Day 4

Advent of Code 2020 Day 4

David talks through his day 4 advent of code 2020 solution, and reminds you to test your regex.
3 min read
03
Dec
Advent of Code 2020 Day 3

Advent of Code 2020 Day 3

David discusses his solution to the Advent of Code 2020 Day 3 problem (and why you should know more about your data types)
6 min read
02
Dec
Advent of Code 2020 Day 2

Advent of Code 2020 Day 2

David discusses Java 8 Streams and learning how to actually leverage them for the second day of the Advent of Code.
5 min read
01
Dec
Advent of Code 2020 Day 1

Advent of Code 2020 Day 1

My quick and dirty attempt of the Advent of Code 2020 Day 1 puzzle. I need to work on
2 min read
27
Nov
Preparing for Advent of Code 2020

Preparing for Advent of Code 2020

As December 2020 comes closer to us, I will be preparing myself to begin working on my Advent of Code strategy for 2020.
2 min read