Hogren

@hogren
14 Followers
28 Following
72 Posts
Techos de mes deux

I just completed "Mirage Maintenance" - Day 9 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/9

Easy with recursivity !

Day 9 - Advent of Code 2023

I just completed "Wait For It" - Day 6 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/6

A little math and your first program is already prepared for the second level !

Day 6 - Advent of Code 2023

I just completed "If You Give A Seed A Fertilizer" - Day 5 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/5

What a hard level 2 ! The concept is not hard, but we fastly reach out the limit of memory or allowed array length or acceptable time.

To find the solution, my code ran for 20min (written in JS, executed with node)

Day 5 - Advent of Code 2023

I just completed "Scratchcards" - Day 4 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/4
I think that it's less complex than the Day 3 game. Good luck everybody !
Day 4 - Advent of Code 2023

I just completed "Gear Ratios" - Day 3 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/3

Tiny tip (may be obvious) : don't hesitate to use arrays of objects. It's simple to analysis and to compare.

Day 3 - Advent of Code 2023

I've completed "Cube Conundrum" - Day 2 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/2
Day 2 - Advent of Code 2023

I've completed "Trebuchet?!" - Day 1 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/1
Day 1 - Advent of Code 2023

Who prefers #SASS to #SCSS ? For me, the syntax is less readable, the effort is more important to transform an old #CSS file, etc.
Thanks to #scss, we can enable it and take advantage of features like imbrication without rewriting the #css code !
After reading the K. Dunglas and N. Olinger blog posts about CORS and preflight, I am really thinking about the benefits we have when we separate #backend (#API) and #frontend. Anybody have arguments in favor of separate them into two different servers ?