PHP
Modelling time
This is a very nice talk given by Eric Evans at DDD Europe 2018. He argues that sometimes try to solve a problem, without reaching to existing solutions, might provide good insights.
PHP
Function Inlining in PHP's Zend Engine
PHP has several over 30 functions at the moment that make use of special OPCodes or otherwise inlined to improve performance. Read More
PHP
Auto Merge Dependabot Pull Requests
Stefan Zweifel created a nice workflow to automatically merge dependabot PRs when all tests pass Read More
PHP
★ Laravel Worldwide Meetup #8: Using Vite in Laravel & How to optimize your DB indexes
[AdSense-A]
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 use Vite in Laravel.
(more…)PHP
★ How Flare's GitHub integration works under the hood
[AdSense-A]
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 issue directly on a Flare error
- associate a GitHub issue with a Flare error by mentioning a Flare URL in the GitHub issue
- automatically resolve an error on Flare when you close the GitHub issue
- automatically close a GitHub issue when you resolve an error in Flare
In this stream, Ruben and I will show you how you can use this integration and how it works under the hood.
(more…)PHP
Refactoring to Inertia Forms
With the launch of the Inertia Vue 3 0.3.0 release, however, the boilerplate required to create forms was drastically reduced. Read More
PHP
Queuing up in meetings
Distributing speaking time can be tricky when meeting face to face, but it is usuallly worse in virtual meetings. Especially those spanning long distances. In my current team, I learned how queues in remote meetings Read more…
PHP
The unreasonable effectiveness of print debugging
I do want to point out that print debugging has one critical feature that most step-based debuggers donât have: you can see program state from multiple time steps all at once. Read More