TaskMaster
A concurrent RESTful API engine for bulk auditing and project management, built in Go from the ground up.
Engineered around Go's core concurrency primitives — goroutines orchestrate parallel workers, channels guard result propagation, and WaitGroups synchronize deterministic reports before JSON leaves the wire.
SQL ingestion routes through prepared statements with persistent grand totals so operators always reconcile against the same aggregates they expect.
Architecture: Client → Gin Router → Concurrency Engine (goroutine pool) → SQL persistence → JSON response.