Kotlin-Dev | Maciej Procyk
Kotlin-Dev | Maciej Procyk
Home
Posts
Courses
Projects
CV
kotlin
Deep Dive Into Coroutines Presentation
Let’s see what Kotlin offers for developers and how many great features there are in the language
Mar 23, 2023
2 min read
Document
Advent of Code 2021 in Kotlin - Day 25
Finish the Advent in a great style with the readable solution written in Kotlin with less than 100 lines of code.
Dec 25, 2021
3 min read
Code sample
,
Advent of Code
Advent of Code 2021 in Kotlin - Day 24
Try to reverse engineer given program with the help of Kotlin language.
Dec 24, 2021
6 min read
Code sample
,
Advent of Code
Advent of Code 2021 in Kotlin - Day 23
Find some another practical usage of Dijkstra algorithm in solving game.
Dec 23, 2021
6 min read
Code sample
,
Advent of Code
Advent of Code 2021 in Kotlin - Day 22
Define a lot of cool
infix fun
for Kotlin ranges to deliver more concise solutions.
Dec 22, 2021
6 min read
Code sample
,
Advent of Code
Advent of Code 2021 in Kotlin - Day 21
Let’s see how using immutable data may simplify your computations and reasoning about written code.
Dec 21, 2021
5 min read
Code sample
,
Advent of Code
Advent of Code 2021 in Kotlin - Day 20
Implement processing infinite image processing infinite time, with attention to the boundary conditions.
Dec 20, 2021
4 min read
Code sample
,
Advent of Code
Advent of Code 2021 in Kotlin - Day 19
Let’s learn new things about 3D space transformation and how we can combine them.
Dec 19, 2021
5 min read
Code sample
,
Advent of Code
Advent of Code 2021 in Kotlin - Day 18
See how the tree representation may help in solving your problem.
Dec 18, 2021
6 min read
Code sample
,
Advent of Code
Advent of Code 2021 in Kotlin - Day 17
Take a look into Kotlin delegated properties when implementing efficient data parsing in Kotlin.
Dec 17, 2021
3 min read
Code sample
,
Advent of Code
»