Kubernetes and the JVM
In conclusion, during this journey, we have learned that deploying Scala microservices in a Kubernetes cluster involves careful consideration of the JVM’s memory requirements. Juan Pedro Moreno (@juanpedromoreno) |
Exploring Scala CLI - the new scala runner
What is Scala CLI and what is it good for? What does this change mean for the Scala community? Or, as many everyday Scala users could probably ask — what even is the scala runner? Piotr Chabelski |
An incomplete guide to Scala 3 macros and Multi-stage programming
In this guide, I provide a more theoretical perspective compared to the official guide while covering less material. Although Scala 3 macros are no longer experimental, it's still a research area and thus under-documented. eason du |
Web Scraping with Scala
The article first explains how to scrape a static HTML page with Scala using jsoup and Scala Scraper. Then, it explains how to scrape a dynamic HTML website with Scala using Selenium. Raul Estrada (@HerrRul) |
Cross build anything with Bazel
This idea of cross building could be useful in Bazel, which allows the migration of some axis to take place in situ over a course of some time. For example you could start with Scala 2.12 in the monorepo, but gradually try to migrate to 2.13 such that most targets would build in both Scala 2.12 and Scala 2.13. Eugene Yokota (@eed3si9n) |