INSTRUCTOR LED
ENTERPRISE
TRAINING
Training from Community Experts
Fortune 500 companies trust us to accelerate
their teams and projects.
Why Gopher Guides?
Enterprise experience
We have invested significant resources into designing a perfect experience for our enterprise training engagements.
CUSTOMIZED CONTENT
With our custom content delivery system, you will be able to follow along as the instructor introduces each concept for your customized Go training.
YEARS OF EXPERIENCE
We have years of experience in delivering customized, enterprise, Go training. Let us make your engagement a success today!
UPDATED CURRICULUM
Our curriculum is continuously updated using best practices and has been validated in some of the largest companies in the world.
DESIGNER MODULES
Each module is designed to send you away ready to tackle your biggest Go initiatives.
QUICK SOLUTION
With enterprise training, a prominent member of the Go community leads your workshop to help get your team up to speed in as little as 2 to 4 days.
10,000+ Students
100+ Training Modules
98% Happiness
Gopher Guides Instructor Team
The Gopher Guides instructor team includes some of the most respected and accomplished leaders in the programming community.
Mark Bates
Cofounder/Instructor
Mark specializes in GO Fundamentals, Advanced GO, Web Development and Buffalo.
Cory LaNou
Cofounder/Instructor
Cory specializes in GO Fundamentals, Advanced GO, Distributed Systems and gRPC.
Enterprise Courses
Intro to
Intro to Go is designed to get existing software teams with little to no Go experience ready to write production ready code.
Advanced Development
Advanced Go is designed for software teams that have some existing Go knowledge and experience.
Testing in
This course will take you step by step from writing your first test to testing concurrent code, stubbing objects, automating tests, and more.
Profiling and Optimizing
Go comes with some amazing tooling. In this course, you'll learn how to put it to use and make your Go code perform faster and more efficiently.
gRPC in
Learn how easy it is to write a highly scalable distributed system that enforces type safety, SLA's, and more.
Mastering
Looking to go from zero to hero in a short time? This course is designed for senior developers to jumpstart your Go project.
Custom Courses
Don't see what you are looking for? We can design a course specifically for your teams needs.
The GopherGuides held a full week of informative and engaging training at The New York Times that left our engineers excited and empowered to use Go. The classes were tailored to our needs so all levels of engineer came out with some new bits of Go wisdom. We at NYT look forward to using GopherGuides for future training!
- JP Robinson -
New York Times
Cory is excellent faciltator and proved to be extremely knowledgeable in Golang. I'd honestly take this session again. He is engaging and able to cover topics pertinent to specific instances.
- Workshop Attendee -
Global Fortune 500 Company
I had a basic understanding of Go coming into this session. After this training I am able to understand how to apply topics such as concurrency and gRPC which will be helpful for my team.
- Workshop Attendee -
Global Fortune 500 Company
This course provided experience and exposure to what Go can really do. I feel this is what most other training courses lack.
- Workshop Attendee -
Global Fortune 500 Company
Our courses aren’t just built to teach
They are built to create change. Our curriculum is continuously updated using best practices and has been validated in some of the largest companies in the world. Each module is designed to send you away ready to tackle your biggest Go initiatives. With enterprise training, a prominent member of the Go community leads your workshop to help get your team up to speed in as little as 2 to 4 days.
Latest Blog
Quick Tips: Pointer Optimizations in Go
Overview
This article explores important performance considerations when working with pointers in Go. We'll cover key topics like returning pointers to local variables, choosing between pointer and value receivers for methods, and how to properly measure and optimize pointer-related performance using Go's built-in tools. Whether you're new to Go or an experienced developer, these tips will help you write more efficient and maintainable code.
Hype Quick Start Guide
Overview
This article covers the basics of quickly writing a technical article using Hype.
Writing Technical Articles using Hype
Overview
Creating technical articles can be painful when they include code samples and output from running programs. Hype makes this easy to not only create those articles, but ensure that all included content for the code, etc stays up to date. In this article, we will show how to set up Hype locally, create hooks for live reloading and compiling of your documents, as well as show how to dynamically include code and output directly to your documents.