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...
Stack Overflow Developer Survey 2022 - Ruby on 17th place :D
In May 2022 over 70,000 developers told us how they learn and level up, which tools they’re using, and what they want. 2022 marks JavaScript’s tenth year in a row as the most commonly used programming language. But, it’s a different picture for th...