php

Back Open Paginator
21.12.2025 09:29
carolinacodes (@carolinacodes@mastodon.social)

ICYMI: PHP Modularity: Can It Mirror Framework's Success? : Could PHP web development be heading toward modularity like Framework laptops? Slim and Laravel compared. Framework raised $18M to expand modularity. Fairphone now explores modularity too. youtube.com/shorts/uFBYV6lf_F8





Show Original Post


21.12.2025 08:25
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

PHP == vs === Type Juggling Trap

STOP! PHP == does type juggling that will break your code. See '0' == false and 0 == 'false'. The results are INSANE!

#==vs===

youtube.com/watch?v=fggvuYbRuOo




Show Original Post


21.12.2025 07:43
wyri (@wyri@toot-toot.wyrihaxim.us)

First real test is underway! One of the things running on the cluster is some image conversion and stitching code. This simple #PHP service consumes from #RabbitMQ and then runs all the CPU heavy work in a thread. On the Pi4 it would blow out of memory (8GB) but on the Pi 5 it now has enough to do the job (16GB) 🎉 . The cool part is that the memory usage graph really shows off the thread usage because normally PHP processes don't return claimed memory to the kernel.





Show Original Post


21.12.2025 06:38
wyri (@wyri@toot-toot.wyrihaxim.us)

What in the #PHP?





Show Original Post


21.12.2025 05:28
decompwlj (@decompwlj@mathstodon.xyz)

A061812: Numbers k such that floor(Pi*k) is a square

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A061812.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0618
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


21.12.2025 05:23
decompwlj (@decompwlj@mathstodon.xyz)

A061779: Primes p such that q-p = 22, where q is the next prime after p

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A061779.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0617
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


21.12.2025 05:18
carolinacodes (@carolinacodes@mastodon.social)

ICYMI: Why PHP Still Reigns: Simple, Versatile, and Everywhere! : PHP's staying power stems from its original design: simplicity. Created as a problem-solving tool, PHP lowers the barrier to entry for web development. Its ease of use keeps it relevant. youtube.com/shorts/xMCEVnKTGzE





Show Original Post


20.12.2025 23:39
CapnFelix (@CapnFelix@mastodon.social)

Don't use uniqueid().




Show Original Post


20.12.2025 19:13
axelrafn (@axelrafn@social.axelrafn.is)

Got stuck in a side-quest.. remaking my old blog page with Laravel now.
But using old ideas from back in the day like header images that change depending on what day/season/celebration it is and other small, personal things.

#PHP #Laravel #Blog #Personal #DIY





Show Original Post


20.12.2025 19:00
scottkeckwarren (@scottkeckwarren@phpc.social)

New #phpc blog post alert. My thoughts about the #php86 clamp() function are linked below. Spoiler alert: I'm a fan

#php #softwareengineering #tecktok #coding

phpdeveloperstv.substack.com/p





Show Original Post


20.12.2025 13:01
qiita (@qiita@rss-mstdn.studiofreesia.com)

WebSocketを使わないでRedis + JavaScriptでリアルタイム監視のプレゼンス機能を作る
qiita.com/nkp25/items/527806b4

#qiita #PHP #JavaScript #Redis #websocket




Show Original Post


20.12.2025 11:12
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

12-Second PHP Fix For Default Arguments Checks Defaults

💻 12-Second PHP Fix For Default Arguments Checks Defaults - Junior vs Senior PHP code comparison! See how professionals write code differently. This will improve your skills! Which approach do you use?

...

youtube.com/watch?v=YAKr-mZ5M_8




Show Original Post


1 ...245 246 247 248 249 250 251 252 253 254 255 ...527
UP