When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Introduction to industry REST microservices in Golang (Go)

Everything you need to get serious about microservices design & development in Golang: From design to production metrics

     
  • 3.2
  •  |
  • Reviews ( 616 )
₹1999

This Course Includes

  • iconudemy
  • icon3.2 (616 reviews )
  • icon16 total hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About Introduction to industry REST microservices in Golang (Go)

In this course I'm doing the very same I've been doing for the past 6 years: Analysis, design and development of high-performance microservices in Go.

This is not an introduction to Go's concepts, you have free resources for that like the Go Tour (I strongly suggest you to take it!). This is real-life and industry experience revealed in 13+ hours of video and resources that you will not easily find online.

We will cover everything you need:

Native web server.

HTTP frameworks.

Benchmarks.

Package organization.

MVC pattern.

Interfaces: How to design and implement them.

Dealing with dates.

Unit, Integration and Functional testing.

Mocking different artifacts of your application.

Consuming external APIs.

Mocking external APIs responses

Different concurrency designs based on each requirement.

Parallelism when we have multi-core VMs.

Stress-test our applications

Metrics, logging, debugging, profiling.

And a lots of more... EVERYTHING you need to work with this amazing technology.

What You Will Learn?

  • Install, configure and setup Go.
  • Analysis and design of REST microservices..
  • Different architectures and patterns for implementing them in Go..
  • Test as you Go. Ensure the quality of your work..
  • Advanced concurrency patterns..
  • Parallel execution on Multi-Core VMs..
  • HTTP frameworks, comparison and appliance..
  • Consuming external APIs. Test them. Mock them. Measure them. Use them..
  • The ultimate and best way of mocking different layers of your application..
  • Debugging and completely testing your application..
  • Create native webservices..