Posted on April 13, 2021
(Last modified on April 14, 2021)
| 10 minutes
| 1968 words
A better time complexity does not mean faster. In this article we look at various abstractions such as Sets and Maps in different languages (and in Redis).
[Read More]
Posted on June 26, 2020
(Last modified on January 2, 2023)
| 16 minutes
| 3343 words
Playing with the Railway Oriented Programming concepts in scala. Translating them from F# and seeing how we can adapt them to Scala constructs. We will not mention Monads. I just did, but that was the only time.
[Read More]
Posted on January 4, 2020
(Last modified on June 23, 2020)
| 12 minutes
| 2508 words
Previously published on Medium After a few years of using Scala to develop backend services at Harry’s, we developed a robust approach to error handling, leveraging its powerful type system.
[Read More]