In my previous post, we saw how to implement a real-time notification system using WebSockets. But if you are like me, you know that’s only …

For all that is related to development
As professional developers, we constantly try to make our code readable for all to understand. We use the term “fluent code” to describe that line of thought. But beginners may find that a bit of an abstract notion… In this post I propose you to examine a concrete case I have recently encountered, and one solution for turning that bit of code into something I am proud(er) of.