🎤 Arne Blankerts spoke at Webdevcon!
The talk 'Honey, I shrunk the Container' is now live!💪 🚀
🎥 Watch it here: https://webdevcon.nl/session/honey-i-shrunk-the-container/
#wdc25 #containers #PHP #webdevcon

A006037: Weird numbers: abundant (A005101) but not pseudoperfect (A005835)
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Weird_numbers.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Weird_numbers.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Weird_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

A006036: Primitive pseudoperfect numbers
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Primitive_pseudoperfect_numbers.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Primitive_pseudoperfect_numbers.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Primitive_pseudoperfect_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

Loops is now open source! It’s built with #Laravel and #Vue!
https://github.com/joinloops/loops-server/releases/tag/v1.0.0-alpha.1
Give Your #AI more Guidance in Writing #PHP code
With 189 Custom #phpstan rules 🚀 🔥
As a #phpstorm User, you should know phpinspectionsea -
if not, shame on you! 😏
#Ai shouldn't need an IDE to find errors or warnings in the code.
Because #jetbrains #MCP became useless to me and I only used 3 tools anyway, I let Ai create 189 custom #phpstan rules based on phpinspectionsea 😏
🧵 👇

With all the main structure in place. I started analyzing and modeling my API in the server-side. I have completed the first modeling part of a library API.
Dotkernel Queue is vital when any task takes longer than a few seconds. Your PHP platform remains responsive only if long tasks are delegated separately. Start using @symfony Messenger together with Mezzio microframework
#PHP
https://www.dotkernel.com/headless-platform/dotkernel-queue-asynchronous-execution-in-dotkernel-headless-platform/
I have been messing around with "kiki: a tiny homepage construction set" again today. I have been hacking the code to pieces already! 🤓 (I added some JavaScript, sorry).
I love the customisable tags in the Bug markup languages but was a little disappointed at how tricky it is to add new multi line tags because of the software architecture. I did manage to do it successfully though!
Overall it's a great little toolkit and I might use it more in anger. Thank you @vga256 !
Version constraints can have a different meaning depending on your package. For example, 0.x versions are treated differently than 1.x versions. Let's explore why. #php #laravel https://masteringlaravel.io/daily/2025-09-04-why-wont-composer-update-my-0-x-package
Where No #PHP Has Gone Before by David Flanagan. A nice talk about running PHP with WebAssembly's WASI https://youtu.be/gJ7vEACAYmE?si=K2JVw7yLSuKtDJ9R #wasm
@Windy Follow the #PHP tag and @freekmurze from spatie is here.
Do you know what information is being leaked by the Referer header when your users click on external links?
If you site is public, you might be safe - but what if you have internal apps, or sensitive information in your URLs?
https://securinglaravel.com/security-tip-is-your-referrer-leaking-information/ #Laravel #PHP