#scala-3

[ follow ]
#software-development
fromMedium
9 months ago
Scala

DATA MODELING IN SCALA 3

Data Modeling is essential for ensuring system blueprint clarity, data consistency, and effective stakeholder communication.
fromMedium
1 month ago
Scala

Creating Tests in Scala 3 using ScalaTest

Testing in Scala with ScalaTest enhances code reliability and guards against breaking changes.
fromMedium
9 months ago
Scala

DATA MODELING IN SCALA 3

Data Modeling is essential for ensuring system blueprint clarity, data consistency, and effective stakeholder communication.
fromMedium
1 month ago
Scala

Creating Tests in Scala 3 using ScalaTest

Testing in Scala with ScalaTest enhances code reliability and guards against breaking changes.
more#software-development
fromAlvinalexander
8 months ago
Scala

Scala 3 Video: Term Inference with given and using

Scala 3 simplifies term inference using given and using keywords, enhancing clarity and usability over the previous implicit mechanism in Scala 2.
#functional-programming
fromAlvinalexander
9 months ago
Scala

Scala Opaque Types (video)

Opaque types in Scala 3 restrict visibility to underlying representation, allowing concrete type implementations while hiding details from users.
fromAlvinalexander
11 months ago
Scala

ZIO 2: Processing ZIO command line arguments

Scala 3 and ZIO 2 example demonstrates processing command-line arguments in a ZIO 2 application.
fromAlvinalexander
9 months ago
Scala

Scala Opaque Types (video)

Opaque types in Scala 3 restrict visibility to underlying representation, allowing concrete type implementations while hiding details from users.
fromAlvinalexander
11 months ago
Scala

ZIO 2: Processing ZIO command line arguments

Scala 3 and ZIO 2 example demonstrates processing command-line arguments in a ZIO 2 application.
more#functional-programming
fromAlvinalexander
10 months ago
JavaScript

ZIO/ZLayer FAQ: How to use a Java Properties files with ZIO

Use hand-coded ZLayer solution for Java Properties in ZIO 2 and Scala 3.
fromMedium
10 months ago
JavaScript

Securing your APIs with Oauth 2.0

Authentication is crucial in client-server applications; Scala 3 with ZIO HTTP can be used for building secure systems with OAuth 2.0 using Okta for authentication.
fromMedium
10 months ago
Scala

Scala 3 Odyssey: Key Insights and Highlights

A comprehensive overview of Scala programming language and its ecosystem, covering introduction, toolchain, CLI, SBT, and development environment.
fromAlvinalexander
3 years ago
Scala

Scala 3 opaque types: How to create meaningful type names

Use opaque types in Scala 3 to create meaningful type names for safer code.
fromAlvinalexander
3 years ago
Scala

Scala 3 'while' loop syntax and examples

Scala 3 while loop syntax examples for one-liners and multiline statements.
[ Load more ]