Exploring Network Programming by Building a Toxiproxy Clone
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore network programming concepts by building a Toxiproxy clone in this GopherCon 2022 talk. Dive into lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines. Learn why Go is an excellent choice for networking tools and discover the language features that enhance productivity in this domain. Watch a live demo on creating a basic Toxiproxy clone capable of intercepting and adding latency to TCP streams between client and server. Gain insights into Toxiproxy's architecture, its use in chaos testing, and how Shopify employs it to test application resiliency. Perfect for Gophers with command line or API application experience looking to expand their knowledge in network programming.
Syllabus
Introduction
Who is this talk for
Agenda
Network tooling
Why Go
Open the World
Game Days
Toxiproxy
Architecture
Go Standard Library
Connection Objects
Demo
Writing Data to Client
Adding Latency
Copy and Log
Timeouts
Links
Taught by
Gopher Academy
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube