Advent of Code - Day 01 2022
A walkthrough of solving Day 1 of Advent of Code 2022, focusing on parsing input and calculating the highest calorie count using JavaScript.
A walkthrough of solving Day 1 of Advent of Code 2022, focusing on parsing input and calculating the highest calorie count using JavaScript.
A package of 11 useful helper functions for Laravel developers, including string manipulation, validation, and utility helpers.
A developer's humorous ode to helper functions and a simple Laravel package for autoloading a global helpers.php file.
A guide to removing code duplication in Swift unit tests by creating reusable helper functions, improving test suite maintainability.