Jeśli lubie traity w #PHP, to nic w tym złego, ale zawsze warto konfrontować swoje zdanie z opiniami innych programistów. Na przykład takich, jak autor tego tekstu, który traitów nie lubi i pokazuje, jak je zamienić na np. Dependency Injection.
https://dev.to/tegos/why-i-avoid-php-traits-and-what-i-use-instead-1288
A230223: Primes p such that 3*p-4, 3*p-10, and 3*p-14 are all prime
A230223 ➡️ https://oeis.org/A230223
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A230223.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A230223.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A230223.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

A230092: Numbers of the form k + wt(k) for exactly three distinct k, where wt(k) = A000120(k) is the binary weight of k
A230092 ➡️ https://oeis.org/A230092
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A230092.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A230092.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A230092.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

Laravel and AtlantaPHP are teaming up for the Laravel Roadshow: Atlanta, tomorrow evening at 6pm (Eastern). Check it out!
https://atlantaphp.org/meetups/3
#PHP #Laravel #AtlantaPHP #Atlanta
Ported my website over to PureBlog today! I like the basic dashboard and simple design.
I still like my theme, so I re-created the colors and some of the layouts. And I managed to re-do the tagcloud, search form and download shortcodes too.
#php #cms #pureblog #website #blog
@kev
Laravel vs Symfony: A Comprehensive Comparison of #PHP #Frameworks
This article provides a guide concerning #Laravel vs Symfony: a comprehensive comparison of PHP frameworks.
Laravel vs Symfony: A Comprehensive Comparison of PHP Frameworks
Laravel and #Symfony are two of the most popular PHP frameworks, widely used for building modern web applications. Both have strong communities, rich ecosystems, and are frequently chosen by ...
Continued 👉 https://blog.radwebhosting.com/laravel-vs-symfony-a-comprehensive-comparison-of-php-frameworks/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #websitedevelopment

If you're handling PHP sessions, don't ignore this:
`lifetime` → how long the session lives
`domain` → who can use it
`path` → where it applies
`secure` → HTTPS only
`httponly` → out of JS reach
`samesite` → CSRF defense
small details, big differences.

Would you like to run your own Mastodon (ActivityPub) bot and don't know how?
Try my tool: https://github.com/nekromoff/mastodon-bots
Easy to install, easy to deploy a bot. And then your bot can do whatever you want - create posts, communicate with people, post images or just sit there doing nothing and being a bot.
#mastodon #activityPub #bots #bot #php #webdev
Just discovered https://jigsaw.tighten.com/ - static site generator based on #PHP, #Laravel, #Blade, Markdown. Nice.
When you're already in the code, small improvements add up. Here's how to spot those opportunities without derailing your main task. #php #laravel https://masteringlaravel.io/daily/2026-03-25-republished-take-time-to-make-things-better
Why is it every time I try to take the simple approach and not over-engineer things, I end up regretting it and needing to change it to the "I thought this would be over-engineered" approach?
Like, seriously, this happens all the time.
This is why I tend to "over-engineer" early, because I have been burned by this *so many times*.
Strategies to rename a parameter in a #PHP method
https://www.exakat.io/renaming-parameters-in-a-method/