2: The prime numbers (A000040) ➡️ https://decompwlj.com/3DgraphGen/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
Generation of four sequences decomposed into weight × level + jump (log(weight), log(level), log(jump)) - three.js animation:
🧵⬇️
1: The natural numbers (A000027) ➡️ https://decompwlj.com/3DgraphGen/Natural_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
🔥 New SymfonyOnline Jan 2026 workshop!
Damian Dziaduch leads “Refactoring Towards Clean Architecture” 🏗️
A hands-on session to transform your Symfony projects — cleaner, scalable, and resilient code 💻✨
📅 Jan 20, 2026 — 9:00 AM CET
🌐 Fully online
👉 Join the workshop: https://live.symfony.com/2026-online-january/workshop
#SymfonyOnline #Symfony #PHP #Workshop #CleanArchitecture #WebDev

JOIN FETCH có thể chậm hơn N+1 khi xử lý dữ liệu 1-n nhiều quan hệ trong Doctrine. Khi truy vấn nhiều quan hệ OneToMany, JOIN FETCH tạo ra bảng kết quả bùng nổ (ví dụ 3 ảnh × 5 đánh giá = 15 dòng/sản phẩm cho 2000 sản phẩm → ~30k dòng), dù Doctrine ẩn trùng lặp. Giải pháp mới từ bundle Symfony-Aggregated-Queries cho phép tối ưu bằng cách trả về mảng JSON thay vì entity, giảm 70% thời gian và 68% bộ nhớ so với JOIN FETCH. #Doctrine #HiệuSuất #Symfony #PHP #CơSởDữLiệu #API #BảnHiệuChỉnh
**Hashtag
A061276: Numbers that are sums of repdigits of their digits
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A061276.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A061276.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A061276.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

A061241: Prime numbers == 7 (mod 9)
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A061241.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A061241.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A061241.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

What is Pipe operator in php ?
When you think you made something smart but it only works for GET and HEAD…
🙄
Tính năng "dynamic properties" trong PHP đã bị loại bỏ từ PHP 9.0, gây lỗi fatal nếu dùng. Nguyên nhân: dễ gây lỗi do gõ sai, thiếu kiểm soát kiểu dữ liệu, IDE không hỗ trợ. Cách khắc phục: khai báo rõ ràng thuộc tính, dùng constructor promotion, hoặc `$fillable`, `$casts` trong Laravel. Dùng `#[\AllowDynamicProperties]` chỉ cho mã cũ. ✅ PHP hiện đại: rõ ràng, an toàn, dễ bảo trì. #PHP #Laravel #WebDev #Programming #CleanCode #Backend #PHP9 #TypeSafety #Vietnamese #LậpTrình #MãNguồnSạch
https:/
@pwaring Probably controversial but I really dislike #PHP’s approach to arrays!
Just spent far too long trying to work out why JavaScript would consider one variable to be of type Array but not another.
Turns out if you have an array but it doesn't start at zero (and maybe is not continuous), JavaScript assumes it's not an Array and won't let you call forEach.
The fix is to reindex the array in PHP (the backend for this project):
$js_array = array_values($php_array);
This PHP Move Crushes Repository Controller
📐 Code Architecture Done Right! This PHP Move Crushes Repository Controller comparison shows junior vs senior design patterns. Write maintainable PHP! Can you spot all the issues? #PHP #WebDev #CodingTips #coding
#php #programming #coding #webdevelopment #softwareengineering #juniorvssenior #codereview #programmingtips #phptutorial #codingtutorial #bestpractices #phpprogramming #softwarearchitecture #de...
https://www.youtube.com/watch?v=Tbr63iUqIJ0