Recent Posts
Building a PBC in Google Sheet
Learn how to build a Process Behavior Chart (PBC) in Google Sheets using data collected from Google Forms and Apple Shortcuts. This step-by-step guide covers importing data, calculating key metrics, and visualizing data variation to enhance your data analysis process.
read articleA quick introduction to Process Behavior Charts
Curious about Process Behavior Charts (PBCs) and why they’re so useful? In this article, I give a quick intro into what PBCs are, where they came from, and how they can help you stop overreacting to every data blip.
read articleCreate a new file at the right place with prefilled content thanks to Jetbrains IDEs
It’s been a while since I felt that pain... I had to manually create a file for every blog post in the correct directory, repeating information based on the title in snake case, using the current...
read articleCollecting data via Google Form and Apple Shortcuts
Setup an Apple Shortcut to send data to a spreadsheet right from your phone
read articleReading a story across multiple causal links without losing your mind
Reading systemic causal loop diagrams is not always easy, especially if you try to tell a story that needs more than one relation, as they often do.
read article3 and a half heuristics to avoid putting business logic in the wrong place when doing event sourcing
How to avoid the shooting you in the foot by putting logic in the wrong place in your event-sourced system and not recording the right information?
read articleTags, the Forgotten Feature of Test Runners
Some examples of using tags that will change your view of testing.
read articleHow I divided a PhpUnit test suite execution by 5
During my last mission, I optimized a Symfony legacy application's test suite, reducing execution time from over 20 minutes to just 4 minutes. This was achieved through parallelization using Paratest and solving the slow database setup issue
read articleGetting your secret password from 1Password in a script
How can you accept user input in a non blocking way, generate a file asynchronously, and display a link to download that file on the confirmation page ?
read articleEmbed external code via HTTP on an eleventy blog
Do you want to avoid copy-pasting code inside your 11ty blog? Fetch it directly from an external resource via HTTP!
read article