Doodle Weather Clone

Built this simple Mac Weather clone using Doodle's frosted glass paint.Doodle helps you create beautiful, modern apps entirely in Kotlin. Its render model is intuitive yet powerful, making it easy...
0 Read More

Kotlin vs Java: Which One to Choose?

Kotlin vs Java: Which One to Choose?
When it comes to Android app development, the choice between Kotlin and Java is a critical decision that can shape the success of your project. Both languages have their unique strengths and weaknesse...
0 Read More

Performance of Lock in Coroutines

Performance of Lock in Coroutines
Recently, while having a work conversation, I heard a thesis from a colleague that “In Kotlin coroutines you have to use Kotlin’s Mutex to synchronize modification of an object from different thre...
0 Read More

Call for Contributors

Hey everyone! I’m looking for more contributors for my open source project: Avisen. If you’re interested in Kotlin, Go, decentralized networks, blockchain, or supporting independent journalism, ch...
0 Read More

Unit Testing: Beyond Code Coverage

“I get paid for code that works, not for tests.” — Kent Beck, TDD By Example Many software developers often associate higher unit test coverage with better software quality. However, high cover...
0 Read More