Enjoyed the walk through of Scribe by @jbrooksuk (and his trusty assistant Copilot). Looks like a great tool for generating attractive documentation automatically, direct from code #phpuk24
Voy a intentar explicar por qué estáis viendo mensajes en los medios digitales asociando el rechazo de cookies a pago mensual o la suscripción de cada medio, porque veo que desde fuera de la industria está sorprendiendo bastante. Incluso se habla de ilegalidad. Se viene tocho 🧵
Reflecting on the evolution of #Laravel development 🤔 It seems like newer developers might be diving straight into the framework without mastering the fundamentals like CSS, JS, PHP, MySQL etc. even HTML. Is it just me getting old, or have you noticed the same trend?
@brunocfalcao Ha! I was looking into this today, I found two issues:
1) Using database transactions across multiple jobs: won't work with queues.
2) Even if you pass the result to the next, I think in most cases you'll end up needing different arguments on each job.
Bus::chain([
new ProcessPodcast,
new OptimizePodcast,
new ReleasePodcast,])
->catch(...)->dispatch();
Is there a way in Laravel to pass the result of a job into the next job in a job chain approach?
👋🏻 I'm available for contract work! With a decade of Laravel expertise across twenty years coding, I excel with back-end dev, CI/CD, API design & development, and ops. Need a Laravel app audit, API, or blocker busted? I've got 10-15 hrs/wk (mostly nights and weekends) to help your project shine. Let’s team up! 💜
New study shows that TikTok and Insta trap young people, who feel they MUST use the platforms because… everyone else does. But if offered the chance to PAY to have everyone in their college delete the apps, most on TikTok, and half on Insta, would pay.
Also: most students say they’d PREFER to live in a world with no TikTok or Insta. Even most active users of Insta say that.
Social media is not a normal consumer product. The negative spillover effects are enormous, not just on non-users, but on active users as well, the authors conclude.
The business models of Meta and TikTok require trapping young users in this way. The presence of major external costs imposed on others--especially children--is the textbook example of why societies impose regulations, and why class action lawsuits exist.
See the summary, and the full working paper, here:
bfi.uchicago.edu/insight/resear…
🥳 PHP 8.3 Released!
In this new release, we have:
⌨️ Typed Class Constants
🏛️ Dynamic Class Content Fetch
♻️ A New [#Override] Attribute
➕ …and more!
👓 Read all about it on: php.net/releases/8.3/e…
🔗 #8.3.0" target="_blank" rel="nofollow noopener">php.net/ChangeLog-8#8.…
📦 php.net/downloads