Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8dc67ae

Browse files
committed
updated concepts section
1 parent 91cb305 commit 8dc67ae

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

docs/tutorials/quickstart.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,18 @@ In this quickstart, you'll:
1717

1818
## Understanding Coder: 30-Second Overview
1919

20-
Before diving in, here are the four concepts that power Coder explained through
20+
Before diving in, here are the core concepts that power Coder explained through
2121
a cooking analogy:
2222

23-
| Component | What It Is | Real-World Analogy |
24-
|----------------|--------------------------------------------------------------------------------------|------------------------------------------|
25-
| **You** | The engineer/developer/builder working | The head chef cooking the meal |
26-
| **Templates** | A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal |
27-
| **Workspaces** | The actual running environment created from the template | The cooked meal |
28-
| **Tasks** | AI-powered coding agents that run inside a workspace | Your sous chef helping you cook the meal |
29-
| **Users** | A developer who launches the workspace from a template and does their work inside it | The people eating the meal |
30-
31-
**First time here?** Coder separates how an environment is defined (Admin’s job)
32-
from where you do your day-to-day coding (Developer’s job). As a developer,
33-
you’ll use templates to launch workspaces, and as an admin, you’ll create and
34-
manage those templates for others.
23+
| Component | What It Is | Real-World Analogy |
24+
|----------------|--------------------------------------------------------------------------------------|---------------------------------------------|
25+
| **You** | The engineer/developer/builder working | The head chef cooking the meal |
26+
| **Templates** | A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal |
27+
| **Workspaces** | The actual running environment created from the template | The cooked meal |
28+
| **Tasks** | AI-powered coding agents that run inside a workspace | Smart kitchen appliance that help you cook |
29+
| **Users** | A developer who launches the workspace from a template and does their work inside it | The people eating the meal |
30+
31+
**Putting it Together:** Coder separates who _defines_ environments from who _uses_ them. Admins create and manage Templates, the recipes, while developers use those Templates to launch Workspaces, the meals. Inside those Workspaces, developers can also run Tasks, the smart kitchen appliance, to help speed up day-to-day work.
3532

3633
## Prerequisites
3734

0 commit comments

Comments
 (0)