▶ Using Go in Unusual Ways— Talking with three developers who use Go in ‘unusual’ ways, including looking for malware, creating art, and working on quantum-resistant cryptography algorithms. A fun one! Changelog podcast |
![]() The Ultimate Guide to Going from Zero to 100 Deploys a Day— How did elite software teams deploying many times a day get to where they are? In this practical guide, we'll show you how to replicate their Continuous Delivery journey in 3 phases: one deploy a week, one deploy a day, and 100 deploys a day. Sleuth sponsor |
gopls v0.7.0 Released— gopls is the Go language server that makes your IDE experience somewhat more pleasant. The headline feature for 0.7.0 is postfix completions which can save you time by inserting commonly written code for various features. Go Team |
CodePerfect 95: A New IDE for Go Developers— A retro named IDE for Go written in C++ and using Dear Imgui under the hood for performance (which is stressed as its biggest selling point). The reaction to this on Hacker News was rather lukewarm, particularly as there is a monthly fee to use it, but we wanted to show our support for any innovation in this area. CodePerfect Team |
REST Servers in Go: Part 7 - GraphQL— I think Eli is working towards an entire book with this fantastic series which, this week, looks at something typically not associated with REST APIs.. GraphQL! Eli Bendersky |
▶ Tracing Go with eBPF— From the Berlin Go Developers Group meetup, Florian demonstrates “how eBPF enables introspection abilities to both the Go application and the underlying system side”. Florian Lehner |
|