Git Notes: Git's Coolest, Most Unloved Feature
Link – – tylercipriani.com
Git notes are a powerful feature for adding metadata to commits, blobs, and trees.
Read more [tylercipriani.com]
Oh Dear is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get a notifications for us when something's wrong. All that paired with a developer friendly API and kick-ass documentation. O, and you'll also be able to create a public status page under a minute. Start monitoring using our free trial now.
Link – – tylercipriani.com
Git notes are a powerful feature for adding metadata to commits, blobs, and trees.
Read more [tylercipriani.com]
Link – – 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]
Stay up to date with all things Laravel, PHP, and JavaScript.
You can follow me on these platforms:
On all these platforms, regularly share programming tips, and what I myself have learned in ongoing projects.
Every month I send out a newsletter containing lots of interesting stuff for the modern PHP developer.
Expect quick tips & tricks, interesting tutorials, opinions and packages. Because I work with Laravel every day there is an emphasis on that framework.
Rest assured that I will only use your email address to send you the newsletter and will not use it for any other purposes.
Link – – 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]
Link – – stitcher.io
Brent is back with another update on the usage of PHP versions.
Read more [stitcher.io]
Original – – ohdear.app
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]
Link – – 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]
Link – – 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]
Link – – ampcode.com
A good overview on how to build an AI agent. Explained without hype and good code examples.
Read more [ampcode.com]
Link – – masteringlaravel.io
A nice touch by Joel Clermont
Read more [masteringlaravel.io]
Link – – www.youtube.com
A nice video from Povilas on our newest pacakage
Read more [www.youtube.com]
Link – – react.gg
A visual exploration of core React concepts
Read more [react.gg]
Link – – tempestphp.com
Brent is doing some interesting stuff here.
Read more [tempestphp.com]
Link – – benmckay.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]
Link – – liamhammett.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]
Link – – www.youtube.com
Povilas from Laravel Daily made a cool video about our packages.
Read more [www.youtube.com]
Original – – spatie.be
Our new package gives you everything you need to build a secure one-time password auth flow.
Read more [spatie.be]
Link – – www.neverjust.net
When you say "just," you're skipping over all the invisible complexity.
Read more [www.neverjust.net]
Link – – spatie.be
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]
Link – – tideways.com
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]
Link – – 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]