Recent Posts
Test Migration: From Mocks to Real Database with Test Switcher
A strategy to remove ORM mocks from your tests gradually
read articleTesting Rule of Thumb: if it looks too much like the real implementation, doubt it
If a test looks like it’s doing calculation or is using the same code as the implementation code it might not be helping you as much as you think.
read articleQuickly open Google Calendar Tab in Google Chrome from Alfred
Just type a few letters in Alfred command palette and go to your emails and calendar in a pinned Google Chrome tab.
read articleHow test frameworks work : Cleaning after a failure, the birth of TearDown and SetUp
This is part 3 of the creation of our mental model of the internal of test frameworks. So far, we’ve seen that test frameworks can be seen as loops over functions, and that the mechanism to know that...
read articleA clean commit history with Git WipSquash
Learn a lazy guy maintains clean and atomic commit histories, with the `wipsquash` script.
read articleDisplaying 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 article