Dealing with git can be hard, especially when many people are working on the same project. "git describe" helps to find tags easily.
Articles โ Page 123
Keep writing, writing, writing ...
It's always good to know how much time code needs to be executed. Today I learned there is a more precise way than using the Date object.
[ is an actual bash command. Looks weird? Tell me about it...
Today I discovered that await is more flexible than I thought because it doesn't work only on promises.
Zeke Sikelianos recently shared a tweet the describes the
tee
command which I've never heard of. It can be used to write data to files and continue piping it to something else.