#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?