An open API service indexing awesome lists of open source software.

https://github.com/misterzurg/coursera_golang_uci

📓 This specialization introduces the Go programming language from Google and provides learners with an overview of Go's special features. Upon completing the three-course sequence, learners will have gained the knowledge and skills needed to create concise, efficient, and clean applications using Go.
https://github.com/misterzurg/coursera_golang_uci

coursera uci

Last synced: about 1 month ago
JSON representation

📓 This specialization introduces the Go programming language from Google and provides learners with an overview of Go's special features. Upon completing the three-course sequence, learners will have gained the knowledge and skills needed to create concise, efficient, and clean applications using Go.

Awesome Lists containing this project

README

        

# coursera_Golang_UCI
This specialization introduces the Go programming language from Google and provides learners with an overview of Go's special features. Upon completing the three-course sequence, learners will have gained the knowledge and skills needed to create concise, efficient, and clean applications using Go.

## Instructors
[Ian Harris](https://www.ics.uci.edu/~harris/index.html)

## Offered by
University of California, Irvine

# [About this Specialization](https://www.coursera.org/specializations/google-golang)



## There are 3 Courses in this Specialization
### [Getting Started with Go](https://www.coursera.org/learn/golang-getting-started)



Learn the basics of Go, an open source programming language originally developed by a team at Google and enhanced by many contributors from the open source community.
This course is designed for individuals with previous programming experience using such languages as C, Python, or Java, and covers the fundamental elements of Go.
Topics include data types, protocols, formats, and writing code that incorporates RFCs and JSON.
Most importantly, you’ll have a chance to practice writing Go programs and receive feedback from your peers.
Upon completing this course, you'll be able to implement simple Go programs, which will prepare you for subsequent study at a more advanced level.

### [Functions, Methods, and Interfaces in Go](https://www.coursera.org/learn/golang-functions-methods)



Continue your exploration of the Go programming language as you learn about functions, methods, and interfaces.
Topics include the implementation of functions, function types, object-orientation in Go, methods, and class instantiation.
As with the first course in this series, you’ll have an opportunity to create your own Go applications so you can practice what you’re learning.

### [Concurrency in Go](https://www.coursera.org/learn/golang-concurrency)



Learn how to implement concurrent programming in Go.
Explore the roles of channels and goroutines in implementing concurrency.
Topics include writing goroutines and implementing channels for communications between goroutines.
Course activities will allow you to exercise Go’s capabilities for concurrent programming by developing several example programs.