Vuoi un ambiente LAMP pronto all’uso su Linux? Con XAMPP puoi installare Apache, MySQL e PHP in pochi clic. Perfetto per testare siti web, CMS e applicazioni dinamiche. #Linux #XAMPP #LAMP #Apache #PHP #MySQL
Nice article
https://nabilhassen.com/laravel-where-like-queries-before-after-laravel-1112
A016096: a(n+1) = a(n) + sum of its digits, with a(1) = 9
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A016096.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A016096.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A016096.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

A016052: a(1) = 3; for n >= 1, a(n+1) = a(n) + sum of its digits
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A016052.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A016052.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A016052.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

LAMP en RockyLinux #developer #gnu_linux #sysadmin #apache #cli #database #debian #linux #mariadb #mysql #php #rockylinux #webserver
https://h4ckseed.wordpress.com/2025/09/27/lamp-en-rockylinux/
Псс, php-шники. Ребята из truestats.ru ищут симфониста. Проект без легаси и с DDD. Кому интересно-пишите. ЗП от 250к по навыкам.

#h4ckseed Nueva Entrada : LAMP en RockyLinux
LAMP, es un acrónimo para un servidor Linux/UNIX que utiliza Apache, MySQL/MariaDB y PHP como lenguaje de scripting del lado del servidor. También conocido como Lamp Stack, cuenta con una base sólida, lo que lo hace ideal para la creación y el desarrollo de sitios web de alto rendimiento. Con esta, aseguras que tus aplicaciones y sitios web escalables, módulos personalizables, estructura robusta...
https://h4ckseed.wordpress.com/2025/09/27/lamp-en-rockylinux/
Awesome, I dont use postman.. I use bruno, it can import postman collections..
https://laravel-news.com/generate-postman-collections-from-laravel-routes
Relationship status: complicated
After the 42nd reload my browser said, “I’m not your QA.”
I took the hint.
Now #PHPUnit remembers every step, never fat-fingers a radio button and always clears caches.
My browser and I still go on UI dates. Just not 42 in a row.
Domestic bliss restored.
Gamers reload. Devs run tests.
Don’t be a git. Commit to tests!
#PHP #PHPUnit #TYPO3 #Testing #TDD
to fight against despair i need a project
so what if i reimplemented php from scratch?
so far i have this
int main(string[] args) {
auto whatToDo = parseArguments(args);
startRuntime();
return startExecution(whatToDo);
}
now i need to write the rest
PHP 8.5 introduit un flag discret mais redoutable : FILTER_THROW_ON_FAILURE.
Il permet à filter_var() de lancer directement une exception si la validation échoue.
➜ Fini les if oubliés
➜ Moins d’erreurs silencieuses
➜ Un code plus propre
Démo rapide ici : https://youtube.com/shorts/r7zzjJZfll0
#PHP #PHP85 #CleanCode #Backend #Validation