@_felipera

Always a great way to keep up with the Scala community
Medium
1 month ago
Scala

This week in #Scala (Mar 18, 2024)

https://miro.medium.com/v2/resize:fit:1200/1*bPQnM2r6SYEzTbFe70vl8w.jpeg
Welcome to the new edition of #ThisWeekInScala!
...
"This week in #Scala (Mar 18, 2024)" is published by Petr Zapletal.
Galaxy brain
1 month ago
Scala

Typed Tagless Final, for real!

Every so often, a software technique takes the center stage of attention and becomes the source of countless articles, tutorials, and conference talks.
Clear example of how to read and write to a map in a concurrent use case
Luis Rodero-Merino's Blog
1 month ago
Scala

Using Cats Effect's MapRef

(all code samples can be run using scala-cli)
Luis Rodero-Merino's Blog
1 month ago
Scala

Using Cats Effect's MapRef

(all code samples can be run using scala-cli)
Excited for the REPL and CLI improvements in Scala 3
virtuslab
1 month ago
Scala

Scala 3 Roadmap for 2024

1. More frequent releases
Since Scala 3.0.0, we wanted to follow a 6-week release train.However, we treated it more as a guideline than a rule.
virtuslab
1 month ago
Scala

Scala 3 Roadmap for 2024

1. More frequent releases
Since Scala 3.0.0, we wanted to follow a 6-week release train.However, we treated it more as a guideline than a rule.
Medium
1 month ago
Scala

Introduction to Bazel for Scala developers

The build time of a project has a significant impact on a team's development efficiency.The larger the code base, the longer it takes to build.
Medium
1 month ago
Scala

Two-phase consensus with functional Scala

Two-phase consensus is defined by these dual prepare and commit/abort phases.The endless-transaction library captures this pattern in tagless-final abstractions.
Good content!
Medium
1 month ago
Scala

Two-phase consensus with functional Scala

Two-phase consensus is defined by these dual prepare and commit/abort phases.The endless-transaction library captures this pattern in tagless-final abstractions.
This summary is always great content to keep up with Scala community
Medium
1 month ago
Scala

This week in #Scala (Mar 11, 2024)

https://miro.medium.com/v2/resize:fit:1200/1*bPQnM2r6SYEzTbFe70vl8w.jpeg
Welcome to the new edition of #ThisWeekInScala!
...
"This week in #Scala (Mar 11, 2024)" is published by Petr Zapletal.
Who's moving to Pekko? I am going to typelevel stack
SoftwareMill
1 month ago
Scala

What to do with your End Of Life Akka? | SoftwareMill

In September 2022 Lightbend surprised the Scala community by announcing the Akka license change for all future releases from Apache 2.0 to "source available" Business Source License (BSL) v1.1.
SoftwareMill
1 month ago
Scala

What to do with your End Of Life Akka? | SoftwareMill

In September 2022 Lightbend surprised the Scala community by announcing the Akka license change for all future releases from Apache 2.0 to "source available" Business Source License (BSL) v1.1.
Nice introduction to state with cats.effect.Ref
Kubukoz
1 month ago
Scala

Flavors of shared state in Cats Effect

In this post, we will explore the various ways to share state in a Cats Effect application.
Kubukoz
1 month ago
Scala

Flavors of shared state in Cats Effect

In this post, we will explore the various ways to share state in a Cats Effect application.
Playframework
1 month ago
Scala

General - 3.0.x

§How Play Deals with Akka's License Change
I really appreciate post-mortems that are made public, great learning
Scala-lang
1 month ago
Scala

Scala 3.3.2 post-mortem analysis

Last week, we announced the release of Scala 3.4.0 and 3.3.3.The announcement mentioned that we had to skip 3.3.2 due to a bug breaking our forward binary compatibility guarantees in a patch release.
Scala-lang
1 month ago
Scala

Scala 3.3.2 post-mortem analysis

Last week, we announced the release of Scala 3.4.0 and 3.3.3.The announcement mentioned that we had to skip 3.3.2 due to a bug breaking our forward binary compatibility guarantees in a patch release.
Modern REST in Scala
Medium
1 month ago
Scala

Master Scala Rest APIs in 3 Simple Concepts: Illustrated Guide with Tapir, http4s, and Circe! (2/2)

Auto Derivation Magic simplifies JSON to Scala conversion by leveraging case class attributes.
Importing required objects like io.circe.generic.AutoDerivation and sttp.tapir.generic.auto.SchemaDerivation enables auto-derivation for JSON encoding and decoding. [ more ]
Nice to see more scala 3 content
Medium
1 month ago
Scala

Master Scala Rest APIs in 3 Simple Concepts: Illustrated Guide with Tapir, http4s, and Circe!

Tapir, http4s, and Circe are game-changing Scala libraries for Rest APIs and SwaggerUI docs generation.
Scala ecosystem leans towards Tapir, http4s, and Circe for building backend systems due to production-ready and actively maintained status. [ more ]
Always nice to get information on concurrency and parallelism
Medium
2 months ago
Scala

Threads, ThreadPools and Executors-Multi Thread Processing In Java

https://miro.medium.com/v2/da:true/resize:fit:1200/0*z2AeifeuphQZfatc
Concurrency is one of the most complex problems we (developers) can face in our daily work.
[ Load more ]