Recent Posts

Skip the Pipeline When Pushing to Git

2 minute read

How to intentionally skip CI/CD pipelines when pushing to Git, when it’s appropriate to do so, and how to avoid accidental misuse.

Save a File in Vim Without sudo

2 minute read

How to save a file in Vim when you forgot to open it with sudo, why the trick works, and when you should avoid using it.