· 5 min read · go, functional-programming, programming

Functional Programming with Golang

Functional programming (FP) has gained popularity in recent years due to its ability to create more expressive, modular code with fewer side effects. Go...

· 4 min read · fsharp, functional-programming, music

Music with F#: The Language and the Note

When I’m not in front of a “soup of colored letters” (people say this when they see my screen on VS Code) or “jumpy green text” (yeah, this one is for the terminal); I like to p...

· 5 min read · fsharp, api, mongodb

REST API with MongoDB and F# on .NET Core

I have just a couple years in functional programming, just a couple weeks in F# and no background or experience with .NET, so don’t take this as a reference from an expert, it’s...

· 3 min read · php, functional-programming, type-safety

Type-safe data structures and bananas without gorillas in PHP

I used to love everything about object oriented programming, ignoring everything else, when I finally got it, I thought that every piece of software should be developed using OO...