Recent Posts
Test Migration: From Mocks to Real Database with Test Switcher
Master test migration from ORM mocks to real databases using the Test Switcher pattern for gradual, risk-free refactoring without breaking CI.
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
Understand how test frameworks evolved to handle cleanup after failures, leading to the creation of TearDown and SetUp methods for reliable test execution.
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
Master the integration of Google Sheets with Charty app to create real-time Process Behavior Chart visualizations on iPhone for data-driven decision making.
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
Discover what Process Behavior Charts (PBCs) are, their origins, and how they help you stop overreacting to data variations for better decision-making.
read article
