#hocon

[ follow ]
#scala
fromAlvinalexander
8 months ago
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.
fromAlvinalexander
10 months ago
Scala

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.
fromAlvinalexander
8 months ago
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.
fromAlvinalexander
10 months ago
Scala

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.
more#scala
fromAlvinalexander
10 months ago
JavaScript

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.
fromMedium
10 months ago
JavaScript

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 ]