AI, gemini, androidGemini on Android, The story so farHow LLMs went from hype to a core Android OS component in less than a year.
kotlin, python, devexKotlin DEVEX is not great, but Amper could fix it.A call to embrace the CLI for Kotlin development.
side-project, documentation, planningPlanning and documenting a side projectBuilding an AI Audio Guide - Part 2
algorithm, problem solvingFrom macro to microThere’s this interesting idiom in English: to miss the forest for the trees. From the Merriam-Webster dictionary: to not understand or…
react-native, kotlin, swift, multiplatformNesting React Components in Native UIReact Native has support for creating Native UI components which are implemented using the native ui frameworks, and exposed as react-native…
kotlin, multiplatform, kmmKotlin Multiplatform under the surfaceThe mobile development community always had many alternatives for creating cross-platform apps. Since the days of webview-based solutions we…
automation, kotlin, androidA Continuous Integration approach for Kotlin projectsContinuous integration Continuous integration is one of the words that you often hear nowadays. I remember not really getting it when I…
kotlin, automation, gradlePublishing an obfuscated kotlin libraryBeing an android developer, I’ve heard about code obfuscation pretty early in my career. Since it’s preconfigured in android’s gradle plugin…
kotlin, automation, devopsContinuous Kotlin Static AnalysisWhat is it anyway? Static analysis is a way to find errors and other issues in a source code without actually executing it (hence, static…
devops, automation, ciThe First WayAutomating the Value Stream to Solve "It Works on My Machine" Issues and Improve Code Quality.
devops, automationA primerGet ready to level up your understanding of DevOps! This guide covers the basics of DevOps, including its definition, the concept of a value stream, and the three ways to approach DevOps practices.
kotlin, automationType safe scriptsEver had a hard time trying to make sense of a bash script? What if you could replace that with kotlin?
kotlin, botA Twitter-Telegram bot in KotlinHow to use kotlin to build a bot to send Twitter videos to you via Telegram.