#coding
Read more stories on Hashnode
Articles with this tag
Functional programming patterns can feel academic and abstract. Terms like "monads" and "functors" scare many developers away. But beneath the...
Suppose you're building a modular monolith, a type of software architecture where different components are organized into loosely coupled modules. Or...
The applications you build serve your users (customers) to help them solve some problems. It's a common requirement that you will need to know who the...
Cross-cutting concerns are software aspects that affect the entire application. These are your common application-level functionalities that span...
Today, I'm going to share some fascinating things you can do with records and anonymous types. I will introduce you to the concept of non-destructive...