Symfony 7.4 LTS (Nov 2025) đã loại bỏ Request::get(), buộc dev truy cập dữ liệu qua các bag cụ thể: $request->query, $request->request, $request->attributes. Hỗ trợ native PUT, QUERY method và cải thiện parsing body nhờ PHP 8.4. Ngoài ra, phương thức override HTTP trở nên nghiêm ngặt hơn. Nâng cấp ngay để giảm technical debt và chuẩn bị cho Symfony 8.0. #Symfony #PHP #WebDevelopment #LTS #Backend #Symfony7.4 #PHP8.4 #API #HTTP #Symfony #PHP #PhátTriểnWeb #LTS #Backend #Symfony7_4 #PHP8_4 #API #H
A066031: Composite numbers n the sum of whose prime factors divides n, but which are not themselves powers of primes
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A066031.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A066031.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A066031.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

A065496: Numbers n such that sigma(n) is a nontrivial power, i.e., sigma(n) = a^b where a and b are greater than 1.
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A065496.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A065496.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A065496.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

🎯 Giải pháp DBAL generic cho Value Object ID trong Symfony/Doctrine: dùng một lớp UidType duy nhất, đăng ký FQCN (ví dụ App\Entity\ProductId) làm tên kiểu. Giảm boilerplate, tự động ánh xạ giữa PHP class và cột GUID. Tiết kiệm cấu hình, cải thiện DX. #PHP #Doctrine #Symfony #ValueObject #DBAL #LậpTrình #CôngNghệ
https://dev.to/yceruto/generic-dbal-types-for-similar-value-objects-cjc
PHP Attack Plan For Chaining Separate Calls Fluent
🔥 PHP Attack Plan For Chaining Separate Calls Fluent! Watch how junior developers write code vs how senior developers do it. The difference is HUGE! Your code quality will improve! #PHP #WebDev #CodingTips #coding
#php #programming #coding #webdevelopment #softwareengineering #juniorvssenior #codereview #programmingtips #phptutorial #codingtutorial #bestpractices #phpprogramming #codequality #cle...
https://www.youtube.com/watch?v=IzzzF1MfHYc
For quite some time I've been looking for a tool for me to really drill in details of language features. The program would prompt me and I would need to replicate the whole code down to the last space character.
For example:
"Give me the ternary operation higher or equal than 40 echo passes otherwise echo failed"
echo ($result >= 40) ? "Passed" : " Failed";
I've tried anki but it did not cut it. I'd prefer TUI but any suggestion would be appreciated.
#programming #development #developers #php
🚀 #PHP 8.6 introduces Partial Application
Functions can be partially applied, returning a Closure where remaining parameters are supplied later. This reduces boilerplate, simplifies callbacks and supports cleaner functional programming patterns 💡
More details: https://thephp.foundation/blog/2025/12/08/partial-application/

#php pipe operator: do you remember the hype (some wannabe influencer created) ❓
https://dev.to/tegos/php-85-pipe-operator-is-it-worth-using-4gig

⚠️ #PHP 8.2 deprecated dynamic properties - #PHP9 removes them completely! #webdev
🔴 Dynamic properties = adding properties to objects without declaring them in the class. Example: $user->age = 30; on an empty User class. This worked silently in older PHP versions.
🐛 Problem 1: Silent typos become hidden bugs. Write $user->custmer_email instead of customer_email - no error thrown, just returns null later when you try to read it. Hours of debugging for a simple typo.
🧵 👇

PHP Anonymous Class Trick
Wait for the reveal! PHP anonymous classes create objects on the fly. See new class {}. This will change your code style!
#php #phptricks #codingtips #programmingtutorial #phpanonymousclasses #php7 #objectcreation #phpquiz #codingchallenge #phpshorts #phpmodern #classes
https://www.youtube.com/watch?v=2TNZPgNrP2I
Hệ sinh thái ML trong PHP đã trưởng thành dù không ồn ào. Với các thư viện rõ ràng như PHP-ML, RubixML và công cụ tính toán số, PHP không cạnh tranh về đào tạo模型 mà tập trung vào triển khai, tích hợp và kiểm soát dữ liệu trong sản phẩm thực tế. Rất thực tế cho developer!
#PHP #MachineLearning #LapTrinh #KhoaHocDuLieu #PHPML #AI #Developer #CongNghe
https://dev.to/samuel_akopyan_e902195a96/the-ml-ecosystem-in-php-3200
Did you ever notice that Eloquent doesn't escape the percent sign in LIKE queries? Don't worry. It's not a security hole. In fact, it unlocks a useful feature you might not have considered. #php #laravel https://masteringlaravel.io/daily/2025-12-25-why-isnt-the-percent-sign-escaped-in-like-queries