© 2026 Hashnode
In the fast-evolving world of Scala development, some powerful libraries remain under the radar despite offering great capabilities, especially when combined with ZIO. In this presentation, we explore a selection of five lesser-known but highly usefu...

En esta presentación se introducen conceptos básicos de Programación Funcional, para luego mostrar cómo se puede aplicarla en el mundo real a través de librerías como ZIO HTTP. Mira la grabación https://www.youtube.com/watch?v=O70q1ayxz2o 💡 Puede...

This was originally published in February 2022 as a gist. Think of all the arguments you've heard as to why static typing is desirable — every single one of those arguments applies equally well to using types to represent error conditions. An odd th...

Introduction to Programming with ZIO Functional Effects How to write a (completely lock-free) concurrent LRU Cache with ZIO STM Mastering Modularity in ZIO with ZLayer Improve your Focus with ZIO Optics How to implement streaming microservices wi...

1. Introduction Testing is one of the most essential parts of any software development. As a result, developers spend a lot of time writing unit and integration tests to make the code free from errors. Often, it becomes necessary to address non-funct...
