AI Snips
Chapters
Transcript
Episode notes
Cloud Debugger for Go
- Use Cloud Debugger for Go to debug production apps without stopping them.
- Set snapshot points with conditions to capture specific variable values and call stacks.
Go Data Race Detector
- Detect Go data races during testing with the
--race
flag when building. - Use a separate test server with shallow production traffic for data race detection to minimize performance impact.
From LXC to Docker
- Jessie Frazelle's prior company switched from LXC to Docker at version 0.5.
- Docker, even in its early stages, offered a better experience than LXC.