Subscribe to my newsletter and never miss my upcoming articles
Recently I've been exploring OCaml, an interesting statically typed functional language that's been around since 1996. I've tried OCaml in the past...
Firebase Hosting is a web content hosting platform by Google. Through this service, you can host your web apps on Googleβs infrastructure. It enables...
Elm is a delightful language for building reliable web applications. It's a language that gets compiled to JavaScript and so is used to build...
React has taken the frontend world by storm, and for a good reason. It provides an intuitive model for building data-driven user interfaces. React...
In the course of programming, it's fairly common to face a scenario where you want to ensure that a function's arguments fulfil some condition(s), and...
While creating new JavaScript projects, I've found that I need to add Prettier to each one of them. Prettier is an awesome opinionated code formatter,...