Every tool your coding workflow needs
Browse editor and IDE extensions, CLIs, linters, debuggers, and other developer tools, all vetted to make writing and shipping code easier.
Ansible
Ansible is an automation tool for developers and operators that configures servers over SSH using plain YAML playbooks, with no agent to install. Configures fleets of servers with one playbook Requires no agent software on target machines Applies changes idempotently on every run Reuses configuration through shareable roles
Terraform
Terraform is HashiCorp's infrastructure-as-code tool, letting developers define cloud resources in HCL across more than 3,000 providers. Plans changes before applying them to infrastructure Tracks resource state in a single file Provisions AWS, Azure, and GCP from one config Reuses infrastructure blocks as versioned modules
Docker
Docker lets developers package an application and its dependencies into a container from a single Dockerfile, so it runs identically anywhere. Builds one image that runs on any host Isolates app dependencies from the OS Composes multi-container apps with a YAML file Shares images through Docker Hub registries
Showing 1–3 of 3 apps