Skip to content

Roadmap

Ivor Scott edited this page May 24, 2020 · 3 revisions

The Go and React Series

Go and React Development with Docker pt.1

See content
  • VSCode Setup
  • Docker Basics
  • Multi-stage Builds
  • Docker Compose
  • Using Makefiles
  • Using Postgres
  • Using Traefik
  • Live Reloading a Go API
  • Delve Debugging a Go API
  • Testing

Transitioning to Go pt.2

See content
  • Why Go?
  • Challenges

My API Workflow with Go pt.3

See content
  • A Demo
  • Profiling

Building an API with Go pt.4

See content
  • Package Oriented Design
  • Configuration
  • Database Connection
  • Docker Secrets
  • Graceful Shutdown
  • Middleware
  • Handling Requests
  • Error Handling
  • Seeding & Migrations (With Go-Migrate)
  • Integration Testing (With TestContainers-Go)

Deploying with Swarm and Traefik pt.5

See content
  • Digital Ocean
  • Docker Hub
  • Docker Machine
  • Docker Swarm
  • Healthchecks
  • Traefik
  • Deployment

CICD with Portainer and Drone pt.6

See content
  • Drone CI
  • Portainer