Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Developing Embedded Applications Faster: Comparing C and Golang
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 About me
- 4 Go timelines
- 5 Why Go
- 6 Yocto
- 7 Why Golang
- 8 Size
- 9 Speed
- 10 Productivity
- 11 Standard Library
- 12 Building Tools
- 13 Compilers
- 14 CrossCompile
- 15 Debugging
- 16 Testing
- 17 Code Samples
- 18 Multiple Variables
- 19 ObjectOriented Principles
- 20 Interfaces
- 21 Go routines
- 22 Shared libraries
- 23 Embedded Go
- 24 Our experience with Go
- 25 Issues with Go
- 26 What we like in Go
- 27 Medical application demo
- 28 Compile
- 29 Source code
- 30 Update device
- 31 Deployment
- 32 Inference
- 33 Questions