#Scala

[ follow ]
#scala
Medium
1 month ago
Scala

Exploring Programming Languages-Scala

Scala, a programming language built on Java Virtual Machine, is utilized by top companies like LinkedIn, Netflix, and Amazon. [ more ]
Alvinalexander
2 years ago
Scala

Thinking With Types: Summary

In Scala/FP, developers work with types more extensively than in Java/FP. [ more ]
Alvinalexander
1 month ago
Scala

How to use ZIO 2 in the Ammonite REPL

ZIO can be added into the Ammonite REPL using import statements for both ZIO and ZIO Worksheet libraries. [ more ]
Alvinalexander
1 year ago
Scala

Learn Functional Programming (Without Fear)

Helping OOP developers delve into functional programming concepts using Scala's Cats Effect and ZIO libraries in under 200 pages. [ more ]
Alvinalexander
1 month ago
JavaScript

A ZIO ZLayer logging example (with Scala-CLI)

Demonstrates enabling logging in a ZIO application using ZLayer. [ more ]
alvinalexander.com
1 month ago
JavaScript

Getting a random element from a list of elements in Scala

Creating a function to return a random element from a list using Scala. [ more ]
Medium
1 month ago
Scala

Exploring Programming Languages-Scala

Scala, a programming language built on Java Virtual Machine, is utilized by top companies like LinkedIn, Netflix, and Amazon. [ more ]
Alvinalexander
2 years ago
Scala

Thinking With Types: Summary

In Scala/FP, developers work with types more extensively than in Java/FP. [ more ]
Alvinalexander
1 month ago
Scala

How to use ZIO 2 in the Ammonite REPL

ZIO can be added into the Ammonite REPL using import statements for both ZIO and ZIO Worksheet libraries. [ more ]
Alvinalexander
1 year ago
Scala

Learn Functional Programming (Without Fear)

Helping OOP developers delve into functional programming concepts using Scala's Cats Effect and ZIO libraries in under 200 pages. [ more ]
Alvinalexander
1 month ago
JavaScript

A ZIO ZLayer logging example (with Scala-CLI)

Demonstrates enabling logging in a ZIO application using ZLayer. [ more ]
alvinalexander.com
1 month ago
JavaScript

Getting a random element from a list of elements in Scala

Creating a function to return a random element from a list using Scala. [ more ]
morescala
SoftwareMill
2 months ago
Scala

Safe direct-style Scala: Ox 0.1.0 released | SoftwareMill

Ox project 0.1.0 release offers safe direct-style concurrency and resiliency for Scala on the JVM. [ more ]
Medium
2 months ago
Data science

Best Practices for Writing Maintainable and Testable Spark Code in Scala

Scala is considered the optimal choice for Spark development due to its availability of code samples and simple syntax. [ more ]
Medium
4 months ago
Education

Group the strings with occurance count using scala

The code snippet is an example of counting the occurrences of unique elements in a list of objects.
The code uses foldLeft and mutable Map to efficiently count the elements. [ more ]
[ Load more ]