Articles tagged with 'cats'
A Functional Load Balancer with Scala, http4s and Cats Effect
38 min read • • Guide
Build an application load balancer with Scala & Cats Effect: achieve efficiency and concurrency with included tests
A Scala Project with Akka, Cats, and Cassandra
30 min read • • Guide
Akka, Cats, and Cassandra in a larger Scala project integrating multiple pieces of the Scala ecosystem
Founder | Rock The JVM
Cats: Essential Type Class Hierarchy Explained
9 min read • • Explanation
Cats is a complex library for Scala: This article deconstructs the major type classes and explains their connections
Founder | Rock The JVM
Creating a CLI Sudoku Solver with Scala Native
21 min read • • Guide
Scala CLI is a powerful tool for prototyping and building Scala applications: learn how to use Scala Cli, Scala Native, and decline to create a brute-force Sudoku solver
Scala Developer | iov42
Functional Parallel Programming with Scala and Cats Effect
25 min read • • Guide
Unlock the full potential of functional parallel processing: A hands-on guide to accelerating performance with Scala and Cats Effect fibers
http4s: Unleashing the Power of HTTP APIs Library
29 min read • • Guide
Master functional programming basics: use http4s with the Cats ecosystem to seamlessly create powerful HTTP APIs
Learning doobie for the Greater Good
31 min read • • Guide
JDBC struggles with side effects in functional programming: doobie offers a higher-level, effectful API through Cats and Cats Effect
Semigroups and Monoids in Scala
8 min read • • Explanation
This article provides a gentle introduction to Monoids and Semigroups, exploring functional abstractions and the workings of the Cats library
Founder | Rock The JVM
What the Functor? Exploring Functors in Depth
5 min read • • Explanation
Explore one of the most essential concepts in pure functional programming: the Functor, a crucial but abstract idea that will challenge your understanding
Founder | Rock The JVM