Kotlin-Dev | Maciej Procyk
Kotlin-Dev | Maciej Procyk
Home
Posts
Courses
Projects
CV
advent-of-code-2020
Advent of Code 2020 in Kotlin - Day 5
Discuss functional programming approach in the context of numbers representation in binary system
Last updated on Oct 12, 2021
3 min read
Code sample
,
Advent of Code
Advent of Code 2020 in Kotlin - Day 4
Think more deeply about extension functions (with simple bytecode analysis) and
typealias
es in Kotlin
Last updated on Oct 11, 2021
3 min read
Code sample
,
Advent of Code
Advent of Code 2020 in Kotlin - Day 3
Revisit Kotlin sequences concepts and
infix
functions again
Last updated on Oct 8, 2021
3 min read
Code sample
,
Advent of Code
Advent of Code 2020 in Kotlin - Day 2
Recall a few useful functions that you might not use for a long time.
Last updated on Oct 7, 2021
2 min read
Code sample
,
Advent of Code
Advent of Code 2020 in Kotlin - Day 1
Make a small warmup with reading input data and transforming it properly and consider different approaches to Day 1.
Last updated on Oct 6, 2021
3 min read
Code sample
,
Advent of Code
Advent of Code 2020 in Kotlin - Introduction
Let’s make the preparation to the 2021 Advent of Code by solving the last year puzzles and creating proper event in calendar for this year not to forget about this event
Last updated on Oct 5, 2021
2 min read
Code sample
,
Advent of Code