PHP
Authoring Great Pull Requests
Some best practices and tips for composing high quality pull requests when contributing to open source projects. Read More
Some best practices and tips for composing high quality pull requests when contributing to open source projects. Read More
Let’s dive into some of the design considerations you might make when designing abstractions that reach over a network. Read More
All models are wrong but simple models are more wrong than complex ones. Simple models are more appealing, easier to teach and spread and apply. Because of that, they can bring value faster, and they Read more…
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 has several over 30 functions at the moment that make use of special OPCodes or otherwise inlined to improve performance. Read More
Stefan Zweifel created a nice workflow to automatically merge dependabot PRs when all tests pass Read More
[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…)[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:
In this stream, Ruben and I will show you how you can use this integration and how it works under the hood.
(more…)With the launch of the Inertia Vue 3 0.3.0 release, however, the boilerplate required to create forms was drastically reduced. Read More