Tutorials, product info, and good advice from the Honeybadger crew.
Big-O notation gives you crucial insight into why your apps aren't as fast as you'd like them to be. In this post we'll uncover the meaning of things like O(N^2) and show how to use these concepts to speed up your apps and your database queries.
O(N^2)
Building a Chrome extension? Here’s a way to track and report errors using Honeybadger. In this post, Sam Smith of Sigstr shares how he set up Honeybadger to track errors, using CommonJS examples in our document library.
Our newest UI change includes a fully responsive site, code snippets, and easier navigation between fault occurrences. Learn more.
Sometimes it pays to learn new tools to solve problems. Here are three ElixirConf 2016 talks you should check out if you're a seasoned developer, but new to Elixir.
Are you deploying your apps to EC2 and wondering how to store your application secrets? Learn how to use KMS and IAM roles to store your secrets on S3 securely.
Get the same support for Django as you do for Rails. Honeybadger now officially supports Python 3.
Here are three questions to ask yourself when validating a product idea - and how Honeybadger used them to turn their product idea into a profitable business.
On October 10 we’re going to be removing the performance metrics tab from Honeybadger.
Ever wish you could monitor your PHP apps with the same features of your Ruby ones? Introducing Honeybadger for PHP.
Starr deploys a simple Sinatra application to Amazon's EC2 Container Service (ECS) and load-balances it across two availability zones.