19:55
Writing Microservice Integration Tests in Go (Finally) - GopherCon SG 2019
Speaker: Michael Farinacci, WeWork Integration testing microservices is an extremely difficult task when systems are large, but it ...
1:19:41
Testing Raptor HTTP API Handlers in Go
Join my Discord community for free education https://discord.com/invite/Ac7CWREe58 ▻ Exclusive Lessons, Mentorship, And ...
44:20
GopherCon 2022: Test Go Service Integration Using Contracts - Aparna Chaudhari
Testing integrations for microservices can be very challenging, often requiring costly and brittle test environments. This tutorial will ...
4:56:43
Go Distributed Microservices (Full Production Course) Build a **real-world distributed backend system** in Go using modern ...
9:43
Golang Microservices: REST APIs - Testing
Let me share with you another tip when building microservices in Go! Implementing REST APIs, first HTTP Handlers, then using ...
1:13:12
Go Microservice: Database and Real-Time Operations
A real microservice in Go. Database management, layers. For serious developers. A huge course on Web Python development is ...
14:28
How To Test HTTP Handlers In Golang?!
Join my Discord community for free education https://discord.com/invite/bDy8t4b3Rz ▻ Become a Patreon for exclusive ...
2:59:02
The most complete guide to the GOLANG project's clean architecture
Clean Golang Project Architecture – a complete guide from an 80-line script to DDD, an Anti-Corruption Layer, and CQRS. Seven ...
9:41
Hands-On Microservices with Go : Load Testing with Apache JMeter | packtpub.com
This video tutorial has been taken from Hands-On Microservices with Go. You can learn more and buy the full video course here ...
39:36
038: Pact HTTP Consumer Testing (Golang)
The is a first in a series of screencasts in which we look at API and Microservice testing framework called Pact and how to use it ...
15:40
Hands-On Microservices with Go : HTTP Handler Functions – The Request Object | packtpub.com
This video tutorial has been taken from Hands-On Microservices with Go. You can learn more and buy the full video course here ...
43:15
Go HTTP Handler/HandlerFunc Tests
Writing tests for http Handler (ServeHTTP) tests for func(ResponseWriter, *Request) with mocks (db Ping) Code: ...
13:47
In this video we will be learning to write #unittest cases in golang, using the testing package from #golang. We will also explore ...
14:47
Gin - Go Tutorial + Postman Integration Test
Learn Golang by building a RESTful API for managing todos application. In this video, we will learn about gin, replace gorilla mux ...
21:18:23
3 Simple Go + GRPC Microservices - Auth, Product, Search | Incomplete
Old recording. Nothing fancy - just 3 simple Go + GRPC microservices. Had more planned, never got around to it. Here it is ...
12:52
27 Building a Social Network with Golang: Integration Testing
Source code: https://github.com/nakamauwu/nakama github.com/ory/dockertest/v3 #golang.
10:51
Build a Microservice with Go #2 - Routes & Handlers
In this Go tutorial series, you'll learn how to make a microservice using Go, Chi (a lightweight router) & Redis. Get early ...
34:57
REST API with Go, Chi and Handler Testing
Code available here: https://github.com/alshdavid-edu/go-chi-api We go through the high level of writing an HTTP server using the ...
33:33
Golang UK Conference 2017 | Myles McDonnell - Building a RESTful API using go-swagger
Learn how to define a RESTful API by writing a Swagger specification and using go-swagger to generate a go server skeleton and ...
20:43
Ep6 Golang Microservice Admin & Authorization Middlewares
Now that we have our JWT, we can add admin and authorization middlewares to apply authorization rules to our endpoints.