#Development #Cheatsheets
PHP Operators · A quick reference to operators in the PHP language https://ilo.im/163qcy
#Development #Cheatsheets
PHP Operators · A quick reference to operators in the PHP language https://ilo.im/163qcy
HTTP World by Yasser Gersy is free with a Leanpub Reader membership! Or you can buy it for $7.99! http://leanpub.com/HTTPWorld #Dotnet #Html #Messaging #ComputerProgramming #WebDevelopment #Php #ComputerSecurity
Symfony Feature Flags Used at Scale
https://dailyrefactor.com/symfony-feature-flags-used-at-scale
Discussions: https://discu.eu/q/https://dailyrefactor.com/symfony-feature-flags-used-at-scale
If you find my projects useful, please consider sponsoring them at https://flow-php.com/sponsor/
Even the smallest donations makes huge difference allowing me to deliver the best free data processing framework for #PHP
I'm also available to hire for consulting/coding
I'm still working on redesigned types system for Flow #PHP.
You can check my progress here: https://github.com/flow-php/flow/issues/1628#issuecomment-2868711747
I'm mostly focused on simplifying types and turning them into fully standalone package that helps with types assertions and coercions
Question for #jetbrains users, how do you fix IME switch error? #php #phpstorm
Cloudflare is hiring Systems Engineer, Admin Tooling
#golang #javascript #php #rust #typescript #react #cypress #css #docker #html #kafka #kubernetes #postgresql #redis #sql
Remote
Full-time
Cloudflare
Job details https://jobsfordevelopers.com/jobs/systems-engineer-admin-tooling-at-cloudflare-com-dec-16-2024-0cff21?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Soon the animation for the 1000 sequences of my website.
Experimental for now:
https://decompwlj.com/exp-code/code-anim-prime.html
https://decompwlj.com/exp-code/code-anim-natural.html
Improve PHP AI Agents output quality with Rerankers
https://inspector.dev/improve-php-ai-agents-output-quality-with-rerankers/
Discussions: https://discu.eu/q/https://inspector.dev/improve-php-ai-agents-output-quality-with-rerankers/
I'm really, really happy with how this is shaping up. I need to write some docs for it, but I think it's in a really good place now.
Anyone who uses Paratest: do you have to do anything special to get it to run your test bootstrap per process? I have vlucas/phpdotenv loading env vars in my bootstrap, but when running with Paratest, none of the env vars are present.
I’ve tried using --bootstrap, and that doesn’t help.
I’m using $_ENV to access the env vars, in case that matters.
One day, one decomposition
A249669: a(n) = floor(prime(n)^(1+1/n))
3D graph, threejs - webGL https://decompwlj.com/3Dgraph/A249669.html
2D graph, first 500 terms https://decompwlj.com/2Dgraph500terms/A249669.html
Using NextJS with a Laravel API
https://www.youtube.com/watch?v=MC1cHMKSGy0
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=MC1cHMKSGy0
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=ReviveOldPost #websitedevelopment
The URL Parsing/WHATWG RFC is a beautiful , picture-perfect example of the value of research, documentation and attention to detail, i.e. the beauty of IT and programming that is lost on silly AI things such as vibe coding.
https://wiki.php.net/rfc/url_parsing_api
Pure perfection *chef's kiss*.
Kudos, Máté Kocsis!
Here we go ... enhance-ssr-wasm running inside a PHP desktop app, directly binding to a webview (no http).
This doesn't require `sudo extism lib install`, or `composer require extism/extism` anymore.
The runtime is a static build of FrankenPHP, Wails, Wazero and Extism. Integration between PHP and Extism is done through a PHP-C-Go binding.
Wrote a stupidly simple hacky 40 line PHP script to poll CVE for apps I use and email me once a day for any new CVE that pop up. This is where someone says “you know there’s an api for that?”
Implement passkey authentication in InertiaJS using Spatie's new Passkeys package.