php

Back Open Paginator
01.03.2026 13:02
graste (@graste@social.vivaldi.net)

„I deleted my source code“

joppe.dev/2026/02/26/i-deleted

„The classic development workflow we all know and loved, is disappearing fast. We will no longer care about the nitty gritty details of how the code works. We will only care that it does.“

Experiment in #php that has unit tests, some spec markdown files plus skill files to fill the src folder on every push according to specs/tests.

Old heads cry in #UML, model driven development and flow based whatever. Can't remember all the hyped methodologies. Thought visual driven development. Typed that into Google and found "visual reverse engineering" that uses legacy UIs to guess what a system does and recreates it in "not #COBOL" or "not #Delphi"!?

Lots of "The Purpose of a System is What it Does" systems out there nowadays, I guess. What do old cyberneticists make of all of this? #posiwid




Show Original Post


01.03.2026 12:28
graste (@graste@social.vivaldi.net)

1 file #symfony #php application

wouterj.nl/2026/02/200-lines-o




Show Original Post


01.03.2026 11:31
JavaScriptBuzz (@JavaScriptBuzz@mastodon.social)

Template Literals vs Heredoc: String Battle ROYALE!

JavaScript's template literals vs PHP's heredoc - which formatting is prettier? WTF!

youtube.com/watch?v=Q7Uw-2gmJaI




Show Original Post


01.03.2026 11:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

Generator Expressions: Memory-Efficient MAGIC!

Python's generator expressions vs PHP's generators - which saves more memory? INSANE results!

youtube.com/watch?v=SSbCvMSXeik




Show Original Post


01.03.2026 09:02
decompwlj (@decompwlj@mathstodon.xyz)

A153213: Primes p such that both p-2 and p+2 are not squarefree
A153213 ➡️ oeis.org/A153213

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A153213.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1532
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


01.03.2026 08:59
decompwlj (@decompwlj@mathstodon.xyz)

Decomposition into weight × level + jump of prime numbers:
- a new classification of primes ➡️ decompwlj.com/primedecomp.php
- in 3D - threejs - webGL ➡️ decompwlj.com/3Dgraph/Prime_nu

#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





Show Original Post


01.03.2026 08:58
decompwlj (@decompwlj@mathstodon.xyz)

A152470: Largest of three consecutive primes whose sum is a prime
A152470 ➡️ oeis.org/A152470

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A152470.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1524
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


01.03.2026 08:00
admin (@admin@mastodon.raddemo.host)

✅ (Solved) How to Fix #PHP Warning: Module ‘imagick’ already loaded Error

This article provides a guide for how to fix PHP Warning: Module 'imagick' already loaded errors.
🛠️ How to Fix PHP Warning: Module 'imagick' already loaded Error
When PHP encounters this warning, it means that the Imagick extension is being loaded more than once in your configuration files. While the warning itself usually won’t ...
Continued 👉 blog.radwebhosting.com/how-to- #troubleshooting #imagemagick #redis





Show Original Post


01.03.2026 04:19
decompwlj (@decompwlj@mathstodon.xyz)

A147991: Sequence S such that 1 is in S and if x is in S, then 3x-1 and 3x+1 are in S
A147991 ➡️ oeis.org/A147991

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A147991.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1479
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


01.03.2026 04:14
decompwlj (@decompwlj@mathstodon.xyz)

A147562: Number of "ON" cells at n-th stage in the "Ulam-Warburton" two-dimensional cellular automaton
A147562 ➡️ oeis.org/A147562

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A147562.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1475
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


28.02.2026 18:26
ghostwriter (@ghostwriter@phpc.social)

Implement Parser with Fibers

github.com/tempestphp/100-mill

github.com/tempestphp/100-mill

Result:

github.com/tempestphp/100-mill

github.com/tempestphp/100-mill

#PHP




Show Original Post


28.02.2026 17:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

How to Stop array_map From Losing Keys

array_map resets keys and breaks associations.

youtube.com/watch?v=mFY-PR9aG3Y




Show Original Post


1 ...105 106 107 108 109 110 111 112 113 114 115 ...525
UP