I had a textfile today in VSCode where every other line was a blank line and I needed to delete all the blank lines. Tur...
Switch npm to yarn Quick & easy Sep 17, 2025- corepack enable - yarn set version berry - rm package-lock.json - update scrips in package.json: - npm install -> ya...
Rails Console Delete Multiple One-liner Sep 1, 2025Today in Rails I wanted to find out if there was a one-liner that would delete multiple items by id in the Rails console...
Blank String Regex Match Anything Don't use empty string fallbacks for regex Aug 15, 2025A saw an interesting regex but today that I hadn't ever thought about before. A regex that is an empty string will match...