Recent Posts

Elvis operator in Kotlin

less than 1 minute read

This operator is a question mark followed by a colon (?:) with no space in between. It is named for an emoticon (short form of “emotion icon”) of the musicia...

Team

1 minute read

Forming a team

Destructuring

1 minute read

Many times, you may encounter use cases where you need to return more than one item from a function. One way that people usually do is to create a custom obj...