Exploring Event Sourcing (part 2)
In this stream my colleague Brent and I continued our conversation about the foundations of event sourcing. This time we showed a shopping cart that we've built using Laravel and...
May 3rd 2021
•
freek.dev
A lightweight solution for running PHP code concurrently
Our team released a new package called spatie/fork. Using this package you can easily execute multiple pieces of code concurrently. In this example, where we are going to call an...
May 3rd 2021
•
freek.dev
Introducing the monthly error report mail
In our UI, you can see a nice summary of all your projects. The project list mentions the number of errors in the past 30 days and how many are...
May 3rd 2021
•
flareapp.io
Laravel Worldwide Meetup #8: Using Vite in Laravel & How to optimize your DB indexes
Here's the recording of Laravel Wordwide Meetup #8. My guests for this edition were Kai Sassnowski talking on the importance of DB indexes, and Sebastian De Deyne on how to...
Apr 28th 2021
•
freek.dev
Laravel Worldwide Meetup #8: Using Vite in Laravel & How to optimize your DB indexes
Here's the recording of Laravel Wordwide Meetup #8. My guests for this edition were Kai Sassnowski talking on the importance of DB indexes, and Sebastian De Deyne on how to...
Apr 28th 2021
•
freek.dev
How Flare's GitHub integration works under the hood
Last week, my colleague Ruben and I launched a major new feature at Flare: there's a new integration with GitHub that makes it possible to:
create a GitHub...
Apr 28th 2021
•
freek.dev
Running PHP code in parallel, the easy way
Less is more. You've heard that before, right? Keep it in mind, I'm going to show you something.
There are a few good and robust solutions to run PHP code...
Apr 28th 2021
•
stitcher.io
Easily test large chunks of output using snapshots
In this video we'll take a look at how large chunks of output can be tested in Mailcoach using snapshots.
Apr 26th 2021
•
freek.dev
Introducing our GitHub integration
We're proud to share that errors on Flare can now be associated with issues on GitHub and vice versa. This integration allows to:
create a GitHub issue directly on...
Apr 26th 2021
•
flareapp.io
Why we use `!important` with Tailwind
Tl;dr: We use !important because it solves annoying specificity issues. Despite being overkill in most situations, we haven’t come across any practical drawbacks from globally enabling it.
If you want...
Apr 21st 2021
•
sebastiandedeyne.com