@@ -35,8 +35,11 @@ You can use any Web IDE ([code-server](https://github.com/coder/code-server), [p
35
35
##Why remote development
36
36
37
37
Migrating from local developer machines to workspaces hosted by cloud services
38
- is an increasingly common solution for developers[ ^ 1 ] and organizations[ ^ 2 ]
39
- alike. There are several benefits, including:
38
+ is an[ increasingly common solution for
39
+ developers] ( https://blog.alexellis.io/the-internet-is-my-computer/ ) and
40
+ [ organizations
41
+ alike] ( https://slack.engineering/development-environments-at-slack ) . There are
42
+ several benefits, including:
40
43
41
44
- ** Increased speed:** Server-grade compute speeds up operations in software
42
45
development, such as IDE loading, code compilation and building, and the
@@ -94,6 +97,3 @@ Azure, Google Cloud, Kubernetes, and more.
94
97
Coder on a cloud service (AWS, Azure, GCP) or your private data center.
95
98
96
99
Next:[ Templates] ( ./templates.md )
97
-
98
- [ ^ 1 ] : alexellis.io:[ The Internet is my computer] ( https://blog.alexellis.io/the-internet-is-my-computer/ )
99
- [ ^ 2 ] : slack.engineering:[ Development environments at Slack] ( https://slack.engineering/development-environments-at-slack )