Go lang is a programming language which is easier to write and even provides type and memory safety, garbage collection and structural typing. It is developed by the Google Team in 2009 and open sourced in 2012. It is a programming language made for Cloud native technologies and web applications. It is a general purpose programming lanugage and hence there are no restrictions on the type of programs you wish to make in it.
- Exercism - Go track
- Go by example
- Go Time - Podcast
- Boot.dev Golang Course
- Zetcode Blog
- daily.dev Golang articles
Some famous applications made with GO!
Web apps | DevOps tools | CLI tools |
---|---|---|
SoundCloud - Music System | Prometheus - Monitoring system and time series database | gh-cli - Official Github CLI |
Uber - Ride Sharing/Cab booking Webapp | Grafana - Platform for monitoring and observability | cockroach-db - Cockroach DB CLI |
Allergo - E-Commerce Webaapp | Terraform - Building, Changing, and Versioning Infrastructure | gtree - File tree CLI |
Minikube - Run kubernetes locally | jenkinscli - Managing Jenkins from CLI | |
Kit - standard library for microservices |