Advent of Code 2023 in JavaScript with Test Driven...
’Tis the season for some coding. I’m giving Advent of Code a try this year and solving coding challenges in JavaScript. ...
Advent of Code 2023 in JavaScript with Test Driven...
Day 2 of Advent of Code and I got to play a game with an elf, use a new (to me) matcher in Jest, and practice some pseud...
Advent of Code 2023 in JavaScript: Day 3
Day 3 was a tough one for me. My Advent of Code JavaScript solution today is a brute force approach, but it does get the...
Advent of Code 2023 in JavaScript: Day 4, Part 1
Today started out strong and then fell apart. For Day 4 of Advent of Code in JavaScript, I have tests and a solution for...
Advent of Code 2023 in JavaScript: Day 4, Part 2
Yesterday, I solved Part 1 of Advent of Code Day 4 in JavaScript, but the need for sleep won out before I could puzzle o...
Advent of Code 2023 in JavaScript: Day 5, Part 1
Day 5 was 87% understanding what the problem was asking and 13% solving. Then it was apparently 92% waiting for code to ...
Delay a JavaScript Function with Debouncing
I came across the idea of "debouncing" last week. Although I am using `debounce` from the `lodash` library in my work, I...