Why PHP and JavaScript Are Great
http://xahlee.info/comp/PHP_is_great.html
#HackerNews #PHP #JavaScript #programming #webdevelopment #technews
Projekt fast fertig, heute 59 Commits verfasst, vielleicht kommen ja noch ein paar dazu 😉
Denke mal morgen geht dann das Projekt an den Start und tut täglich seine Aufgabe 😊#code #php
Checking out @cspray from @roave speaking about Database Testing! #longhornphp #php #phpc #testing #databases

$isWorkerMode = (
$_SERVER['FRANKENPHP_WORKER']
?? null
) === '1';
https://github.com/php/frankenphp/blob/fb1f46808e7ccd03ba3c00560c5ce5f568eb49fb/worker.go#L124
How to return and display values ( query string , request uri , request method ) from the hosting server when a request ( request method => GET ) is made to the hosting server .
PHP Tutorial
https://www.aez-tech.site/server-request-uri-query-php/
#programming #technology #tech #webdev #php

Finishing adding these imports everywhere in league/uri codebase version 7.6 is almost ready!! #PHP #URI #OSS

Sometimes we have to run into a problem ourselves to really understand why certain common programming advice is given. For example, why shouldn't you rely on the ordering of JSON keys? Let me demonstrate in today's video. #php #laravel https://masteringlaravel.io/daily/2025-10-24-video-dont-rely-on-key-ordering-of-mysql-json-values
📣 Announcing the immediate availability of:
- PHP 8.4.14
- PHP 8.3.27
📝 Changelog: https://www.php.net/ChangeLog-8.php
🎁 Source: https://www.php.net/downloads
Windows: https://windows.php.net/download/
Do you use compact() when passing data to views....?
Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇

A033015: Numbers whose base-2 expansion has no run of digits with length < 2
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A033015.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A033015.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A033015.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

A032981: Positive numbers with the property that all pairs of consecutive base-10 digits differ by 0 or 1
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A032981.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A032981.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A032981.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

I released version 0.8.0 for GitLab Models for Laravel.
It added support for Laravel 12 and fixed a problem for a deployment without an url.
This package is to store the webhook events from GitLab in you Laravel project.
See: https://gitlab.com/tjvb/gitlab-models-for-laravel
#Laravel #Laravel12 #PHP #GitLab