Bookmarks (40) clear filters
-
Code Loaders in Ruby: Understanding Zeitwerk
Code Loaders in Ruby: Understanding Zeitwerk — Zeitwerk is the default loader in Rails 6.0, but...
-
ActiveRecord For Databases Without Unique Ids
ActiveRecord For Databases Without Unique Ids — The real takeaway is: Don’t do this. However, the...
-
How ActiveRecord Uses Caching To Avoid Unnecessary Trips To The Database
How ActiveRecord Uses Caching To Avoid Unnecessary Trips to the Database — Jonathan talks about caches that...
-
Building, Testing and Deploying AWS Lambda Functions in Ruby
Building, Testing and Deploying AWS Lambda Functions in Ruby — While Ruby was relatively late to...
-
Honeybadger vs. The Error Trackers
How Does Honeybadger Compare to Your Current Error Tracker? — Honeybadger transforms you into a DevOps...
-
Everything You Ever Wanted To Know About View Caching In Rails
Everything You Ever Wanted To Know About View Caching In Rails — There are loads of...
-
Currency Calculations in Ruby
Currency Calculations in Ruby, The Right Way — If strange discrepancies begin to emerge in your...
-
A Gentle Introduction to Web Services With Go
A Gentle Introduction to Web Services with Go — Written from a ‘coming from Ruby’ perspective...
-
Protecting Your Apps From Link-based Vulnerabilities: Reverse Tabnabbing, Broken-Link Hijacking, and Open Redirects
Tips and Tricks to Protect Your Apps From Link-Based Vulnerabilities — Learn how reverse tabnabbing, broken-link...
-
Mastering Low Level Caching in Rails
Mastering Low Level Caching in Rails — The Honeybadger blog always has great content and I...
-
Understanding Selection Sort with Ruby
Understanding Selection Sort with Ruby — An intuitive, if often inefficient, way to sort things that...
-
Understanding Database Transactions in Rails
Understanding Database Transactions in Rails — Database transactions aren’t at the top of anyone’s list of...
-
Understanding and Implementing OAuth2 in Ruby
Understanding and Implementing OAuth2 in Ruby — If you want your users to “login with GitHub”,...
-
Troubleshooting Encoding Errors in Ruby
Troubleshooting Encoding Errors in Ruby — From the Honeybadger Developer Blog featuring tutorials & good advice...
-
How to Test Ruby Code That Depends on External APIs
How to Test Ruby Code That Depends on External APIs — Few things are more frustrating...
-
Building a Toy Lexer in Ruby
Building a Toy Lexer in Ruby — Lexers form one of the first steps of most...
-
Understanding and Implementing Bubble Sort in Ruby
Understanding and Implementing Bubble Sort in Ruby — Bubble sorting is rarely the best approach but...
-
Why Pry is one of the most important tools a junior Rubyist can learn
Why Pry Is One of the Most Important Tools a Rubyist Can Learn — From the...