fbpx

📱 breaking down platform walls (case study)

It was a typical Monday morning when I walked into a modern office in Cracow. The company had a successful product, growing user base, and two talented teams – Android and iOS. Classic setup, classic problems. “Our releases are out of sync, processes are a mess, and we’re basically running two parallel products,” the CTO […]

3 things that defined my Android dev career

Building an Android developer career isn’t just about coding—it’s about the experiences that push you to grow. Whether it’s connecting with other Android devs at meetups or mastering the fundamentals, it’s those key moments that shape how you approach the craft.

What’s the difference between remember and by remember?

Kotlin’s property delegation feature combined with remember, gives birth to the by remember syntax, which offers a more concise and intuitive way to handle state. Understanding the nuances between remember and by remember is crucial for writing clean, efficient, and maintainable Compose code. Remembering State in Jetpack Compose In Jetpack Compose, managing state across recompositions is crucial for maintaining UI consistency and […]

#kotlinDevChallenge 2023 summary

The KotlinDevChallenge was not just a competition, but a journey of learning, growth, and community engagement. Every participant in this challenge is a winner in their own right. By choosing to participate, you’ve taken a significant step towards enhancing your skills, pushing your boundaries, and becoming Kotlin PRO. The greatest reward is not just the […]

Mohsen Rezania | Deep dive into Convention Plugins / AndroidPro meetups

This presentation is all about harnessing the power of convention plugins in multi-module Android projects and leveraging Detekt for enforcing code quality. Understanding Convention Plugins Benefits of Using Convention Plugins Sharing Build Logic Integrating Detekt Speaker: Mohsen Rezania – Passionate Android Engineer with more than 5 years of experience, dedicated to ensuring stability, enhancing user […]

4 Ways to Leverage Kotest Specs for More Robust Testing

When it comes to testing in Kotlin, we often default to jUnit as the go-to framework.

However, there’s an alternative that offers a variety of powerful features – Kotest.

Kotest provides a variety of spec styles, each with its unique capabilities, that make writing tests a breeze.

Are unit tests worth it?

In the realm of software, unit tests are like unsung heroes. They quietly play a crucial role, ensuring that each part of the code, or each “atomic unit,” behaves as it should.  Let’s dive a bit deeper into this concept, keeping things simple and relatable. Imagine we’re talking about a car. Unit Tests: Checking the Basics […]