Inertia Server-Side Rendering on Laravel Vapor
– aaronfrancis.com - submitted by Aaron Francis
How to use Inertia's SSR features in a serverless environment like Laravel Vapor.
Read more [aaronfrancis.com]
– aaronfrancis.com - submitted by Aaron Francis
How to use Inertia's SSR features in a serverless environment like Laravel Vapor.
Read more [aaronfrancis.com]
PHP has a few ways to access private properties this: reflection, closures and array casting.
Read more [www.lambda-out-loud.com]
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.
"Always fresh, useful tips and articles. Carefully selected community content. My favorite newsletter, which I look forward to every time."
No spam. Unsubscribe anytime. You can also follow me on X.
– protone.media - submitted by Pascal Baljet
For Artisan School, I wanted to create custom Open Graph images for each video page. When somebody shares a link on social media, platforms like Facebook and Twitter use the OG image to represent the shared link. I'll show you how to use Browsershot and Tailwind CSS to generate and save the OG images.
Read more [protone.media]
– tighten.co - submitted by Jamison Valenta
We are going to walk through creating a system to bring uniformity to our apps with a single set of keyboard shortcuts. We'll start by learning how to install and configure the required apps, then, later on, I'll introduce the system of keyboard shortcut organization I use every day.
Read more [tighten.co]
If you're going to use basic auth, make sure that you use HTTPS.
Read more [joeldare.com]
Kevlin Henney makes the case for not suffixing class names, or files with the type of object it contains.
Read more [kevlinhenney.medium.com]
Validation takes on many shapes and forms. In this post, Frank walks you through all the possibilities.
Read more [blog.frankdejonge.nl]
Ever found yourself wanting to make a small tweak to a PHP file in a Composer dependency? Here's how to do it without forking the entire package.
Read more [downing.tech]
A monorepo helps manage the complexity of a big codebase. Here's how you can create and manage such a monorepo.
Read more [blog.logrocket.com]
At Raycast, the dev team only requests code reviews when they think it's necessary.
Read more [www.raycast.com]
– aaronfrancis.com - submitted by Aaron Francis
Aaron Francis clearly explains how you can make Ziggy work with Ineratia's shiney new SSR feature.
Read more [aaronfrancis.com]
Now that we are in the final days of 2021, let's take a look back at that stuff my team and I did in 2021.
Here's a recap of everything we did in 2021 to make Oh Dear the best all-in-one monitoring service.
Read more [ohdear.app]
Here's something fun my colleagues Alex and Willem have created.
Read more [wishes.spatie.be]
Loris Leive wrote a very comprehensive series on how to get started developing for Solana
Read more [lorisleiva.com]
– doeken.org - submitted by Doeke Norg
Quick access to the highest or lowest value of a dataset.
Read more [doeken.org]
Here's the story behind JMac's efforts making Laravel Shift a success.
Read more [jasonmccreary.me]
I usually don't link to these kind of lists, but this one is great. Every one of the videos mentioned is a gem.
Read more [jcergolj.me.uk]
Bram has been running his excellent blog for 20 years now. Bram.us was the blog that inspired me to start with a blog of my own.
Highly recommend to check it every once in a while if you're into webdev (which I guess you are since you're reading this on freek.dev).
Read more [www.bram.us]
Here's a cool technique by Aaron Francis where he uses artisan commands to create daemons.
Read more [aaronfrancis.com]