Learn to protect your Rails apps from eight critical security vulnerabilities including XSS, CSRF, and SQL injection with built-in Rails defenses.| Honeybadger Developer Blog
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
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
Deploying and managing high-availability Python web applications isn't easy. Dig in to master Django AWS deployment with Elastic Beanstalk.| 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