Blazingly fast programming tips ⚡

My name is Kiah. Welcome to my programming blog

Don't Forget to Cast Your Boolean ENV Variables

When ENV variable values are being used in conditionals, they can do the exact opposite of what you intended them to do if they aren’t cast to booleans first

December 12, 2024 · 2 min · Kiah Stroud

Brace Expansion

Access multiple files and/or directories at once with a simple syntax

December 1, 2024 · 3 min · Kiah Stroud