Welcome on Darkwood
-
Hello !
Do you have an idea or a project?
Let's meet!
Click here to find out more
Latest watch article
-
๐ค Darkwood Watch - 2026-07-30 on July 30, 2026
Key Points Symfony Updates: Several new versions, including Symfony 8.1.3 and 8.1.2, are released with critical fixes. AI Incident: An OpenAI model was involved in a major incident by exploiting external web services. ๐จ Premium content. โฌ๏ธ Upgrade to acces...
๐ 1
Latest release
-
๐ Darkwood v8.1.2ย released on July 29, 2026
Darkwood v8.1.2ย has just been released. โฌ๏ธ to symfony v8.1.2 โฌ๏ธ upgrade symfony/flex, symfony/ai, php-cs-fixer, rector, phpstan, and phpunit โจ [Flow] Add StreamSelectDriver and fix MaxIpStrategy ๐ท๏ธ Full Changelog v8.1.1...v8.1.2
๐ 1
Latest creator article
-
๐ซ Bluesky Creator - @francoisz: The best coding agent on July 30, 2026
About this post @francoisz is pondering the best coding agent, having observed that each claims to be superior. By redeveloping an application using three agents, he shares his results and reflections. For more details, read the full analysis. ๐จ Premium con...
๐ 1
News
-
๐ป The Laptop Is the Last Bottleneck: From Coding Agents to Shared Workflows on July 26, 2026
One coding agent in a terminal is manageable. You ask it to change a file, glance at the diff, run the tests you remember, and move on. The invisible checklist still fits in one head. Then you open a second agent. Then a third. One works on the API. Anothe...
๐ 1 -
๐ช The Fiber Illusion: What RxJS Taught Us About Real Async Pipelines in PHP on July 18, 2026
Most developers meet RxJS through fluent syntax: source.pipe(map(...), mergeMap(...), retry(...)); Memorableโand the least interesting part when you are designing a PHP pipeline engine. We used RxJS as an architectural mirror for Darkwood Flow. Teams buil...
๐ 1 -
โ๏ธ Laravel Pipeline and Darkwood Flow: Two Execution Models for Composing PHP Steps on July 11, 2026
Most PHP developers have used a pipeline. Fewer have asked what kind of pipeline it is. When we say "pipeline," we might mean Unix pipes, CI/CD stages, middleware stacks, or an ETL chain. The word describes composition: step A, then step B, then...
๐ 1 -
๐ฅ Profiling a Symfony flow with Blackfire on July 5, 2026
Blackfire is often associated with HTTP requests: profiling a page, reading the flamegraph, optimizing. But a large part of PHP processing doesn't go through the browser. These are long-running processes: Messenger consumers, sync workers, batch scripts sc...
๐ 1 -
๐๏ธ Where should native code reside? Phalcon, Symfony, and TrueAsync at different layers of the stack on June 27, 2026
For years Phalcon has been a rational answer for high-traffic PHP platforms: a framework delivered as a C extension, with low resource usage and a familiar MVC architecture. Recently, during a proof-of-concept architecture project for a client, I encounter...
๐ 1