ylliX - Online Advertising Network

Reinventing Ticket Sales with Pretix

published on 2024-07-03T12:03:59Z In this episode of Talking Kotlin, Hadi Hariri and Sebastian Aigner chat with Raphael Michel, the founder of pretix, an open-source ticketing system. Raphael shares his fascinating journey, from building pretix to solve a conference ticketing problem to becoming a full-fledged company with a global reach. The conversation dives into the complexities […]

Now in Android #108

Android 15 Beta 3 is released, taking Android 15 to Platform Stability. This means the developer APIs and all app-facing behaviors are final for you to review. Also, Apps targeting Android 15 can be published in Google Play. The Beta 3 post highlights how users will be able to sign-into apps that target Android 15 […]

Get a Version Name for a Commit

In some of the projects I work on, we publish an artifact for every build on the main branch. We don’t want to give these nice semver names like 1.5.0 because that’s too much work! Instead we just wanna generate a version name based on the most-recent commit that it includes. Here’s a Bash one-liner: […]

Now in Android #107

KotlinConf happened on May 22nd. Did you miss a Kotlin announcement? Check out the blog post Google @ KotlinConf 2024: A Look Inside Multiplatform Development with KMP and more from Murat. This covered Google’s recent contributions to the Kotlin ecosystem, such as Jetpack library support, tooling, and most importantly, Kotlin Multiplatform! You can also find […]