Have you ever called a REST API from your Go program? Did you implemented your own HTTP client or did you ended up using some of the thousand libraries out there? Do you know what your HTTP client is doing in the background? In this course we're starting from scratch! We're going to remember how a basic HTTP call looks like by digging into the request & response objects. We're going to write a basic HTTP client to perform HTTP requests and then use it in productive applications.
How to develop a productive HTTP client in Golang (Go)
How to develop a productive HTTP client in Golang (Go) is a 45-lesson 9 hours 44 minutes self-paced course by Udemy. Have you ever called a REST API from your Go program?
Course facts
- Lessons
- 45
- Duration
- 9 hours 44 minutes
- Level
- All levels
- Language
- English
- Updated
- Instructor
- Udemy
- Price
- Premium
What issues do we have? Can we scale our applications by following this approach? Of course not!
That's why we're creating an HTTP client library that provides:
Fast, reliable and friction-free HTTP connections.
Support for all HTTP methods: GET, POST, PUT, DELETE, PATCH and more!
A Concurrency-Safe HTTP client that you can use without worrying about performance.
Content type management and optimization.
Mocking features out of the box.
A clean interface in case you want to unit test your code without relying on integration testing features.
A robust implementation so you won't need any external dependency whatsoever.
Completely customizable interface: timeouts, transport layer, custom HTTP client and lots of useful features.
A library that is PRODUCTION-READY!
If you're looking to integrate a 3rd party REST APIs in your code, you'll need to perform an HTTP call to it. Make sure you take a look at this course before even considering alternatives out there that will force you to use different dependencies for running, testing and extending your code! As Robert Pike says: "A little copying is much better than a little dependency". In this course we're not only getting rid of the dependencies but we're also getting rid of the copying. We're not using anything more than the Go's standard library to design & develop our own HTTP client.
This client will the baseline for all of the applications we're going to build later, making our business scale and grow as fast as we can Go.
Who teaches How to develop a productive HTTP client in Golang (Go)? Udemy
Udemy is the largest open marketplace for online courses on the internet. Founded in 2010 by Eren Bali, Oktay Caglar, and Gagan Biyani and headquartered in San Francisco, the company went public on the Nasdaq in 2021 under the ticker UDMY. The platform hosts well over two hundred thousand courses across software development, IT and cloud, data science, design, business, marketing, and creative skills, taught by tens of thousands of independent instructors. Roughly seventy million learners use it worldwide, and the corporate arm — Udemy Business — supplies a curated subset of that catalog to enterprise customers.
Because Udemy is a marketplace rather than a single editorial publisher, the catalog is uneven by design. The strongest material lives in the long-form, project-based courses authored by working engineers — full-stack JavaScript, React, Node.js, Python data science, AWS, Docker and Kubernetes, mobile development with Flutter and React Native, and cloud certification preparation. The CourseFlix listing under this source is the slice of that catalog that has been mirrored here for offline-friendly viewing, organized by topic and updated as new releases land. Pricing on Udemy itself swings dramatically with the site's near-permanent sales, which is why the platform is best treated as a deep reference catalog: pick instructors with strong reviews and a track record of updating their material rather than buying on the headline price alone.
What lessons are included in How to develop a productive HTTP client in Golang (Go)?
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Introduction Demo | 01:35 | |
| 2 | Welcome! | 02:51 | |
| 3 | The reason for this course | 08:43 | |
| 4 | What we're going to build | 03:15 | |
| 5 | How an HTTP call looks like | 13:23 | |
| 6 | Connections and timeouts | 08:32 | |
| 7 | Implementing a basic HTTP GET | 06:20 | |
| 8 | Default problems | 21:33 | |
| 9 | The reason for a new library | 25:36 | |
| 10 | Introduction to Go modules | 20:18 | |
| 11 | Go basics: Structs, functions, interfaces and methods. | 16:05 | |
| 12 | Adding basic behavior | 13:24 | |
| 13 | Defining custom & common headers | 17:41 | |
| 14 | Dealing with the request body | 13:22 | |
| 15 | Testing, testing and testing! | 18:09 | |
| 16 | Be careful with code coverage | 18:38 | |
| 17 | Dealing with timeouts | 16:07 | |
| 18 | Allow timeout customization | 16:28 | |
| 19 | Allow timeout disabling | 09:05 | |
| 20 | Builder pattern applied | 15:47 | |
| 21 | Refactoring our builder implementation | 06:11 | |
| 22 | Making the client concurrent-safe | 09:04 | |
| 23 | Using our custom response implementation | 18:11 | |
| 24 | Creating our examples | 13:16 | |
| 25 | Should we provide mocking features? | 12:24 | |
| 26 | Defining the Mock struct | 14:12 | |
| 27 | Adding the mock server | 17:35 | |
| 28 | Responding from the mock server | 13:03 | |
| 29 | Adding a default mock | 17:20 | |
| 30 | How to flush every active mock | 09:01 | |
| 31 | Improving mock body and keys | 07:57 | |
| 32 | How to publish a Go module | 08:02 | |
| 33 | How to use our Go module | 09:27 | |
| 34 | Easily testing API calls with our library | 18:43 | |
| 35 | Allowing custom HTTP client | 09:31 | |
| 36 | Clean our public interface | 14:02 | |
| 37 | Adding documentation to our code | 08:40 | |
| 38 | Adding more examples | 21:08 | |
| 39 | Allow user agent definition | 07:56 | |
| 40 | Defining common constants | 06:29 | |
| 41 | Releasing the first stable version! | 07:44 | |
| 42 | Cleaning our mocking interface | 19:05 | |
| 43 | Changing how we mock requests | 23:19 | |
| 44 | Cleaning our mock server | 07:15 | |
| 45 | What we have done | 18:02 |
Get instant access to all 44 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionWhat courses are similar to How to develop a productive HTTP client in Golang (Go)?
-
Updated 2y agoUltimate Service 2.0
By: Ardan LabsThe Ultimate Service class is for Go developers who wish to learn how to build production ready & well tested web services in Go. It provides an intensive, comp14h 7m -
Updated 2y agoGo - The Complete Guide
By: Academind Pro (Maximilian Schwarzmüller)Unleash Your Potential - with Go and this course! Welcome to "Go - The Complete Guide," the definitive online course meticulously designed for both newcomers.15h 23m5/5 -
Updated 3y agoUltimate Go: Advanced Engineering
By: Ardan LabsLearn advanced Go concepts by building a reference implementation of a blockchain in Go!16h 20m -
Updated 1y agoWeb hook service application over SSH
By: Anthony GGDiscover how to build a versatile terminal application and server that generates a unique webhook URL, forwarding responses seamlessly to your localhost.3h 16m0/5 -
Updated 5mo agoBeyond Effective Go: Part 1 - Achieving High-Performance Code
By: Corey ScottDelve into the world of Go and create fast, reliable code with the book series Beyond Effective Go. Tips and techniques for experienced developers. -
Updated 2y agoFull Time Go Dev
By: Full Time Go DevRocket Fuel you GO career with the Full Time Go Dev Mastery. These secret techniques will make everyone say "WOW" while you destroy any GO task with the.42h 44m3/5 -
Updated 2y agoGolang (Google go)
By: UdemyGo is an amazing programming language that was created by the same guys who gave the world C (C), unix and utf-8 - some of the most influential contributions to17h 57m -
Updated 2y agoUltimate Go: Advanced Engineering 2.0
By: Ardan LabsLearn advanced Go concepts by building a reference implementation of a blockchain in Go! The goal of this class is to share how to code complex engineering task14h 48m
More courses by Udemy
-
NewReact - The Complete Guide
React: The Complete Guide by Maximilian Schwarzmüller — original 2022 edition covering React hooks, Redux, Context API, Next.js basics.47h 42m5/5 -
Updated 3y agoComplete C# Unity Game Developer 3D
This is the long-awaited sequel to the Complete Unity Developer - one of the most popular e-learning courses on the internet!30h 34m -
Updated 3y agoNest.js Microservices: Build & Deploy a Scaleable Backend
Nest.js is an incredible backend framework that allows us to build scaleable Nodejs backends with very little complexity. A Microservice architecture is a popul5h 39m5/5 -
Updated 3y agoThe HTML & CSS Bootcamp 2023 Edition
Brand new HTML & CSS course, just released in February 2023 Check out the promo video to see the beautiful, responsive projects we build in this course!37h 18m5/5 -
Updated 3y agoMicroservices with Node JS and React
Event-Based Architecture? Covered! Server side rendering with React? Yep. Scalable, production-ready code? Its here!54h 13m5/5 -
FreeClassic100 Days of Code - The Complete Python Pro Bootcamp for 2023
Watch the 100 Days of Code Python Pro Bootcamp free: 100 daily projects covering Python basics, web scraping, data science, automation and GUI apps.58h 35m5/5