-
The tail of how it all started.
-
I’ve wrapped up my second Scala client project, and I enjoyed SQL.
-
Ruby 2.6 added function composition to the Proc and Method classes, allowing us to use some functional programming goodness in our Ruby code.
-
Learning Scala has changed the way that I write my Ruby.
-
As Ruby developers, we tend to memoize too often.
-
Rails Path Helpers embark on a quest to find a missing route key only for the tester to discover that errors lie just around the bend…
-
Learn about the new Readline features coming to Ruby soon.
-
Static attributes have been the source of much confusion over the years. Their deprecation will come with a rubocop-rspec Cop to automatically replace with dynamic attributes.
-
We are deprecating Paperclip in favor of ActiveStorage. Learn what this means for you.
-
On the code-changing magic of yield_self
.