Skip to content
Docs
How it works
Product
Blog
Tour the Product
By Use Case
Local Development Environments
API Observability
Load Testing
Legacy Software Migration
Integrations
ROI Calculator
Pricing
Company
About Us
Case Studies
Slack Community
Whitepapers
Careers
Contact Us
User Login
Sign up
Menu
Docs
How it works
Product
Blog
Tour the Product
By Use Case
Local Development Environments
API Observability
Load Testing
Legacy Software Migration
Integrations
ROI Calculator
Pricing
Company
About Us
Case Studies
Slack Community
Whitepapers
Careers
Contact Us
User Login
Sign up
Free Trial
Category: Golang
View All Posts
How to Conduct an HTTP/2 Test on APIs
Oct 22, 2024
Taurai Mutimutema
Slowly but surely, HTTP/2 has become the preferred protocol for transferring data files between clients and servers. In contras...
Learn more
6 Golang Testing Frameworks for Every Type of Test
Oct 3, 2024
Nate Lee
What do good tests look like, and do you even need a Golang testing framework? It’s a loaded question with an open answer.Not o...
Learn more
Golang Wrapper: Dependency Wrapping, in Go
Oct 1, 2024
Josh Thornton
All but the simplest applications borrow code. You could write everything yourself from just core language features but who has...
Learn more
Testing Golang with httptest
Sep 24, 2024
Nate Lee
Go, often referred to as Golang, is a popular programming language built by Google. Its design and structure help you write eff...
Learn more
How to Get Started with GoMock
Sep 23, 2024
Nate Lee
GoMock is a powerful tool for generating mock objects in Go, making it an essential asset for developers aiming to write advanc...
Learn more
Mastering Golang Mocks for Efficient Testing and Improved Code Quality
Sep 3, 2024
Matthew LeRay
Mastering Golang Mocks for Efficient Testing and Improved Code Quality Although GoMock is one of the most popular ways to creat...
Learn more
Crafting the Best Golang Developer Environments
Aug 26, 2024
Nate Lee
Go is an open-source programming language and developer environment from Google that allows for incredibly efficient and powerf...
Learn more
Reducing Engineering Cost using Contract Developers
Apr 29, 2024
Matthew LeRay
Outsourced engineering teams are gaining in popularity and many investors have started to treat them as a requirement. This is ...
Learn more
Top Use Cases for Mock Services in Software Development
Jan 2, 2024
Nate Lee
Mocking APIs is a popular practice in software development, with an increasing number of developers now reaping the benefits–an...
Learn more
How to Mock gRPC APIs
Nov 21, 2023
Nate Lee
Developing APIs can be a complex process, particularly when you want to ensure they perform as expected under various real-worl...
Learn more
Mock APIs: Testing in Agile Environments
Mar 14, 2023
Nate Lee
In today’s fast-paced agile environments, API mocking is an essential tool for simulating the responses of dependencies for dev...
Learn more
Using gRPC with Golang
May 3, 2022
Nate Lee
In this tutorial, you will learn how to work with the gRPC Golang library for microservice communication by creating a simple n...
Learn more