How we use ElasticSearch, Kibana and Filebeat to handle our logs
Flare runs on a few different servers that each produce their own logs. In this post, you'll learn how we can combine multiple logs in a single stream.
Jun 10th 2024 flareapp.io

How we're using static analysis to improve our codebase
A static analyzer helps you to find bugs in your code without even running it, let's take a look what it can find in the Flare codebase.
Jun 10th 2024 flareapp.io

Better code block highlighting on our blog and docs
If you've read our blog or docs the last few weeks, some things might look a little bit different. We now highlight our code blocks using Shiki.
Jun 10th 2024 flareapp.io

Handling customer feedback using a support bubble form
We've recently added a support form bubble form to our app. In this post we'll explain what it is, why we added it, and how you can add one to...
Jun 10th 2024 flareapp.io

Linking to Flare errors on your error page
We've just launched a new feature that will make it easier for users of your app to report specific errors.
Jun 10th 2024 flareapp.io

Subscribe using Bancontact and Ideal
We now support the most popular payment methods in Belgium and The Netherlands
Jun 10th 2024 flareapp.io

Optimizing Flare
We're redesigning Flare, but our application became really slow. Let's find out why and fix it!
Jun 10th 2024 flareapp.io

You might not need `useRef` for that
According to the React maintainers, React developers reach for the useEffect hook too quickly. It is far from the only hook with many naive usages.
Jun 10th 2024 flareapp.io

How we improved Flare in 2021
Here's a rundown of all the things we improved in Flare in the past year.
Jun 10th 2024 flareapp.io

Fixing nested validation in Laravel
Since the early days, Laravel has had an excellent validator available, but sometimes it doesn't work as expected, especially with nested arrays.
Jun 10th 2024 flareapp.io