> For the complete documentation index, see [llms.txt](https://www.alanqthomas.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.alanqthomas.io/scala.md).

# Scala

- [Understanding Scala Options](https://www.alanqthomas.io/scala/understanding-scala-options.md)
- [FirebaseApp Client in Scala](https://www.alanqthomas.io/scala/firebaseapp-client-in-scala.md): How to properly load the FirebaseAuth Java client in Scala
- [Parsing certs/keys from Strings in Scala](https://www.alanqthomas.io/scala/parsing-certs-keys-from-strings-in-scala.md)
- [ZIO Striped Locking](https://www.alanqthomas.io/scala/zio-striped-locking.md): My implementation of a striped lock using ZIO
