Learn how to review and manage monkey patches when updating Ruby gems to ensure consistent functionality and maintain code quality| All about coding
Weekly updates on Ruby, including new articles and recommendations on blogging, method overriding, and returning multiple values in Ruby| All about coding
Learn how to return multiple values from a Ruby method using the Data.define class for improved code clarity and maintainability| All about coding
Ruby newsletter, Neovim fixes, tutorials, testing insights, podcasting, and deals to for Ruby developers| All about coding
Create subtle pulsating animations using Tailwind for enhanced menu item visibility. Learn how to build reusable UI components with Phlex| All about coding
Weekly writings on Ruby: newsletters, pattern matching, best practices in testing, and more| All about coding
What I published this week about Ruby: newsletters, contributions, and scripts| All about coding
Discover top online directories to list companies utilizing Ruby or Ruby on Rails and get more visible in the Ruby community| All about coding
Proposal to reopen discussion on making the `private` method work on constants in Ruby for better code simplicity and consistency| All about coding
Join Friendly.rb in Bucharest, September 2024 for Ruby talks, networking, and fun activities. Don't miss this Ruby conference!| All about coding
Learn about hash value omission in Ruby, their benefits, examples, and implementation guidelines for more concise code| All about coding
Explore refactoring Rails transaction blocks with the endless method. Pros and cons, examples from Maybe and Mastodon, and community feedback| All about coding
Quick introduction to the endless method in Ruby, exploring use cases and potential impacts on code structure| All about coding
Learn how to add a code snippet for adding binding.break in RubyMine and Visual Studio Code| All about coding
Use Ruby getter methods over instance variables for clearer errors and easier debugging| All about coding
Learn to create Ruby Data classes using block syntax and inheritance, and understand their differences and use cases| All about coding
See examples of using Ruby's Data class for creating value objects, removing boilerplate code, and enhancing API response handling| All about coding
Learn to create value objects in Ruby using idiomatic practices, focusing on immutability, comparability, and the modern `Data` class| All about coding
Learn to implement JSON-LD schema on your blog for better SEO, richer search results, and improved content understanding by search engines| All about coding
Discover how to override a class or instance method without editing its source file in Ruby on Rails.| All about coding