November 2017
Intermediate to advanced
670 pages
17h 35m
English
APIs expose the functions that are available and define the requirements that govern how applications or services can talk to each other.
As we move into cloud-based architectures, our systems begin to look more like this:

What do both the client/server and cloud architectures have most in common?
See all the APIs that expose the functionality of the underlying resources?
Go is well suited for server-side applications, that is, everything in the virtual network (the big gray box). That's pretty much the entire cloud infrastructure and everything running within it.
That's great for the big picture, but what about building ...