View on GitHub

golang-playbook

Golang playbook by cloudmelon

Go learning playbook

Go has ability to combine the performance and type safety of venerable languages such as Java and C++ with near-instant compile time of scripting language such as Python and JavaScript. When you’re working on developing a web service or web application ( build-in concurrency model and network API ) or even used it as a scripting language in the automation scenario, Golang is an excellent candidate. Go was born in Nov 2009, community is still on the way to explore and shape the future of Go as of today. You can also found Go is being used in some machine learning scripting or GUI light client dev scenarios.

This repository stores Goland learning Playbook, this playbook is aiming to guide learner through beginner to proficiency level with code examples.

For instance, there are the following Python docs in this repo :

Guide blog site

Blog site : https://www.cloud-melon.com/

Share your insights with @MelonyQ at https://twitter.com/MelonyQ

Resources

Cloudmelon playbook Github repositories :

Kubernetes Playbook :

https://github.com/cloudmelon/melonkube

Kubernetes Ecosystem Playbook :

https://github.com/cloudmelon/k8secosys

Spark Playbook :

https://github.com/cloudmelon/spark-playbook

Python Playbook:

https://github.com/cloudmelon/python-playbook

Golang Playbook:

https://github.com/cloudmelon/golang-playbook

Published book authored and co-authored by cloudmelon