How I Automate the Process of Setting up a New Mac
Manage Dotfiles with GNU Stow and Bash Scripts
Aug 26, 202411 min read2.3K

Search for a command to run...

Series
Programming Bytes is a series where I discuss challenging or new coding problems I faced at work, how I solved them, and the lessons I learned along the way.
Manage Dotfiles with GNU Stow and Bash Scripts

Caching in the Browser By default, browsers will cache static assets (i.e. CSS, JS, images) to speed up load times and improve a website's performance. When caching occurs, the browser will keep track of the file that was loaded and, if it has a cop...
