Articles tagged #konfig
-
&english @code % July 27, 2021
Parsing environment variables in kotlin with konfig
There is a wonderful kotlin library for reading configuration from various sources (environment variables, files, etc.) – konfig. It allows to define your application configuration in a declarative way and even perform some data transformations along the way.
-
&english @projects % March 13, 2021
JIRA bot to automatically update field values
Personer is a small bot written in Kotlin, which is started by
systemd
timer (thanksnixos
) and performs a read-update cycle over our project cards (custom JIRA issues). It features modern Kotlin’s Flow framework.