๐น Go Projects
Pick a project to start learning โ line by line.
CLI Calculator
beginnerBuild a command-line calculator with os.Args, math operations, and error handling.
Start โFile Organizer
intermediateBuild a tool to scan and organize files using os, filepath, and io.
Start โHello World CLI
beginnerBuild your first Go program with variables, types, and fmt output.
Start โREST API
advancedBuild a full REST API with JSON encoding, routing, and in-memory storage.
Start โWeb Server
intermediateBuild a simple HTTP server using net/http with handlers and routes.
Start โ