The Go Programmer's Guide to Secure Connections
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the fundamentals of secure connections in this 41-minute conference talk from GopherCon 2018. Delve into the practical aspects of HTTPS, certificate signing requests, and public/private key pairs, demystifying the often confusing world of .pem, .csr, and .key files. Through demonstrations and Go code examples, gain a clear understanding of the underlying processes involved in secure communications and user identification. Learn how to confidently implement secure connections in your own code and effectively configure security settings for your daily tools. Enhance your ability to create robust, secure systems and avoid common pitfalls that lead to compromised administrative interfaces or exposed access keys.
Syllabus
GopherCon 2018: Liz Rice - The Go Programmer's Guide to Secure Connections
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