The --check
flag of the Node.js executable can be used to quickly check JavaScript files for syntax errors without executing them.
Articles โ Page 119
Keep writing, writing, writing ...
MacOS provides some built in functionality to make pretty screenshots of any window.
Dealing with git can be hard, especially when many people are working on the same project. "git describe" helps to find tags easily.
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...