Advertisement · 728 × 90

Posts by

Recomendo o livro "The Software Architect Elevator", que fala da importância de conectar os moradores da cobertura com a galera do porão. É mais focado no mundo corporativo onde essa distância é maior e mais visível, mas serve pra todo mundo.

1 year ago 0 0 0 0

I just completed "Print Queue" - Day 5 - Advent of Code 2024 #AdventOfCode #ElixirLang adventofcode.com/2024/day/5

1 year ago 0 0 0 0

My idea to use a plane abstraction is to be able to rotate the plane in all directions, including diagonals, to search for the string for part1.

Code can still be refactored for readability.

1 year ago 0 0 0 0
Preview
GitHub - rodgco/advent-of-code-elixir: Let's save Christmas with Elixir Let's save Christmas with Elixir. Contribute to rodgco/advent-of-code-elixir development by creating an account on GitHub.

Now with optimized code at github.com/rodgco/adven....

My initial idea was to abstract the board in a Plane struct, storing the data as a long string and accessing each element by calculating the coordinates `x + y * width`. Not performant at all, then moved to a Tuple of Tuples. Waaaay faster!!!

1 year ago 0 0 1 0
Day 4 - Advent of Code 2024

I just completed "Ceres Search" - Day 4 - Advent of Code 2024 #AdventOfCode #ElixirLang adventofcode.com/2024/day/4

1 year ago 4 0 1 0
Preview
GitHub - rodgco/advent-of-code-elixir: Let's save Christmas with Elixir Let's save Christmas with Elixir. Contribute to rodgco/advent-of-code-elixir development by creating an account on GitHub.

Check my code at github.com/rodgco/adven...

1 year ago 0 0 0 0

I just completed "Mull It Over" - Day 3 - Advent of Code 2024 #AdventOfCode #ElixirLang adventofcode.com/2024/day/3

1 year ago 1 0 1 0
Advertisement
Preview
GitHub - rodgco/advent-of-code-elixir: Let's save Christmas with Elixir Let's save Christmas with Elixir. Contribute to rodgco/advent-of-code-elixir development by creating an account on GitHub.

You can check my code at github.com/rodgco/adven...

1 year ago 0 0 0 0
Preview
GitHub - rodgco/advent-of-code-elixir: Let's save Christmas with Elixir Let's save Christmas with Elixir. Contribute to rodgco/advent-of-code-elixir development by creating an account on GitHub.

You can check my code at github.com/rodgco/adven...

1 year ago 0 0 0 0

I don't use it professionally, It's just a way to keep me connected with the developer in me.

I've taken the management path, but as I'm being forced to rethink my career I'm considering the possibility.

Elixir is a great language, but IMHO the OTP framework is incredible.

1 year ago 1 0 0 0

I just completed "Red-Nosed Reports" - Day 2 - Advent of Code 2024 #AdventOfCode #ElixirLang adventofcode.com/2024/day/2

1 year ago 1 0 1 0
Day 1 - Advent of Code 2024

I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode #ElixirLang adventofcode.com/2024/day/1

1 year ago 3 0 2 0