Skip to main content

UCI — Programming with Google Go Specialization

·67 words·1 min·

https://coursera.org/share/d5e17fc2c31d878e41fed25d06eefd98

The specialization includes three courses:

  • Getting Started with Go.
  • Functions, Methods, and Interfaces in Go.
  • Concurrency in Go.

What I learned:

  • Gained proficiency in Go syntax, data types, control structures, and error handling to write efficient programs.
  • Developed skills in defining and using functions, methods, and interfaces to create modular and reusable code.
  • Mastered Go’s concurrency model using goroutines and channels to build high-performance concurrent applications.