Articles by Tag #adventofcode

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Advent of Code - It's More Than a Competition

Before we dive in, I want to make it clear that this article isn’t a critique of Advent of Code...

Learn More 24 4Dec 29 '24

Advent of Code 2024 - Day 2: Red-Nosed Reports

Today Solution was slighty more complex than the previous day warranting a little more code, but...

Learn More 23 0Dec 2 '24

2024 Developer Advent Calendars

Tomorrow is the first of December. It time for the advent calendars. in recent years there been...

Learn More 18 4Nov 30 '24

🎄 Advent of Code 2024: Day 2 Completed! 🚀

Today’s Advent of Code 2024 challenge was an exciting brain workout! The puzzles continue to amaze me...

Learn More 18 0Dec 2 '24

Advent of Code 2024 - Day 3: Mull it Over

Mull it Over Today's challenge screamed Regex when I first saw it, mainly because whenever...

Learn More 8 0Dec 4 '24

Advent of Code 2024: Day 16 - Reindeer Maze

Day 16: Reindeer Maze Today's challenge was perfect timing for usage of Dijkstras...

Learn More 8 0Dec 17 '24

Advent of Code 2024 - Day 11: Plutonian Pebbles

Day 11: Plutonian Pebbles Solution can be found here Like many others I started with a...

Learn More 7 1Dec 12 '24

Advent of Code '24 - Day 13 Claw Contraption

Day 13: Claw Contraption (Maths, Maths, and more Maths). Link to Solution Today's Challenge was...

Learn More 7 0Dec 13 '24

Advent of Code 2024 - Day 1: Historian Hysteria

Todays challenge was quite simple: Part 1: To solve the problem we had to create 2 lists of...

Learn More 7 0Dec 2 '24

How Beginners Handle Node.js Backend Projects vs. How Experts Do It (And What You Can Learn From Both)

When you're new to Node.js backend development, it’s easy to feel like you're building a house of...

Learn More 6 1Apr 9

Advent of Code 2024: Day 6: Guard Gallivant

Part 1 Part 1, I traverse the grid until hitting an obstacle, where I update the...

Learn More 6 0Dec 6 '24

Advent of Code 2024 Retro: What could you do if you didn't care whether you failed?

Wow, so... this post has blown up today. Welcome all you newcomers to the Adventures of Blink! ...

Learn More 5 2Dec 26 '24

Advent of Code 2024 - Day7: Bridge Repair

Day 7: Bridge Repair For this solution, I found the best way was using recursion. ...

Learn More 5 0Dec 7 '24

Advent of Code #1 (in Gleam)

It's that time of the year again! Advent of Code is my favorite coding challenge, and I enjoy talking...

Learn More 4 0Dec 1 '24

Advent of Code 2024: Day 12: Garden Groups

Advent of Code - Day 12: Garden Groups Link to Solution Overview The...

Learn More 3 0Dec 13 '24

Solving Advent Of Code 2024 on a elixir project

TL;DR: If you want to take a look at the project itself, here's the GitHub repo Every year, we have...

Learn More 3 2Dec 5 '24

Advent of Code 2024, in Golang: Day 1, Historian Hysteria

Introduction Hello everyone, it’s that time of the year, Advent of Code, I will be solving...

Learn More 3 0Dec 7 '24

Advent of Code 2024 - Day 21: Keypad Conundrum

Day 21 : Keypad conundrum GitHub Repo - Solution Today's challenge was difficult and it's...

Learn More 3 0Dec 22 '24

Advent of Code '24 - Day9: Disk Fragmenter (Python)

Advent of Code Day 9: Disk Fragmenter Today's solution was only done in Python today, as...

Learn More 3 0Dec 10 '24

Advent of Code 2024 - Day 22: Monkey Market

Day 22: Monkey Market GitHub Repo Today's puzzle was quite enjoyable as it was fairly straight...

Learn More 3 0Dec 24 '24

Advent of Code 2024- Day 5: Print Queue

Today's challenge was validating a custom sort order based on a pre-defined set of rules. ...

Learn More 3 0Dec 5 '24

Advent of Code #4 (in Gleam)

In previous years, Advent of Code has had several problems dealing with items in a grid. After trying...

Learn More 3 0Dec 5 '24

Advent of Code 2024 - Day 19: Linen Layout

Day 19: Linen Layout GitHub Solution Today's challenge was a refreshing change from the...

Learn More 3 0Dec 21 '24

Advent of Code '24 - Day 10: Hoof It

Advent of Code Day 10: Hoof It Link to Solution This one (like many other it seems)...

Learn More 2 0Dec 10 '24

FETCHING ADVENT OF CODE INPUT DYNAMICALLY IN GO

Advent of Code is a fun way for programmers to test and improve their problem-solving skills. While...

Learn More 2 2Dec 4 '24

Day 2: Red-Nosed Reports | Advent of Code 2024 | Swift | 中文

題目 https://adventofcode.com/2024/day/2 ...

Learn More 2 0Dec 2 '24

Advent of Code Day 4 in Golang: Searching XMAS and X-MAS

Introduction Moving on to day 4, we have a grid problem in front of us, we are given some...

Learn More 2 0Dec 9 '24

Advent of Code 2024

🎁 🎶 It's beginging to look a lot like Christmas.... 🎶 🎄 Since 2020, when I first discovered Advent...

Learn More 1 2Nov 30 '24

AoC 24 - Day 4: Ceres Search

Day 4 - Ceres Search Today's challenge was a good old word search challenge. Part 1 was...

Learn More 1 0Dec 5 '24

Ceres Search

Advent of Code 2024 Day 4 Part 1 X marks the (hundreds of?)...

Learn More 1 1Dec 6 '24