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 WayThe idea behind the First Way is that by identifying, measuring, and improving the flow of work through our value stream, we can optimize…
devops, automationA primerRecently, I’ve been trying to improve my understanding of good CI and CD practices and I often saw this word: . I mean, I thought I sort of…
kotlin, automationType safe scriptsEver had a hard time trying to make sense of a bash script? What if you could replace that with kotlin?