- Jul 31, 2020
- 9,111
- 1,042,393
- 129
TUTProfessor submitted a new resource:
How to develop a productive HTTP client in Golang (Go) - Stop choosing between performant and testable HTTP clients. We're building one from scratch!
Read more about this resource...
How to develop a productive HTTP client in Golang (Go) - Stop choosing between performant and testable HTTP clients. We're building one from scratch!
Stop choosing between performant and testable HTTP clients. We're building one from scratch!
What you'll learn
- Understand the paradigms behind the Go programming language.
- What an HTTP client is.
- How to perform HTTP calls in Go.
- Issues and blocks when working with native HTTP client.
- How to design a Go library from scratch using Modules.
- How to design a public API: Interfaces and methods.
- How to...
Read more about this resource...