It's Not You, It's Me. "Beneffectance" is the name of a cognitive bias that suggests a person will readily claim responsibility for positive outcomes, yet reluctantly admit having a part in negative ones. Feb 7, 2020 Programming Code Psychology Cognitive Bias Common PHP/Carbon Date Formats For some reason I can never seem to remember the specific syntax for formatting dates either in PHP or Carbon! So instead of continually referencing the php docs I thought I'd start compiling a list of formats I frequently use:... Apr 7, 2019 Code Carbon PHP Date Format Mocking Fluent Laravel Facade Chains Laravel offers a few different ways to test facades but the documentation doesn't cover testing individual calls within a fluent chain. As is normally the case with Laravel, testing in this fashion is totally doable... I wrote about the process over... Mar 21, 2019 Code Laravel Testing PHP