is there actually a single semi-complex #Javascript application where “npm audit fix” returns no issues? so many libraries, taking weeks to fix security issues, then layers upon layers of libraries that depend on them take weeks to update their dependencies to allow the fix. I mean sure, plenty of security issues don’t affect my app in how I use the library but something feels utterly broken in the ecosystem. or am I missing something? don’t have such issues with #Python or #PHP.
Flow #PHP documentation just got significantly better 🤩
From now on, each example can also have multiple options - third nesting level.
Here is a great example: https://flow-php.com/data_frame/transformations/custom/#example

I recently talked about why I like writing one-time commands. I also talk about the value of writing tests. What about writing tips for one-time commands? #php #laravel https://masteringlaravel.io/daily/2025-10-22-republished-pragmatic-testing-approach
It is easy to create a map from a list of object, using #PHP array_column() and the second argument null.
That null represents the whole object, and the third argument is the indexing key.
array_column($list_of_objects, null, 'id');
https://php-tips.readthedocs.io/en/latest/tips/easy_map.html

A031955: Numbers with exactly two distinct base-10 digits
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A031955.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A031955.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A031955.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

Released: mezzio/mezzio 3.23.2
#php #mezzio
https://github.com/mezzio/mezzio/releases/tag/3.23.2
A031932: Lower prime of a pair of consecutive primes having a difference of 14
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A031932.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A031932.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A031932.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

Web Security: The Non-Negotiables ⚔️
🔹 Never trust external data
🔹 Always validate, filter, and escape inputs
🔹 Protect exchanges with TLS 1.3 and secure HTTP headers
Good code leaves no open doors.
🔗 LINK: https://www.phpwayoflife.com/fr/manifesto#security
#PHP #CyberSecurity #WebDev #Coding #OWASP #DevTips

When chained, the ternary operator syntax is hard to read. I prefer a using match(true) #PHP

I took the time to update https://packagist.org/packages/stella-maris/nist-password to the latest version of the NIST specs regarding passwords. It's now also tested on PHP8.1 through PHP8.5
If you are looking for a library to make sure your passwords are compliant to the latest security rules, this might be for you.
Feel free to open an issue when you're missing something.
🎤 Karim Pinchon spoke at Webdevcon!
The talk 'How to Make an App Fast and Resilient' is now live!💪 🚀
🎥 Watch it here: https://webdevcon.nl/session/how-to-make-an-app-fast-and-resilient/
#wdc25 #performance #PHP #webdevcon

🎤 Karim Pinchon spoke at The Dutch PHP Conference!
The talk 'How to Make an App Fast and Resilient' is now live!💪 🚀
🎥 Watch it here: https://phpconference.nl/session/how-to-make-an-app-fast-and-resilient/
#dpc25 #performance #PHP #phpconference
