Recent Posts
Displaying Process Behavior Charts on iPhone with Charty and Google Sheets
Learn how to integrate Google Sheets with Charty for real-time Process Behavior Chart visualization on iOS.
read articleStreamlining Development with Custom Shell Functions: Reusing a command with a custom config for each project
Discover how to create custom shell functions for PHPUnit, Composer, and other tools to streamline your development workflow, especially when working across various tech stacks.
read articleRun Laravel Artisan Tests directly in PhpStorm test view
Learn how to run Laravel tests directly in PhpStorm with a custom workaround for artisan test and PHPUnit.
read articleBuilding 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 article