Skip to content

grubastik/gopherconEU2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http://workshop.grahovac.pro

  • go mod - dependency management
  • goproxy - speedup download and update
  • testing - testify lib but need to think about more idiomatic code
  • profiling - simple to use. enable by defult in prod app

Observability:

  • log tracing, metrics, etc.
  • use panic wisely
  • opensensu -> datadog, eger, prometeus,...

Matrics:

  • bussines - understanding usage
  • tracing - understanding data flow

Operability:

  • healthy
  • readiness
  • split servers for diagnostics and bussines

Handle os flags correctly

Use version during compilation time using ldFlags

Don't hesitate to use Makefile

Prepare "Cloud native Hello world" service template (caldera)

Keel k3s k3d

About

workshop for gopherconEU2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published