Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.51 KB

software-engineering-skills.md

File metadata and controls

58 lines (43 loc) · 1.51 KB

Software Engineer Skills

Tooling

  • Understand the basics of your platforms commandline
  • Use a [package-manager]
  • Use a Code Editor
    • Visual Studio Code
      • choco install vscode
      • brew cask install vscode
      • sudo apt-get install vscode
  • Understand the basics of [version-control] with [git]
    • Use commandline status, push, pull, commit, add,
      • branch

Knowledge

Collaboration Skills

  • Code review
  • Pair Programming

Communities