Capturing user inputs in the terminal has some little nuances to it that can give you a hard time if you don’t know about them. It’s been…
It’s been quite some time since I coded in a lower level language than JavaScript. Distributed systems recently piqued my interest thus I…
One thing that one happens to do often while developing frontend application is sending array of values as query parameters to a server. In…
This article is the first of a serie dedicated to ReasonML: A journey into ReasonML. This language, created by Facebook, featured in my 201…