periodic reminder: if you're backing up your dev folder, remove node_modules first, unless you really mean to backup a bazillion stupid, tiny js files.
here's a shell script that'll do it:
`find ~/Developer -name node_modules -type d -maxdepth 2 -exec rm -rf {} +`
.@enunomaduro tried out Laravel's upcoming parallel testing feature on a 14 minute test suite... got it down to 2 minutes (!)... another suite went from 35 seconds to 9 seconds. πππ
Overheard someone talking about adding strong types to their php code and I had to stop and tell them that their computer doesn't know how hard they press down on their keyboard
Found out that TickTick doesn't have an open API, but I really wanted one for a project I've been working on.
So, I built one using IFTTT + AWS Lambda + AWS DynamoDB!
Would you be interested in seeing a write-up featuring the ins-and-outs of how to do this?