Hacker News new | ask | show | jobs
by Mbaqanga 2368 days ago
I wish I could find videos of people actually writing complex functional programming code. These talks seem to just reiterate the same things and all example code is too simple for me to be able to visualize using it in our code base to the extreme that they are talking about
1 comments

Many videos exist on writing servers using FP libraries. A few search keywords for Scala: ZIO, Cats, fs2.

A beginner tutorial using a command-line application as case study:

https://scalac.io/write-command-line-application-with-zio/