Welcome on Darkwood
-
Hello !
Do you have an idea or a project?
Let's meet!
Click here to find out more
News
-
π Uniflow 1.1.18 on October 6, 2025
β¨ Darkwood Update: Uniflow 1.1.18 & Darkwood prototypes integrated on uniflow.io π§© Uniflow 1.1.18 β The new HtmlFlow component Uniflow version 1.1.18 introduces a new key component: HtmlFlow. It now allows you to directly display HTML content stored in...
-
π¨ Recursive pipe programming on September 29, 2025
In programming, we often start by writing imperative loops. Simple, effective... but quickly limited. Let's take a concrete example: a for loop that displays the values of i from 1 to 3. for ($i = 1; $i <= 3; $i++) { echo $i . PHP_EOL; } π The 2D graph...
-
π Tech watch week 39 on September 26, 2025
This week, I'm sharing a selection of interesting resources about PHP, Symfony, Git, and the open-source ecosystem. Here are the highlights π π°οΈ Building a mini-CDN with Symfony and FrankenPHP A detailed article explains how to set up a mini-CDN from scratc...
-
ποΈHttpChunk with Flow on September 22, 2025
Processing HTTP responses in chunks is a recurring challenge: Multiple requests must be run in parallel. * Some fail (404s, timeouts) and require retries. * Each user returns additional data (todos, posts), resulting in fan-out requests. * This quickly ad...
-
π¨ API Platform Conference 2025: a look back at two intense days focused on the Symfony and PHP ecosystem on September 20, 2025
The 2025 edition of the API Platform Conference took place on September 18th and 19th. For two days, the Symfony, PHP, and API communities gathered around keynotes, feedback, and passionate discussions. Here's a talk-by-talk recap to keep a complete record...