Documentation As Code
One of software development's most significant hurdles is easy to access to relevant technical documentation. Documentation-as-Code (or Docs-as-Code) offers a method to overcome this … »
One of software development's most significant hurdles is easy to access to relevant technical documentation. Documentation-as-Code (or Docs-as-Code) offers a method to overcome this … »
Sometimes following an OS update, you may be faced with the following error: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/ … »
The default shell for MacOsx, starting with Catalina OS, is no longer .bash but is now .zsh. While you can easily change back to bash if you prefer, zsh does … »
Good technical writing should be easy to read. The reader should be able to switch in and out of the written instructions without getting lost. It should be engaging — the reader should want to see the instructions through to the end. Even better is if the reader learns something new and valuable ab … »