Code With Go
  • Code With Go
  • 01. What, Who, Why and Where?
  • 02. Compiled vs Interpreted languages
  • 03. Types of Type!
  • 04. Stack and Heap Memory
  • 05. Garbage Collection
  • 06. About Go
  • 07. Go Playground
  • 08. Hello, World!
  • 09. Installing Go
  • 10. Variables
  • 11. Constants
  • 12. Integers
  • 12. Floats
  • 13. Boolean
  • 14. Strings
  • 15. Complex Numbers
  • 16. If Else
  • 17. Switch
  • 18. For
  • 19. User Defined Types
  • 20. Arrays
  • 21. Slices
  • 22. Structs
  • 23. Maps
  • 24. Functions
  • 25. Defer
  • 26. Pointers
  • 27. Methods
  • Resources
    • Resources - Paid
    • Resources - Free
Powered by GitBook
On this page
  • What is build using Go?
  • Who is using Go?
  • Why Go ?
  • Where Can I run Go?
  • Blog Resources
  • Gophercon

Was this helpful?

01. What, Who, Why and Where?

Where Go is used

What is build using Go?

  • Docker - Container

  • Kubernetes - Container Management System

  • DGraph - Graph Database

  • Hyperledger Fabric - Blockchain platform

and many more! These are all new platforms which are build in last decade.

Who is using Go?

  • Uber

  • Google

  • Twitch

  • SendGrid

  • Medium

most of small scale and medium scale companies are adopting Go. Traditional companies will most probably see huge growth in coming years.

Why Go ?

  • easy to learn

  • standardized formatting

  • multi-platform

  • garbage collected

  • focus on large scale maintainable code

  • easy concurrency

Where Can I run Go?

  • Linux, Windows and MacOS

  • Container

  • Serverless Platforms

  • Browsers

  • Robots

  • IoT Devices

  • Drones!

Blog Resources

Gophercon

PreviousCode With GoNext02. Compiled vs Interpreted languages

Last updated 5 years ago

Was this helpful?

9 Reasons to Choose Golang for your Next Web ApplicationLetzgro
Why should you learn Go?Medium
Why Golang is the future? Part 1Medium
Why Golang is the future? Part 2Medium
Why Golang is the fastest growing language on GitHub | Packt HubPackt Hub
Why Go is skyrocketing in popularityOpensource.com
Logo
https://www.youtube.com/watch?v=cQ7STILAS0M&t=10swww.youtube.com
Rob explains how Go's simplicity hides a great deal of complexity, and that both the simplicity and complexity are part of the design.
5 Reasons Why We switched from Python To Go | HackerNoonhackernoon
Logo
Logo
Logo
Logo
Logo
Logo