It's me again! Being a busy bee.
Last year Cécile Helary Hamerel and Les-Tilleuls.coop gave me an opportunity to speak at API Platform Conference in Lille. I'm taking the talk I wrote for that on the road, and hopefully outside the #php space. Because as a tool, it's -amazing-
So I wrote about it. Enjoy.
https://developer.vonage.com/en/blog/rapid-api-development-with-laravel-api-platform
wp_ai_client_prompt() のメソッドチェーンが想像以上にきれい。
`->using_model_preference(...)` で優先プロバイダーを指定すると、未設定ならフォールバックする設計。
The more I'm going through Clojure Test Suite with Phel (#PHP lisp), the more important it starts to seem for making Phel a "production grade" tool.
While there probably won't be perfect parity ever, just wondering what kind of bug fest it would otherwise be without it when porting code between Phel and #Clojure in the future.
https://github.com/jank-lang/clojure-test-suite/

Hab gerade mal so eine #LLM Grütze verwendet um etwas in #PHP schreiben zu lassen.
Es war schon etwas pain und hab etliche Versuche gebraucht, aber letztlich hat es fuktioniert.
Sonst hätee ich nen Entwickler gebraucht oder die Idee halt nicht umsetzen können...
#Nextcloud Installationsanleitung für Ubuntu 26
Die Nextcloud-Installationsanleitung wurde nach ersten erfolgreichen Tests für Ubuntu 26.04 LTS veröffentlicht:
- #Ubuntu2604
- #Nextcloud latest (oder 32.x)
- #nginx
- #PHP 8.5
- #MariaDB 11.8
- #Redis - Server
- #fail2ban
- #crowdsec
- #ufw
- #hpb
👉 https://www.c-rieger.de/nextcloud-installationsanleitung-fuer-ubuntu-26-04-lts/
Wir freuen uns auf Eure Rückmeldungen.
Viel Spaß!
We released 1.23.1 of hydrator! See here for the changelog: https://github.com/patchlevel/hydrator/releases/tag/1.23.1
#PHP #Hydrator
We released 1.0.0-alpha.3 of odm! See here for the changelog: https://github.com/patchlevel/odm/releases/tag/1.0.0-alpha.3
#PHP #Hydrator
📢 The moment you've all been waiting for. Version v6.6.2 of Firefly III is out! 🎉
Firefly III is a free and open source personal finance manager with comprehensive reporting features
This releases fixes a security issue and some small UI issues. Please upgrade at your earliest convenience.
Check it out over at GitHub, Docker, or download it using your favorite package manager.
#opensource #oss #newrelease #php #software #personalfinance #selfhosted
https://github.com/firefly-iii/firefly-iii/releases/v6.6.2
A002081: Numbers congruent to {2, 4, 8, 16} (mod 20)
A002081 ➡️ https://oeis.org/A002081
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A002081.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A002081.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A002081.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

In the decomposition into weight × level + jump, the Twin Prime Conjecture becomes: "The number of prime numbers with a weight of 3 is infinite"
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #numbers #TwinPrimes #twin #primes #PrimeNumbers #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A002048: Segmented numbers, or prime numbers of measurement
A002048 ➡️ https://oeis.org/A002048
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Segmented_numbers.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Segmented_numbers.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Segmented_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

Как навести порядок в запросах Laravel с помощью кастомных Query Builders
Про кастомные Query Builders в Laravel написано уже немало, но на практике мало что меняется. В 2026 году в проектах по-прежнему можно встретить запросы, разбросанные по всему коду - в контроллерах, сервисах и моделях. В такой структуре быстро теряется понимание, что происходит и где искать нужную логику. Узнать что такое кастомные Query Builders
https://habr.com/ru/articles/1025214/
#laravel #php #query_builder #arhitectura #архитектура #программирование #рефакторинг