Posts
All the articles I've posted.
Updating NPM Depencencies
Posted on:December 8, 2023 at 06:19 PM at 1 min readManually updating each package using npm install package-name@latest is the most straightforward way of updating. However, it may not be the most efficient option.
Advent of Code 2023 - Day 2
Posted on:December 5, 2023 at 03:22 PM at 1 min readPart 1 and Part 2 solutions to Advent of Code 2023, Day 2.
Advent of Code 2023 - Day 1
Posted on:December 4, 2023 at 03:22 PM at 1 min readPart 1 and Part 2 solutions to Advent of Code 2023, Day 1.
Grind 75 - Merge Two Sorted Lists
Posted on:December 3, 2023 at 10:01 PM at 1 min readSolution for the problem Merge Two Sorted Lists on Grind 75 list.
Results Summary Component
Posted on:November 26, 2023 at 01:13 PM at 4 min readThis is a solution to the Results summary component challenge on Frontend Mentor.
QR Code Component
Posted on:November 25, 2023 at 03:02 PM at 1 min readThis is a solution to the QR code component challenge on Frontend Mentor.