Typed Configuration Files with Malli & Aero
Most projects start by defining the application configuration file and schemas or code to validate it. The configuration can be as simple as a database connection string. Sometimes, this is read directly from an env variable in the code. In Clojure, ...
Jul 31, 20249 min read926
