In recent years, Scala CLI has replaced sbt for my home and smaller work projects. Scala CLI lacks the extensive plugin ecosystem of sbt, so you need...
Have you ever wondered if there are better ways to estimate work than using Story Points? Below is a potentially simpler, more effective method to...
To become a better writer consistently writing is essential. Mini-essays provide a practical approach. Mini-essays are short pieces of writing that...
DDD (Domain Driven Design) is not tied to a particular programming paradigm and strategic and tactical design choices apply to the architecture and...
In this post, we will continue from where we left off in a previous article in this series, "FizzBuzz Fun in Scala: Combining Functions," and explore...
In this series, I've mentioned that using an if-expression in the FizzBuzz problem can be more error-prone and complex compared to functional...