Contribution Equals Impact
Towards a Responsible, Sustainable, and Resilient Open Source Ecosystem for Scala. Johanna Reichen |
Scala Center's five-year impact report
The report is finally here, showing crucial stats on the vibrant job market, simplified user experience, responsible stakeholders, and growing community. Scala Center (@scala_lang) |
ZIO Streaming Applications, Transformation, and Error Handling
In this blog, we have learned why we need streaming its use cases. How we can create the dummy stream and what is the operation available on a stream. How we can handle the failure case retry and use a fallback. Amit Kumar |
Scala case class comparison using diffx
In this article, I want to show some of the nice features of this library for comparing complex data structures with ease. Yadu Krishnan (@yadukrishnank) |
Proxy large messages via S3 with pass4s
In the previous post we have learned how pass JSON and XML messages via the SNS/SQS using pass4s. This time we’ll focus on another problem, often faced when implementing messaging in backend systems. We’ll learn how to handle large messages. Michał Pawlik |