Rollup and Vite plugin for JavaScript
We just published a plugin for Rollup and Vite to automatically upload JavaScript source maps to the Honeybadger API.
We just published a plugin for Rollup and Vite to automatically upload JavaScript source maps to the Honeybadger API.
Have you ever wanted to build an application that responds to user activity? Laravel events and listeners can help you achieve that. In this tutorial, you'll learn how to create events and respond to them in your Laravel applications.
Discover Go's unique approach to error handling! In this article, you'll master best practices with practical examples and learn how to wield the power of defer, panic, and recover to create robust and resilient Go applications.
Show a responsive, highly-customizable feedback form when a user encounters
an error—and let them describe the issue in their own words!
Discover the benefits of design patterns, how Laravel uses the manager pattern, and how you can use it too!
Discover the power of configuration files in Python and learn how to work with YAML and INI file formats. From understanding the benefits of configuration files to comparing YAML and INI, this article is your one-stop guide for mastering configuration file management in Python.
This article explores how to use markdown in Ruby. Learn how to use two popular Ruby libraries—Redcarpet and Kramdown—to parse markdown and create a simple documentation app using Redcarpet and Sinatra.
In this article, you'll learn how to implement a user authentication system in JavaScript. By the end of the tutorial, you'll have a REST API, a database to store user information, authentication via JSON Web Tokens, and even verification emails!
This article provides a comprehensive guide on how to create notifications in Laravel. Learn what notifications are, which channels Laravel supports, how to send live database notifications, and more!
This article provides an in-depth exploration of character encoding in Python 3. Learn how to interact with text and bytes in a project and how to fix common encoding errors.