Operating System, Devops & Basic Setup Instructions

  • We develop on max os x, which is unfortunate in that the devlopment OS is not the same as the production OS
  • We server our properties from Ubuntu 20, Ubuntu 22 boxes. We use apt for package management.
  • We make extensive use of docker and git.
  • Our preferred text editor is VS Code, although we strive to be editor-agnostic, and do not treat the text editor as an IDE.
    • Exceptions to this are the Android IDE, and X Code. These are tools for building mobile applications, and we cannot avoid using them.