Blogs
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...
I Love Ruby - Get started with the greatest programming language made for humans.
Its been a long time since I started writing I Love Ruby. I first projected this book as a toy programming book, but not any more, this book is maturing into something serious. Possibly a book to be read by people who are serious about Ruby, hence...
How I've made $50,000 Profit from a Side Project Slack Bot
My side project, Slack app Abot, has recently crossed a milestone of $50,000 in total profit. For the last two years, it has been running mostly on autopilot. In this post, I describe how I operate a profitable SAAS as a solo founder and how passi...
What Would It Take for Roda to Win? | Fullstack Ruby
I have a confession to make. I have fallen in love with Roda. What is Roda, you may ask? Well I’m glad you asked, because I’m here to tell you all about it. 🤓Roda is a web toolkit—which is basically another way of saying it’s a web framework. But ...