Code
Posts filed under category: Code
YouTube channel aggregator experiment
While trying to keep up with what’s happening in tennis and motorsport, I found myself wondering if the experience could be better. What if I could …SDKMAN
SDKMAN! lets you install, manage and work with multiple versions of software development kits (SDKs) on most Unix-like systems. This means for example, you can …Introduction to JSON5
Json5 is a superset of JSON that allows for comments and trailing commas. It’s a popular choice for configuration files due to its readability and flexibility. …Sharing gradle configuration
Sharing gradle configuration between modules Source code for this project is available at https://github.com/prule/gradle-sample When setting up multimodule …Dependency upgrades with Renovate
In modern software development, managing dependencies is a critical yet often overlooked aspect of maintaining healthy codebases. Enter Renovate: an …A Brief Introduction to AsciiDoc
Note The source code for this document is available at github . Unfortunately though, GitHub does NOT support includes so you won’t see this document …Clean architecture - part 1
Clean architecture - part 1 After porting my template app over to Kotlin, I thought it was time to attempt rewriting from a layered architecture to a ports and …