PHP Shortcut: Interpolation Concatenation
🔥 PHP Shortcut: Interpolation Concatenation! Watch how junior developers write code vs how senior developers do it. The difference is HUGE! Which approach do you use? #PHP #WebDev #CodingTips #coding
#php #programming #coding #webdevelopment #softwareengineering #juniorvssenior #codereview #programmingtips #phptutorial #codingtutorial #bestpractices #phpprogramming #codequality #cleancode #phptricks
https://www.youtube.com/watch?v=c-BPhvwJnow
A059269: Numbers m for which the number of divisors, tau(m), is divisible by 3
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A059269.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A059269.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A059269.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

A058972: For a rational number p/q let f(p/q) = sum of aliquot divisors of p+q divided by number of divisors of p+q; sequence gives numbers k such that, starting at k/1 and iterating f, an integer is eventually reached
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A058972.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A058972.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A058972.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

Tôi tối ưu API Laravel, tăng tốc độ 83% bằng cách giải quyết vấn đề N+1 query sử dụng JSON aggregation thay vì eager loading truyền thống. Chỉ 1 query để lấy dữ liệu liên quan, thay vì 4–5 query. Giảm từ 27.44ms xuống còn 4.41ms, tiết kiệm 91% bộ nhớ và 75% số truy vấn. Dùng cho API, dashboard, ứng dụng đọc nhiều. Có sẵn package Laravel: rgalstyan/laravel-aggregated-queries. #Laravel #Performance #API #Optimization #PHP #N1Query #Database #JSONAggregation #TốiƯuHóa #LậpTrình #Backend #MySQL
htt
A058369: Numbers k such that k and k^2 have same digit sum
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A058369.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A058369.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A058369.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

A057436: Contains digits 1 through 6 only
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A057436.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A057436.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A057436.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 was thinking "hey why not look at Laravel" but then found https://www.reddit.com/r/laravel/comments/1iyyxk4/laravel_is_going_in_the_wrong_direction_imho/ and
ew.
👨💻 Join @scottkeckwarren as he unravels the secrets of efficient data structures in PHP. Our latest video is live! https://www.phparch.com/p/2024/01/stacks-with-splstack/ #CodingExcellence #PHP @scottkeckwarren
Quickly determine some basic quality info on your PHP code with phpinsights
phpqa is an alias to the phpqa docker tool @ https://github.com/jakzal/phpqa

The upgrade to #php 8.4 made #mediawiki a total dumpster fire. Currently rebuilding #nextcloud-php83 on #poudriere so I downgrade back to php 8.3
PHP Spaceship Operator String vs Number Comparison
The PHP spaceship operator behaves differently with strings versus numbers! This quick tutorial demonstrates the difference.
Compare string "10" with string "2" versus string "10" with number 2. The results are totally different and important to understand!
Level up your PHP comparison knowledge today!
#PHP #StringComparison #PHPTutorial #CodingTips #Programming #WebDevelopment #PHPOperators #D...
https://www.youtube.com/watch?v=UFd5huNvr9c
Got myself a bunch of #Shelly Plugs. It's nice that while they do offer Cloud, I can just add a script that sends the meter data anywhere…
https://codeberg.org/michael-simons/pv/src/branch/main/bin/send_switch_status.js
Yes, I did vibe this together, no that does not mean I used #AI, I just read the docs. AND I happily wrote a #PHP script too on the receiving end.
The whole AI-fication of Google makes it however so hard to find the OG docs and some good quality examples.