Grounding Beliefs
How to automate architecture docs
A Continuous Integration approach for Kotlin projects
Continuous integration Continuous integration is one of the words that you often hear nowadays. I remember not really getting it when I…
Publishing an obfuscated kotlin library
Being an android developer, I’ve heard about code obfuscation pretty early in my career. Since it’s preconfigured in android’s gradle plugin…
Continuous Kotlin Static Analysis
What is it anyway? Static analysis is a way to find errors and other issues in a source code without actually executing it (hence, static…
The First Way
Automating the Value Stream to Solve "It Works on My Machine" Issues and Improve Code Quality.
A primer
Get 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.
Type safe scripts
Ever had a hard time trying to make sense of a bash script? What if you could replace that with kotlin?
Setting up MockServer
Using MockServer to test in isolation.