Blogs






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 ...

Write cleaner, self-documented tests by defining methods in RSpec
When we write clean Ruby code, we try to pull out methods with descriptive names that do small amounts of work. It’s possible to do the same in RSpec, just as we would in a less “fluent” test framework like Ruby’s standard testing library Minitest...