Essential session storage is required to sign in. Optional analytics remain off unless you allow them.
Turn the path into reviewable evidence with its scoped project milestones and explicit grading criteria.
Build a Go CLI that does genuinely concurrent work — e.g. a parallel URL/health checker, a directory word-counter, or a batch file processor. Launch...
Build a small REST API using only net/http (no web framework): a couple of resources with handlers, routing via http.ServeMux, JSON encode/decode with...
Build a concurrent pipeline or worker pool that processes a stream of work with BOUNDED concurrency (a fixed worker count or a semaphore), propagates...