Archive 2022
-
Ribsum - Lightweight and Simple Lorem Ipsum Text Generator
Ribsum is a lightweight Ruby gem that allows you to easily generate lorem ipsum text.
-
How Add Elements an Array and Automatically Remove Duplicates in Ruby
While working with Array, using |= operator will automatically add elements and remove duplicates
-
Access Nested Hash Value with Dig Method in Ruby
It's better using dig method, you don't have to check nil for accessing nested value from a Hash
-
How to Solve "Could not find MIME type database" Error on M1 MacBook
Two solutions for this error: copy & paste from Freedesktop or install via Homebrew
-
How To Install Old Version Ruby 2.7.1 and 2.7.2 on M1 Mac
Steps how to install Ruby 2.7.1 and 2.7.2 with asdf