kt.academy Logo
Endre Deak profile

Endre Deak

LinkedIn

Software architect with 15 years of experience, currently working on building infrastructure for AI. I think Kotlin is one of the best programming languages ever created.

Reviewed articles

Generics in Kotlin
3/18/2024
Marcin Moskała
Marcin Moskała

Generics in Kotlin

The essence of how generics work in Kotlin.

Learn morelearn more icon
Data classes in Kotlin
11/13/2023
Marcin Moskała
Marcin Moskała

Data classes in Kotlin

What are data classes in Kotlin and how do we use them.

Learn morelearn more icon
Extensions in Kotlin
10/9/2023
Marcin Moskała
Marcin Moskała

Extensions in Kotlin

What are extensions in Kotlin and how do we use them.

Learn morelearn more icon
Implementing Multiplatform Kotlin Mobile
9/25/2023
Marcin Moskała
Marcin Moskała

Implementing Multiplatform Kotlin Mobile

How in Kotlin we can implement Android and iOS projects with shared logic.

Learn morelearn more icon
Implementing Multiplatform Kotlin library
9/18/2023
Marcin Moskała
Marcin Moskała

Implementing Multiplatform Kotlin library

How in Kotlin we can use multiplatform capabilities to distribute the same code to multiple platforms.

Learn morelearn more icon
Using Multiplatform Kotlin
9/11/2023
Marcin Moskała
Marcin Moskała

Using Multiplatform Kotlin

The essence of using multiplatform Kotlin capabilities and definition common elements.

Learn morelearn more icon
Sealed classes and interfaces in Kotlin
9/4/2023
Marcin Moskała
Marcin Moskała

Sealed classes and interfaces in Kotlin

What are sealed classes and interfaces in Kotlin and how do we use them.

Learn morelearn more icon
Kotlin and Java interoperability: Traps and gotchas
8/21/2023
Marcin Moskała
Marcin Moskała

Kotlin and Java interoperability: Traps and gotchas

The parts of Kotlin and Java interoperability that might be surprising or counterintuitive.

Learn morelearn more icon
Kotlin and Java interoperability: Useful annotations
8/14/2023
Marcin Moskała
Marcin Moskała

Kotlin and Java interoperability: Useful annotations

Learn about useful Kotlin annotations, that decide that it is compiled to on JVM.

Learn morelearn more icon