skip to content

Posts

  • Preserve Type Information during JSON Conversion in TypeScript

    Learn how to use TypeScript's built-in features for type-safe JSON conversion in your project.
  • AOC 22 Day 6 📻

    Advent of Code 2022 Day 6 - Tuning Trouble - The Elves give you a device to help with your journey, but it's malfunctioning. They trust you to fix it because you're experienced with signal-based systems.
  • AOC 22 Day 5 🏗️

    Advent of Code 2022 Day 5 - Supply Stacks - Supplies in marked crates must be rearranged by a giant cargo crane in a series of planned steps to ensure they don't get crushed or fall over. Once rearranged, the desired crates will be at the top of each stack.
  • AOC 22 Day 4 🧼

    Advent of Code 2022 Day 4 - Camp Cleanup - Elves need to clean up sections of the camp and they compare their assignments to find overlaps.
  • AOC 22 Day 3 🎒

    Advent of Code 2022 Day 3 - Rucksack Reorganization - A group of Elves are going on a jungle journey and one Elf failed to follow the packing instructions for the rucksacks, causing items to be placed in the wrong compartments.
  • AOC 22 Day 2 🪨📄✂️

    Advent of Code 2022 Day 2 - Rock Paper Scissors - The Elves are playing Rock Paper Scissors to determine the placement of their tents on the beach.
  • AOC 22 Day 1 🍞

    Advent of Code 2022 Day 1 - Calorie Counting - We Need to help Elves in finding the Elf that has highest number of calories
  • 🦺Adding Type Safety to Angular Material Dialog

    Let's make mat-dialog check for the correct data types.