site logo
github logotwitter logolinkedin logo

Looping through user inputs in terminal

July 03, 2021

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…

String pattern matching

June 20, 2021

It’s been quite some time since I coded in a lower level language than JavaScript. Distributed systems recently piqued my interest thus I…

HapiJS multiple query arguments

February 24, 2019

One thing that one happens to do often while developing frontend application is sending array of values as query parameters to a server. In…

ReasonML Create-React-App setup

A journey into ReasonML, December 28, 2018

This article is the first of a serie dedicated to ReasonML: A journey into ReasonML. This language, created by Facebook, featured in my 201…