top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
Blog
Hire me
Learn KMP!
More
Use tab to navigate through the menu items.
Log In
Subscribe to my newsletter
Subscribe
Thank you!
Mykola Miroshnychenko
Helping Android developers grow one article at a time
All Posts
Jetpack Compose
Kotlin
Android
Kotlin coroutines
Challenges
KMP
Search
CoerceAtMost() function in Kotlin
The `coerceAtMost()` function in Kotlin ensures that the value to which it is applied is not greater than the specified. It really helps...
Jul 15, 2024
1 min read
A crucial ⚡ metric for your team to track.
A crucial ⚡ metric for your team to track is code churn. It allows you to identify places in your codebase that get changed the most. Why...
May 23, 2024
1 min read
𝗛𝗲𝗿𝗲’𝘀 𝘄𝗵𝘆 𝘆𝗼𝘂 𝘀𝗵𝗼𝘂𝗹𝗱 𝗯𝗲 𝗰𝗮𝗿𝗲𝗳𝘂𝗹 𝘄𝗵𝗲𝗻 𝗿𝗲𝗹𝘆𝗶𝗻𝗴 𝗼𝗻 𝙝𝙖𝙨𝙝𝘾𝙤𝙙𝙚() 𝗮𝗻𝗱 𝙚𝙦𝙪𝙖𝙡𝙨() 𝗶𝗻 𝗞𝗼𝘁𝗹𝗶𝗻 𝗱𝗮𝘁𝗮 𝗰𝗹𝗮𝘀𝘀𝗲𝘀:
Data classes offer many benefits, the most prominent of which is that they help us avoid boilerplate code. Data classes will provide a...
Apr 15, 2024
1 min read
bottom of page