Introduction
To begin software development, you'll need to install some software on your computer. This typically includes:
Integrated Development Environment (IDE)/Code editor to write/edit code
Version control system client to make changes to codebases
Authentication client tools to authenticate with code hosting services
Runtime for the language to run code that you write
Windows management tool
Integrated Development Environments
Version Control Systems
Thes
Authentication Client Tools
SSH Keys
These are typically used for
GPG Keys
There are used for signing code commits
Language Runtimes
Windows Management Tools
Last updated
Was this helpful?