📙 Using named arguments in TYPO3
While the TYPO3 Core cannot directly enforce or prohibit the use of named arguments within extensions, it suggests certain best practices to ensure forward compatibility.
➡️ https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/PhpArchitecture/NamedArguments.html
#ActuLibre Quoi de neuf les devs? #158 - Veille tech et l'interview de Fred, à lire sur https://go.itanea.fr/nl158 #programmation #dev #php
Quoi de neuf les devs? #158 - Veille tech et l'interview de Fred https://www.journalduhacker.net/s/wewttg/quoi_de_neuf_les_devs_158_veille_tech_et https://go.itanea.fr/nl158 #programmation #dev #php
A066825: a(1) = 1; set of digits of a(n)^2 is a subset of the set of digits of a(n+1)^2
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A066825.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A066825.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A066825.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

Decomposition into weight × level + jump of prime numbers:
- a new classification of primes ➡️ https://decompwlj.com/primedecomp.php
- in 3D - threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Prime_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

A066649: Primes of the form a^2 + b^3 with a, b > 0
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A066649.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A066649.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A066649.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

PHP Wizardry: Spread Operator Tricks Array
💻 PHP Wizardry: Spread Operator Tricks Array - Junior vs Senior PHP code comparison! See how professionals write code differently. This will improve your skills! Can you spot all the issues? #PHP #WebDev #CodingTips #coding
#php #programming #coding #webdevelopment #softwareengineering #juniorvssenior #codereview #programmingtips #phptutorial #codingtutorial #bestpractices #phpprogramming #codequality #c...
https://www.youtube.com/watch?v=j83TSzX2bS8
Which code in #PHP 7.0.0 decided if a compile-time known array will be immutable? Can someone please give me a rough call-tree?
I found the "make immutable array" comment in `zend_persist.c` in line 477. Is this the right place to understand the new immutable-array feature of PHP 7?
I also followed `zend_compile_static_var` (L3466) to `zend_compile_static_var_common` (L3430) where a `zend_ast` is compiled via `zend_compile_expr` and then `zend_compile_array` (both zend_compile.c). But here I'm kinda stuck ![]()
Just added my very own, homemade analytics to my website. Or, at least a base of one.
It is remarkable how fast you can build things with a nice #framework!
Ok, I know I am really late to the game with using frameworks such as #Laravel, but I at least I am trying to learn new things!
I used to be the guy who coded everything by hand, now trying to keep up with the world.
#PHP #Developer #Frameworks #DIY #Blog #CMS #Programming

To implement an Event-Driven Architecture, we end up following either the "Smart Endpoints, Dumb Pipes" approach or the "Dumb Endpoints, Smart Pipes" approach — either consciously or not.
In my latest article we will dive into those approaches to find out what do they actually mean, and which one will help keep the system simple as it grows.
https://blog.ecotone.tech/implementing-event-driven-architecture-in-php/
#php #eda #programming #messaging #events
Array Functions vs Array Methods: The Functional Battle
PHP's array_map/array_filter vs JavaScript's array methods. Which language's array manipulation is more powerful? This will blow your mind!
#php #javascript #phpvsjavascript #arrayfunctions #arraymethods #programmingcomparison #codingtips #syntaxcomparison #phptricks #javascripttricks #codecomparison #programmingdebate #viralcoding
https://www.youtube.com/watch?v=SuJ_wF5AUr0
RE: https://mastodon.social/@andrewnez/115775567916253021
Somehow this makes me appreciate #php composer even more. The package index is JSON on a default index server. Packages themselves aren't on a singular server, but downloaded from the registered repository (usually Github) individually. This allows each package to be relatively independent of the index.