DEV Community

Scala

Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Setting up IntelliJ IDEA for Apache Spark and Scala development

Setting up IntelliJ IDEA for Apache Spark and Scala development

5
Comments
2 min read
Scala Type Bounds

Scala Type Bounds

2
Comments
3 min read
Exploiting Schema Inference in Apache Spark

Exploiting Schema Inference in Apache Spark

2
Comments
3 min read
Understand Type Variances in 30 Seconds

Understand Type Variances in 30 Seconds

18
Comments
4 min read
Flow to Source implementation with Akka streams

Flow to Source implementation with Akka streams

9
Comments
2 min read
Scraping and Storing Crypto-currency Prices with Scala and PostgreSQL

Scraping and Storing Crypto-currency Prices with Scala and PostgreSQL

7
Comments 1
6 min read
MultiMap - Tables in SwayDB

MultiMap - Tables in SwayDB

10
Comments
3 min read
Scala Cheat Sheet

Scala Cheat Sheet

7
Comments
1 min read
Parallel Validation for Railway Oriented Programming in Scala

Parallel Validation for Railway Oriented Programming in Scala

5
Comments
7 min read
Railway Oriented Programming in Scala

Railway Oriented Programming in Scala

9
Comments
14 min read
Techniques for Understanding Code

Techniques for Understanding Code

6
Comments
7 min read
I started learning Scala programming language and I don’t regret

I started learning Scala programming language and I don’t regret

5
Comments 1
2 min read
Getting started with Scala

Getting started with Scala

6
Comments
4 min read
Implementing a Ternary Operator in Scala

Implementing a Ternary Operator in Scala

26
Comments 6
4 min read
scalac -feature

scalac -feature

6
Comments
1 min read
Error handling in Scala

Error handling in Scala

3
Comments
8 min read
Install Apache Spark (and Apache Hadoop) smoothly

Install Apache Spark (and Apache Hadoop) smoothly

8
Comments
1 min read
Scala Learning Resources

Scala Learning Resources

Comments
2 min read
Referential Transparency in Scala - Pt. I - Pure Functions

Referential Transparency in Scala - Pt. I - Pure Functions

7
Comments
6 min read
Should I run JVM applications inside a container?

Should I run JVM applications inside a container?

25
Comments 2
2 min read
Calling a stored Procedure SQL Server stored procedure from Spark

Calling a stored Procedure SQL Server stored procedure from Spark

3
Comments
1 min read
20 Coolest Features of Non-Java JVM Languages

20 Coolest Features of Non-Java JVM Languages

54
Comments 3
40 min read
Cooking with Monads

Cooking with Monads

9
Comments 3
14 min read
Interpreting Tagless Final DSLs with Eff

Interpreting Tagless Final DSLs with Eff

10
Comments
12 min read
Tagless Final in Scala: Best Practices

Tagless Final in Scala: Best Practices

13
Comments 1
10 min read
CSV parsing with Scala and shapeless

CSV parsing with Scala and shapeless

5
Comments
5 min read
Structuring Functional Programs with Tagless Final

Structuring Functional Programs with Tagless Final

4
Comments
8 min read
Effects and the Illusion of Correctness

Effects and the Illusion of Correctness

8
Comments 1
6 min read
How to compare your data in/with Spark

How to compare your data in/with Spark

6
Comments
6 min read
Shapeless: a real world use case

Shapeless: a real world use case

7
Comments
5 min read
Scalaの記号みたいな奴らなんなの

Scalaの記号みたいな奴らなんなの

11
Comments
17 min read
MAP III : Types of Types

MAP III : Types of Types

3
Comments
10 min read
Functions as Queries @ SwayDB

Functions as Queries @ SwayDB

10
Comments
2 min read
Benchmarking Scala with ScalaMeter, Pt. 2 (Scala DCP #004)

Benchmarking Scala with ScalaMeter, Pt. 2 (Scala DCP #004)

8
Comments 1
10 min read
Caching & IOStrategy @ SwayDB

Caching & IOStrategy @ SwayDB

6
Comments 2
5 min read
Easily distributable Scala CLIs using jlink

Easily distributable Scala CLIs using jlink

13
Comments
6 min read
My Four Year Quest For Perfect Scala.js UI Development

My Four Year Quest For Perfect Scala.js UI Development

72
Comments 9
8 min read
Hash-Index @ SwayDB

Hash-Index @ SwayDB

8
Comments
2 min read
Benchmarking Scala with ScalaMeter, Pt. 1 (Scala DCP #004)

Benchmarking Scala with ScalaMeter, Pt. 1 (Scala DCP #004)

14
Comments
10 min read
Flatten a Ragged List N Levels Deep in Scala

Flatten a Ragged List N Levels Deep in Scala

9
Comments
3 min read
Coursera: Functional Programming in Scala Specialization

Coursera: Functional Programming in Scala Specialization

4
Comments
1 min read
The best Functional Programming blogs, for beginners to professionals!

The best Functional Programming blogs, for beginners to professionals!

63
Comments
4 min read
...And Monads for (Almost) All: The Reader Monad

...And Monads for (Almost) All: The Reader Monad

20
Comments
8 min read
Custom (De)serialization with Scala (Scala DCP #003)

Custom (De)serialization with Scala (Scala DCP #003)

15
Comments
9 min read
Scala Daily Coding Problem #002

Scala Daily Coding Problem #002

13
Comments 3
4 min read
Scala Daily Coding Problem #001

Scala Daily Coding Problem #001

15
Comments 3
3 min read
I'm back!

I'm back!

21
Comments 8
1 min read
There is such thing as easy API development with Scala

There is such thing as easy API development with Scala

11
Comments 1
3 min read
Easy concurrent scraping with Scala with Akka streams

Easy concurrent scraping with Scala with Akka streams

7
Comments
1 min read
Writing Spark: Scala Vs Java

Writing Spark: Scala Vs Java

9
Comments 2
7 min read
Functional Programming Interview Questions

Functional Programming Interview Questions

48
Comments 2
2 min read
Abstraction & Type-Safety using Singleton Variants

Abstraction & Type-Safety using Singleton Variants

11
Comments 2
5 min read
Hey Scala Programmers, What do you do?

Hey Scala Programmers, What do you do?

8
Comments 2
1 min read
Intro to SwayDB

Intro to SwayDB

5
Comments
1 min read
🚀 Visualizing memory management in JVM(Java, Kotlin, Scala, Groovy, Clojure)

🚀 Visualizing memory management in JVM(Java, Kotlin, Scala, Groovy, Clojure)

293
Comments 15
11 min read
Loadtest REST API with gatling opensource

Loadtest REST API with gatling opensource

10
Comments 1
8 min read
spark-submit command builder with live preview

spark-submit command builder with live preview

8
Comments
1 min read
TIL How To Add Scapegoat To IntelliJ's Build Process

TIL How To Add Scapegoat To IntelliJ's Build Process

4
Comments
2 min read
The resurgence of Scala

The resurgence of Scala

17
Comments
6 min read
Simple Hash Map with Scala in 15 minutes

Simple Hash Map with Scala in 15 minutes

7
Comments
3 min read
loading...