#hocon

[ follow ]
#scala

Scala examples: Reading HOCON configuration files, and screen-scraping with JSoup and Sttp

The article discusses reading HOCON configuration files using Scala, demonstrating that AI-generated code can still be functional despite not being well-structured.

How to use the Lightbend Config library in a Scala or Java application

Lightbend created the HOCON configuration format for Scala applications, making it easy to read and configure settings from config files.

Scala examples: Reading HOCON configuration files, and screen-scraping with JSoup and Sttp

The article discusses reading HOCON configuration files using Scala, demonstrating that AI-generated code can still be functional despite not being well-structured.

How to use the Lightbend Config library in a Scala or Java application

Lightbend created the HOCON configuration format for Scala applications, making it easy to read and configure settings from config files.
morescala

ZIO/ZLayer FAQ: How to use a Typesafe Config HOCON properties file with ZIO

Use hand-coding approach with ZIO for reading Typesafe Config HOCON files.

Harnessing Scopt and PureConfig for Scala: When to Use Each

Scopt is for parsing command-line arguments, while PureConfig is for managing configurations from external files.
[ Load more ]