#scala-3

[ follow ]
fromMedium
19 hours ago

Taking JVM to the browser (again) with CheerpJ and Scala 3

CheerpJ, a Java Virtual Machine in WebAssembly, allows legacy Java applications to be run directly in web browsers, alleviating update burdens for desktop applications.
Web frameworks
#scala
fromMedium
1 month ago

Creating Tests in Scala 3 using ScalaTest

In ScalaTest, a well-structured test case follows the Arrange, Act, Assert pattern, ensuring clarity in creating tests and validating outcomes.
Scala
Scala
fromScala-lang
3 months ago

Next Scala 3 LTS series will increase minimum required JDK version

Scala 3 plans to drop JDK 8 support by 2025, seeking feedback to set the new minimum JDK at either 11 or 17.
fromMedium
11 months ago

Securing your APIs with Oauth 2.0

Two systems communicate by authenticating requests; API services need authentication for secure communication, often using OAuth 2.0 with Okta for client verification.
JavaScript
fromAlvinalexander
3 years ago

Scala 3 opaque types: How to create meaningful type names

In Scala 3, use opaque types to create meaningful type names for safer code. Instead of confusing plain types like Int, define custom types like CustomerId and ProductId to prevent errors and enhance readability.
Scala
[ Load more ]