Skip to content

Latest commit

 

History

History

developer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Developer

OS

Organization

  • Create a Code folder in your home directory: mkdir ~/Code
  • All of your projects should be placed here. If a particular language, such as go, is picky about folder structure - use this as its root and then create the structure as needed e.g. ~/Code/go/src/example.com

git

Software

Visual Studio Code (add to dock)

  • The most widely adopted IDE as of this writing (2022)
  • Huge library of community plugins
  • Configure with high contrast dark theme
    • Preferences > Color Theme (⌘K ⌘T)
    • then select Dark High Contrast
  • Command Line Interface