Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ stages:
"go-tcp-server",
"rust-tcp-server",
"python-tcp-server",
"java-tcp-server",
"cpp-tcp-server",
]
# The name of the stage. This is shown in the course catalog, and on other
# course pages.
Expand Down Expand Up @@ -181,13 +183,25 @@ stages:
"go-tcp-server",
"rust-tcp-server",
"python-tcp-server",
"java-tcp-server",
"cpp-tcp-server",
]
name: "Respond with 200"
difficulty: very_easy
marketing_md: |-
In this stage, you'll extend your TCP server to respond to a HTTP request with a 200 response.

- slug: "ih0"
concept_slugs:
[
"network-protocols",
"tcp-overview",
"go-tcp-server",
"rust-tcp-server",
"python-tcp-server",
"java-tcp-server",
"cpp-tcp-server",
]
name: "Extract URL path"
difficulty: easy
marketing_md: |-
Expand All @@ -213,6 +227,8 @@ stages:
"go-tcp-server",
"rust-tcp-server",
"python-tcp-server",
"java-tcp-server",
"cpp-tcp-server",
]
name: "Concurrent connections"
difficulty: easy
Expand Down
Loading