At RailsConf 2025, I gave a presentation on the last 20 years of deploying in Rails. If you missed it, come check it out!| Honeybadger Developer Blog
Honeybadger's new referral program gives you 20% credit for every referral. One workplace referral could cover your personal account completely.| Honeybadger Developer Blog
Learn how Elixir background jobs evolved from Redis-based Exq to database-backed Oban, and when to use each approach.| Honeybadger Developer Blog
In this post, we'll dive into regex conditionals and discuss how to work around the limitations in Ruby's implementation of them| Honeybadger Developer Blog
From basic patterns to advanced techniques, this article will equip you with the knowledge to use regex effectively and efficiently in your Go applications.| Honeybadger Developer Blog
Logging is a valuable tool for performance, monitoring, and debugging. Jump into this article to learn best practices for practical Python logging.| Honeybadger Developer Blog
Discover the art of software testing in Python! Uncover software testing fundamentals, explore diverse testing methodologies, and master essential best practices. Dive into a comprehensive tutorial on leveraging the p...| Honeybadger Developer Blog
Big-O notation gives you insight into scaling. Uncover the meaning of things like `O(N^2)` and learn how to use these concepts to speed up your apps.| Honeybadger Developer Blog
Improve your PHP applications with this comprehensive guide to PHP exception handling. Discover best practices and practical tips to master error management.| Honeybadger Developer Blog
Building gRPC Node.js applications has become a popular choice because of its performance and scalability. gRPC provides many benefits over traditional REST-based services, such as faster response times, better performance, and simpler code structure. Read this comprehensive guide to learn how to build a gRPC server using Node.js.| Honeybadger Developer Blog
JavaScript is single-threaded, but did you know you can simulate multithreading in JavaScript? Learn how to use web workers to perform operations in parallel.| Honeybadger Developer Blog
PostgreSQL table partitioning is a great way to improve database bloat but is hard to manage. Honeybadger's pg_partition_manager gem can help you maintain partitions.| Honeybadger Developer Blog
Regular expressions can be daunting, but they don't have to be! Learn everything you need about regular expressions and how to use them in JavaScript.| Honeybadger Developer Blog
Ruby supports using regular expressions in interesting ways that go beyond `String#match`. Dig into this article to learn some uncommon Ruby regex tricks.| Honeybadger Developer Blog
Deploying and managing high-availability Python web applications isn't easy. Dig in to master Django AWS deployment with Elastic Beanstalk.| Honeybadger Developer Blog
Learn how Honeybadger can help you monitor and improve the performance of your Elixir and Phoenix applications.| Honeybadger Developer Blog
Discover powerful Python exception-handling techniques with this guide. Learn about nested try blocks, re-raising exceptions, custom exceptions, and more.| Honeybadger Developer Blog