If you find yourself in a situation where you might need to install an older Ruby version on a newer Mac (M1 and newer) you are likely to run into a...
rspec is an amazing testing tool for Ruby and Rails apps. I have used it in most of the projects I’ve worked on for a long time. Despite this, I am...
You can have multiple Rails versions installed at the same time. To install the rails version you need: gem install rails --version=5.2.8 How to...
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...