InAdevinta Tech BlogbyRodrigo MolinaHow we stagger never-ending effects with Cats EffectOur solution to pace the start of never-ending concurrent effects that are not covered by open source rate limiters; it’s particularly…Sep 17
Francisco PerrottaLearning Cats Effects — Tagless final pattern 😼In this ninth and last post about cats effects we will talk about a pattern that I love which cats effects allow to develop and think.Apr 1, 2023
Davide FalconeFunctional Pills # 16 — IO Magic is here!Welcome back, my dear Functional Programmers!Jan 31Jan 31
Ihor VovkDependency Injection with Cats-effect Resource MonadUpd: published the library on Github https://github.com/igor-vovk/cats-effect-simple-diJun 16, 2023Jun 16, 2023
Tim EvdokimovRunning Cats Effect on Virtual Threads of JDK21Cats Effect is an amazing piece of high-end machinery, enabling clear separation of effects and logics for complex concurrent asynchronous…Dec 31, 20231Dec 31, 20231
InAdevinta Tech BlogbyRodrigo MolinaHow we stagger never-ending effects with Cats EffectOur solution to pace the start of never-ending concurrent effects that are not covered by open source rate limiters; it’s particularly…Sep 17
Francisco PerrottaLearning Cats Effects — Tagless final pattern 😼In this ninth and last post about cats effects we will talk about a pattern that I love which cats effects allow to develop and think.Apr 1, 2023
Davide FalconeFunctional Pills # 16 — IO Magic is here!Welcome back, my dear Functional Programmers!Jan 31
Ihor VovkDependency Injection with Cats-effect Resource MonadUpd: published the library on Github https://github.com/igor-vovk/cats-effect-simple-diJun 16, 2023
Tim EvdokimovRunning Cats Effect on Virtual Threads of JDK21Cats Effect is an amazing piece of high-end machinery, enabling clear separation of effects and logics for complex concurrent asynchronous…Dec 31, 20231
Omer ArshadComparing Cats-Effect and ZIO: A Deep Dive into Scala’s Effect SystemsFunctional programming in Scala has grown significantly over the last few years, with many libraries coming up to meet different use cases…Sep 2, 2023
Francisco PerrottaLearning Cats Effects — Parallel execution 😼In this third post about cats effects we will continue writing down the most interesting things from the book “Essential Effects” by…Jan 4, 20231