๐Ÿน Go Projects

Pick a project to start learning โ€” line by line.

CLI Calculator

beginner

Build a command-line calculator with os.Args, math operations, and error handling.

๐Ÿ“„ 4 pages
Start โ†’

File Organizer

intermediate

Build a tool to scan and organize files using os, filepath, and io.

๐Ÿ“„ 5 pages
Start โ†’

Hello World CLI

beginner

Build your first Go program with variables, types, and fmt output.

๐Ÿ“„ 3 pages
Start โ†’

REST API

advanced

Build a full REST API with JSON encoding, routing, and in-memory storage.

๐Ÿ“„ 7 pages
Start โ†’

Web Server

intermediate

Build a simple HTTP server using net/http with handlers and routes.

๐Ÿ“„ 5 pages
Start โ†’