Personal Optimization Not Just Another Programming Language: Skills That Make a Difference Recently, I’ve had several opportunities to mentor high school to college-aged aspiring programmers. Here are the skills that really matter.
Developer Tools Free Your Git – Make Better Use of the Terminal Using Git in the terminal improves Git understanding and expressivity, reduces IDE reliance, and provides a better developer experience.
DevOps & System Admin. How and Why You Should Add Color to Your Scripts Color can help humans pick out useful information in a sea of output. Adding color to your shell scripts portably is actually pretty easy.
Developer Tools Why I Switched to Warp for My Terminal Needs Like many developers, I used iTerm2 for all my terminal needs, but a coworker recently told me about a new terminal called Warp that's built in Rust.
Developer Tools Here are 5 Killer Features of the iTerm2 Terminal Emulator Today, I'll talk about killer features I can't live without in a terminal emulator and why iTerm2 is the best choice for you.
React / Redux Building a Terminal Wordle Game with React Ink I recently decided to write my own Terminal Wordle and used Ink, a library that lets you build Terminal UI apps using the same patterns as web apps.
Development Practices Run Terminal Faster Using Lazy Loading I ran into a problem when VS Code would open on startup and after I logged into my OS. One solution turned out to involve lazy loading.
Personal Optimization Work-Life Balance: Separate Your Tools I try to maintain a work-life balance by separating tools like my browser and terminal. I hope these tips help you keep an organized and balanced desktop.
Developer Tools 3 Convenient Ways to Use Marks in Apple Terminal Using marks in Apple's Terminal make it easy to copy command output, revisit important history, and clear out unimportant history.
Developer Tools Centralize Your Command Line with fish shell Functions fish shell uses functions to decrease the reliance on a monolithic config file. It's this approach to functions that makes fish unique.
Developer Tools Running Tests from MacVim in iTerm2 Version 3 An update to an AppleScript script that can be triggered from MacVim to find a specific iTerm2 tab for running focused tests.
Developer Tools Simple Remote Pairing with wemux wemux is a script that simplifies the management of shared tmux sessions.