Network connection, big data visualisation. Abstract digital background.
· 4 min read · api, php, swoole

Build a GraphQL API on top of Swoole

I’m assuming you already know what is GraphQL and Swoole, so what about getting started right straight to the code, shall we?

· 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 · flutter, state-management, dart

Tutorial: Handling State in Flutter with ReduRx.

One the of the hardest things in development - IMHO - after naming, is handling State, at least handling it reactively without overs (over-building, over-rendering, over-paintin...

· 3 min read · security, programming, development

Is Hash/Digest Not Cryptography?

It is common for people to argue that hashing is not cryptography; they do it so vehemently that they ridicule things like "I encrypted it with MD5." Is it really that wrong to say...

· 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...