Honeybadger Developer Blog

Tutorials, product info, and good advice from the Honeybadger crew.

The inadequate guide to Rails security

Rails handles many security concerns out of the box, but even small applications face real threats from automated attacks, botnets, and malicious actors. This comprehensive guide covers eight critical vulnerability classes and shows you how to protect your Rails applications using the framework's built-in security features.

Building a gRPC Node.js API

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.