ArttX's Avatar

ArttX

@arttxiam

πŸ’» Developer: [ Typescript, Flutter, Go, Rust, Lua ] 🌌 Exploring Codeverse πŸš€ Longlife learner 🐧Arch user

17
Followers
49
Following
29
Posts
18.10.2024
Joined
Posts Following

Latest posts by ArttX @arttxiam

Day 9 - Advent of Code 2025

I've completed Part One of "Movie Theater" - Day 9 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/9

Was able to complete part 1 only.

My solution: github.com/ArttX/advent...

09.12.2025 20:50 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 7 - Advent of Code 2025

I just completed "Laboratories" - Day 7 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/7

My solutions: github.com/ArttX/advent...

Got solution for part 2

08.12.2025 15:20 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 7 - Advent of Code 2025

I've completed Part One of "Laboratories" - Day 7 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/7

My solution to part 1: github.com/ArttX/advent...

Will try to find solution for part 2

07.12.2025 12:18 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 6 - Advent of Code 2025

I just completed "Trash Compactor" - Day 6 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/6

My solution: github.com/ArttX/advent...

06.12.2025 18:54 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 5 - Advent of Code 2025

I just completed "Cafeteria" - Day 5 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/5

My solution: github.com/ArttX/advent...

05.12.2025 18:05 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 4 - Advent of Code 2025

I've completed "Printing Department" - Day 4 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/4

My solutions: github.com/ArttX/advent...

04.12.2025 20:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 3 - Advent of Code 2025

I've completed "Lobby" - Day 3 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/3

Code: github.com/ArttX/advent...

03.12.2025 19:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 2 - Advent of Code 2025

I've completed "Gift Shop" - Day 2 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/2

03.12.2025 11:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 1 - Advent of Code 2025

I've completed "Secret Entrance" - Day 1 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/1

03.12.2025 11:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ‘

10.03.2025 07:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Was Windows user my whole life. Switched to Linux as I did not like how Windows was treating me.
I started a Linux journey with Mint, but now I am using Arch.
Best experience I ever had.

04.03.2025 08:39 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Day 21: I've completed 🎩Bernard's New Demands 2: Electric Boogaloo - Advent of TypeScript 2024 adventofts.com/events/2024/21

For this, last day's code could be used, but also with slight adjustments. Added utility type for excluding array types.

23.12.2024 11:23 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I've completed Variable Scope Analysis: 🎩Bernard's New Demands - Advent of TypeScript 2024 adventofts.com/events/2024/20

It was really easy. Most code worked from day 19 with slight modifications.

20.12.2024 17:08 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Mine solution is bigger, but it seems to work. Maybe more readable.

19.12.2024 15:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I done this like that. Do not if correct, but it works.

18.12.2024 15:29 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I've completed Jet Fuel Pricing - Advent of TypeScript 2024 adventofts.com/events/2024/15

This was challenging, but interesting. Many nested checks...

16.12.2024 12:35 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I could not figure it out by myself.
I even did not know, that this exists in Typescript.
Found some articles about his topic. Found, that there is `in out` in generics. Used that. It worked.
Still do not understand, how it works, but if it works, it works.

13.12.2024 17:04 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Oh, that's why I only found them recently.
Did there was announcement?

12.12.2024 15:40 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

I figured out `NaughtyOrNice`!
From first, I also did not find way to separate these records.
But found, that in tests, there are comments, that tells what to do.
```
// even number of characters in the name get 'naughty'
// odd number of characters in the name get 'nice'
```
So this is my solution:

12.12.2024 15:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

This was my solution for this

11.12.2024 12:04 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I've completed The Reindeer Hatch A Plan - Advent of TypeScript 2024 adventofts.com/events/2024/10

10.12.2024 10:33 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This was an interesting task. Tho I knew what to do immediately, because I did something like this earlier.

10.12.2024 09:11 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Yes, same.
I am also doing AoC and tasks are way harder.

06.12.2024 19:38 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

A little late, but...
I just completed "Print Queue" - Day 5 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/5

06.12.2024 19:11 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I had same situation. I made more complex version with literal types, but simple string also works 😁

06.12.2024 14:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I've completed Drafting This Year's Routes - Advent of TypeScript 2024 adventofts.com/events/2024/5

05.12.2024 10:47 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I've completed The Reindeer Have Had Enough - Advent of TypeScript 2024 adventofts.com/events/2024/1

01.12.2024 18:25 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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

01.12.2024 18:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hey! πŸ‘‹
Aaand I arrived from Twitter.

18.10.2024 07:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0