Explore the power of code generation in Go through real-world examples from ngrok in this 42-minute conference talk from GopherCon 2021. Dive into techniques for generating API client libraries, error handling, tests, and GRPC interceptors. Learn about various code generation tools and approaches, including stringer, mockgen, C Preprocessor, Proto, CGo, and TypeScript. Discover best practices for implementing code generation in your projects and understand how it can help reduce boilerplate code. Gain insights into user-facing error handling and browser code generation. By the end of this talk, grasp the concept of becoming a metaprogrammer and writing code that writes code to improve efficiency in Go programming.
Overview
Syllabus
Introduction
What is Code Generation
Why Code Generation
stringer
mockgen
C Preprocessor
ProtoC
GoTest
Browser Code Generation
Typescript
Code Generation
Userfacing Errors
Best Practices
Recap
Taught by
Gopher Academy