Skip to content

Commit

Permalink
Update course-definition.yml with new concept slug "go-tcp-server" in…
Browse files Browse the repository at this point in the history
… stages "init", "ping-pong", "ping-pong-multiple", and "concurrent-clients
  • Loading branch information
rohitpaulk committed Jan 29, 2024
1 parent aee148a commit 1729964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extensions:

stages:
- slug: "init"
concept_slugs: ["network-protocols", "tcp-overview"]
concept_slugs: ["network-protocols", "tcp-overview", "go-tcp-server"]
name: "Bind to a port"
description_md: |-
Welcome to the Build your own Redis challenge! Now that you've got your repository set up, it's time to start building your Redis server.
Expand Down Expand Up @@ -110,7 +110,7 @@ stages:
tester_source_code_url: "https://github.com/codecrafters-io/redis-tester/blob/a58b9d58b33870fe26a164c0e323f809275a7250/internal/test_bind.go#L11"

- slug: "ping-pong"
concept_slugs: ["network-protocols", "tcp-overview"]
concept_slugs: ["network-protocols", "tcp-overview", "go-tcp-server"]
name: "Respond to PING"
difficulty: easy
description_md: |-
Expand Down Expand Up @@ -157,7 +157,7 @@ stages:
tester_source_code_url: "https://github.com/codecrafters-io/redis-tester/blob/a58b9d58b33870fe26a164c0e323f809275a7250/internal/test_ping_pong.go#L9"

- slug: "ping-pong-multiple"
concept_slugs: ["network-protocols", "tcp-overview"]
concept_slugs: ["network-protocols", "tcp-overview", "go-tcp-server"]
name: "Respond to multiple PINGs"
difficulty: easy
description_md: |-
Expand Down Expand Up @@ -198,7 +198,7 @@ stages:
tester_source_code_url: "https://github.com/codecrafters-io/redis-tester/blob/a58b9d58b33870fe26a164c0e323f809275a7250/internal/test_ping_pong.go#L35"

- slug: "concurrent-clients"
concept_slugs: ["network-protocols", "tcp-overview"]
concept_slugs: ["network-protocols", "tcp-overview", "go-tcp-server"]
name: "Handle concurrent clients"
difficulty: medium
description_md: |-
Expand Down

0 comments on commit 1729964

Please sign in to comment.