Deep Insights
April 6, 2023
Kotlin Sealed classes are a powerful tool for implementing a type hierarchy with a finite set of classes. A sealed class can have several subclasses, but all of them must be defined within the same file....
April 4, 2023
I had the opportunity to work with the TCA (The Composable Architecture) in the past and would like to share my knowledge about it with our community. This architecture has gained popularity as a reliable...
March 31, 2023
Kotlin is a modern programming language that is designed to be both functional and object-oriented. One of the features that makes Kotlin stand out is its support for higher-order functions. In Kotlin,...
March 30, 2023
Kotlin Lambda expressions are a powerful feature of Kotlin that allow for the creation of anonymous functions that can be passed as arguments to other functions. They are a concise and expressive way to...
No posts found