← All roadmaps
Go Backend Developer
Path from Go basics to senior backend developer. Each stage covers real skills that get asked in interviews and used in production.
Junior
Go Basics
Syntax & Data Types
Control Flow
Functions & Interfaces
Packages & Modules
Concurrency
Goroutines & Channels
Sync Primitives
Context
Middle
Web & API
HTTP Server
REST & gRPC
Auth & Authorization
Databases
SQL & PostgreSQL
NoSQL (Redis, MongoDB)
ORM & Data Access Patterns
Testing
Unit Tests
Integration Tests
Senior