TIL is my collection of short, technical daily learnings. 210 and counting.
Vim :Tutor Command
Longtime Vim users know the vimtutor program, which teaches you Vim in Vim. Vim 9.2 shipped with a new :Tutor command that improves on this. :Tutor ...
TIL is my collection of short, technical daily learnings. 210 and counting.
Longtime Vim users know the vimtutor program, which teaches you Vim in Vim. Vim 9.2 shipped with a new :Tutor command that improves on this. :Tutor ...
Is a Docker container available on a registry? Here’s how I’d check, right from the CLI: docker image ls <container-name> ...
When adding CI checks, you can gradually increase rigor while easing your codebase into a better place. ...
I use the append >> and overwrite > redirection operators all the time. Today I’d like to share a simple mental model I’ve developed for remembering which is which. ...
One of my favorite Git tricks is shoveling changes to a Git diff and then applying them later. ...
Docker gives you a way to control startup, while codifying that one container depends on others. ...
Need to override some Docker configuration locally? Too easy! ...
Vim-tiny is a great choice for remote server work. ...
Most JavaScript projects come with a package.json. But what if you want to make a new one? ...
“The server is 200 GiBs.” “Don’t you mean GBs?” “No, I don’t!” ...