Git Notes: Git's Coolest, Most Unloved Feature
Git notes are a powerful feature for adding metadata to commits, blobs, and trees.
Read more [tylercipriani.com]
Git notes are a powerful feature for adding metadata to commits, blobs, and trees.
Read more [tylercipriani.com]
– doeken.org - submitted by Doeke Norg
The term "coroutine" often comes up when talking about asynchronous or non-blocking code, but what does it actually mean? In this post, we will explore coroutines as a concept and see how PHP supports them through Generators and Fibers.
Read more [doeken.org]
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"Freek publishes a super resourceful and practical newsletter. A must for anyone in the Laravel space"
– phare.io - submitted by Nicolas Beauvais
Making a visually appealing range input based on Laravel Cloud's design, native HTML and only a few lines of JavaScript.
Read more [phare.io]
Brent is back with another update on the usage of PHP versions.
Read more [stitcher.io]
In this post, I'll share how I'm using PHPStan's type aliases feature to make validation rule typehints more readable and maintainable in our Laravel application.
Read more [ohdear.app]
– frederickvanbrabant.com - submitted by Frederick Vanbrabant
It’s the start of a new fiscal year. Strategy season. That time when all the grand ideas come out and everyone is still hopefull.
Over the years, I’ve settled into a structure that helps me define projects that not only link to the strategy above but also looks at my own team’s enviroment, I thought I’d share it here.
Read more [frederickvanbrabant.com]
– youtu.be - submitted by Bert De Swaef
In this episode of the Quick Win Wednesday series, we're taking a look at the cases function on Enums.
Read more [youtu.be]
A good overview on how to build an AI agent. Explained without hype and good code examples.
Read more [ampcode.com]
A nice touch by Joel Clermont
Read more [masteringlaravel.io]
A nice video from Povilas on our newest pacakage
Read more [www.youtube.com]
– react.gg
A visual exploration of core React concepts
Read more [react.gg]
Brent is doing some interesting stuff here.
Read more [tempestphp.com]
A bottleneck isn’t inherently bad, we all have them. What matters is making sure your biggest bottleneck is always working at it’s most optimal conditions. That’s where your optimizations should be focused.
Read more [benmckay.com]
With PHP 8.4’s release, we have a new Dom\HTMLDocument class that makes working with HTML documents easier and more standards-compliant, while fixing some long-standing bugs in the old DOMDocument class.
Read more [liamhammett.com]
Povilas from Laravel Daily made a cool video about our packages.
Read more [www.youtube.com]
Our new package gives you everything you need to build a secure one-time password auth flow.
Read more [spatie.be]
When you say "just," you're skipping over all the invisible complexity.
Read more [www.neverjust.net]
Something that you’ll need to often is casting the collection back to a regular array. Like me, you might be tempted to use toArray() for this. But that might be the wrong method to call.
Read more [spatie.be]
Tests performed by Tideways show that, in general, the performance between 8.2, 8.3 and 8.4 does not move much for a Laravel, Symfony and WordPress demo application.
Read more [tideways.com]
– blog.genijaho.dev - submitted by Geni Jaho
Stubs are fake implementations of interfaces or classes that simulate the behavior of real services.
Read more [blog.genijaho.dev]