Today, together with @michal.pawlik.dev, we will go through the history of Scala: there will monads, transformers, actors, singers and the meaning of being in a startup!
Come coin us in Track 2 @13:30!
Today, together with @michal.pawlik.dev, we will go through the history of Scala: there will monads, transformers, actors, singers and the meaning of being in a startup!
Come coin us in Track 2 @13:30!
You can find the code (PoC!) at Github: github.com/polyvariant/... ("o rety!" is Polish for "yikes!" 💥)
Blog post and hopefully some PRs coming next week 🤞
You can find the code (PoC!) at Github: github.com/polyvariant/... ("o rety!" is Polish for "yikes!" 💥)
Blog post and hopefully some PRs coming next week 🤞
Hopefully I will be lucky enough to get at least the same time in the saddle this year too!
All the best to you, blueskiers! 🎊
Hopefully I will be lucky enough to get at least the same time in the saddle this year too!
All the best to you, blueskiers! 🎊
Instead of keeping a state and mutating it to access previous values...
Think about the same problem differently: it's a stream of incoming immutable values that you need to transform into a stream of results. 🌊
No state = no problem
Instead of keeping a state and mutating it to access previous values...
Think about the same problem differently: it's a stream of incoming immutable values that you need to transform into a stream of results. 🌊
No state = no problem
But a List can be empty which might not make any business sense. We can throw an exception or use a different type! ✨
But a List can be empty which might not make any business sense. We can throw an exception or use a different type! ✨