Advent of Code 2025 – Java Solutions
A developer shares their Java solutions for Advent of Code 2025 puzzles, focusing on code clarity and using Java 25 features.
A developer shares their Java solutions for Advent of Code 2025 puzzles, focusing on code clarity and using Java 25 features.
A walkthrough of solving Day 1 of Advent of Code 2022, focusing on parsing input and calculating the highest calorie count using JavaScript.
A developer recounts debugging a Swift Set.intersection bug while solving an Advent of Code puzzle, leading to a custom extension.
A technical walkthrough solving Advent of Code 2021 Day 2 challenges using both R and JavaScript, comparing implementations.
A Ruby programming tutorial on how to write a program to check if a sentence is a pangram and find missing letters.