RE: https://phpc.social/@Tideways/115859809842500892
Thanks @Tideways for sponsoring @Xdebug
In other news - if you're hiring for a senior #PHP & #Symfony developer - let me know....
So, I've been running through a Laravel tutorial, and like last time I did that, I've ended up on a side-quest to try to figure out why anyone would routinely use 'facades'.
I still don't get it, when you could just inject what you wanted directly and have it be far more obvious what was available, and be rather simpler to use and certainly to test.
#laravel #php
To kinda answer my own question I've done some testing:
As you'd expect, there is still a difference between ->whereIn() and ->whereIntegerInRaw(), but I don't think it's very large.
It almost certainly doesn't matter when your list contains 50 values.
Interestingly the difference decreases as the set size increases.
For more details, see my blog post:
https://blog.thms.uk/2026/01/laravel-wherein?utm_source=mastodon
We released 3.15.0 of event-sourcing! See here for the changelog: https://github.com/patchlevel/event-sourcing/releases/tag/3.15.0
#PHP #DDD #EventSourcing
PHP Core Concepts: What Really Matters?
🔹 Variable scope = Where variables live
🔹 References = Shared memory
🔹 Closures = Functions that remember
🔹 use = Capturing context
These concepts separate framework users from real PHP engineers.
Which one challenged you the most?
🔗 LINK: https://dev.to/dev-alamin/php-engineering-deep-dive-into-core-concepts-22cg
#PHP #WebDev #Programming #Coding #Backend #SoftwareEngineering

A078358: Non-oblong numbers: Complement of A002378
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Non-oblong_numbers.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Non-oblong_numbers.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Non-oblong_numbers.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A077717: Primes which can be expressed as a sum of distinct powers of 3
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A077717.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A077717.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A077717.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A077654: Composites k such that 2k+1 is also composite
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A077654.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A077654.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A077654.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

How to Install Centmin Mod on #AlmaLinux #VPS (5 Minute Quick-Start Guide) Here's a detailed step-by-step guide on how to install Centmin Mod on AlmaLinux VPS server.
What is Centmin Mod?
Centmin Mod is a shell-based, menu-driven installer that automates the deployment of a LEMP (Linux, Nginx, MariaDB/MySQL, PHP-FPM) stack on CentOS, AlmaLinux, and Rocky Linux servers. Designed for efficiency and performance, it ...
Continued 👉 https://blog.radwebhosting.com/how-to-install-centmin-mod-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #csf #php #letsencrypt #centminmod

Released: laminas/laminas-form 3.24.1
#php #laminas
https://github.com/laminas/laminas-form/releases/tag/3.24.1
📝 The Case of the Blocked Pipe
“This job teaches you that every operating system has skeletons in its closet. Linux? It plays it straight—open source, they call it. But Windows? Windows is that mysterious beauty in the corner of the bar. Smiling, telling you everything's fine, while bodies rot in her basement.”
https://blog.nette.org/en/the-case-of-the-blocked-pipe
#nettefw #nette #tester #programming #testing #php #windows