Breadcrumbs for JavaScript
Breadcrumbs can help you debug client-side JavaScript applications, and are available to all Honeybadger customers as of today.
Breadcrumbs can help you debug client-side JavaScript applications, and are available to all Honeybadger customers as of today.
You know Big-O is important - not only for acing your next job interview but for knowing how code works at scale. But have you ever taken the time to go beyond a superficial understanding of the subject? In this article, Julie Kent uses equal parts math and Ruby to reveal the beating heart of Big-O and show us how it ticks.
Do you love to learn about programming languages, and thrive in a dynamic remote environment? If so, you could be the next Honeybadger.
Have you ever dealt with a unicode bug? Where plain text — the substance you work with all day — can no longer be trusted? It can be disorienting to say the least! This article will help prepare you so that the next time that happens you’ll be able to spend less time hyperventilating and more time troubleshooting.
Here at Honeybadger, we want to do our part to help student developers keep their apps free from errors. That’s why we are excited to offer our error monitoring, uptime and check-in monitoring tool free of charge to students that take advantage of the GitHub Student Developer Pack.
Using Honeybadger’s orb allows your team to easily track deployments as part of your workflow. Our orb will automatically include the SHA of the revision that was deployed, which we link in the Honeybadger UI to GitHub, GitLab, or Bitbucket, so you can see at a glance what got deployed and when.
Redis makes it dead-simple to delete all your data with a single FLUSHALL command entered in the wrong console. Learn how to prevent that from happening.