Blogs

Why Ruby is More Readable than Python | Confuzeus
Ruby and Python are nearly indistinguishable. If a Python programmer opens a Ruby codebase, he’ll be able to understand most of it without having to do external research. The same is true for Ruby programmers who open Python code bases.However, it...







Recently in Ruby Core - June edition :: Hello Friend
Many Ruby developers don’t have time to keep up to date with the recent developments inside Ruby core. To make this easier I decided to write up the most recent progress that is happening inside the Ruby Bug tracker. I won’t summarize bug tickets,...


Ruby-on-Rails and Tailwind CSS Tutorial | BootrAils
Tailwind CSS's core concept is its utility-first fundamentals, aka being able to build complex components from a constrained set of simple utilities. This brings many benefits and I'll be listing them in no particular order!No more wasting energy ...