29 Aug 2025 Things I have never shared in public, part 1. If I were to judge my technical level - I would say I’m an average engineer. I’m a senior engineer, but this seniority
26 Aug 2025 Comparing Flutter, KMP, and React Native in 2025. How They Work. Advantages and Disadvantages.
08 Aug 2025 Instead of looking for that latest AI tool, learn things that genuinely make you productive. 1. Learn how to blind type. If you’re still looking down at your keyboard when typing - you are much slower than you can
07 Aug 2025 We've all heard of extension functions in Kotlin, but have you used an infix function? An infix function provides better readability for operations that require two arguments/objects. It also operates the same way as an extension function. This means