Motivation The amazing ast-grep tool does not support vue and scss by default but can be...
I've been refining the way I deal with software development workflows for more than 20 years now....
Install qt 6 Install the latest qt 6.6 releases using qt online installer. Just select qt...
class WorkQueue<T> { private lastJob: Promise<T> | undefined async queueWork(work:...
This posts is about an open source work queue library I wrote for processing data at my current job:...
I added my solutions to a github repo. I've done days 1-11 so far. I'll blog about the rest in a...
We started with a monorepo at my current company and have been using circle almost since the...
Read git log and see how people write their commits. Are they all in imperative mood? Then write your...
I needed to remove all of the boolean types from a tuple for a parser generator I'm writing. The code...