Snippets: All About Go Strings 2022-11-18 :: Jon #Snippets #Go Greetings! Coming from a Python background, I don’t have the Go strings API memorized; I frequently find myself repeating the same search/copy/paste for common operations. Read more →
Go Adapter Pattern Part 3: Service Handlers 2022-11-09 :: Jon #Go #Adapter Pattern #HTTP This is the third in my series of posts showcasing how to use the “adapter pattern” in Go. Read more →
Go Adapter Pattern Part 2: Router Middleware 2022-11-07 :: Jon #Go #Adapter Pattern #HTTP This is the second in my series of posts showcasing how to use the “adapter pattern” in Go. Read more →
Go Adapter Pattern Part 1: Functional Variadic Arguments 2022-10-27 :: Jon #Go #Adapter Pattern #HTTP In the next couple posts I’m going to show how to use the “adapter pattern” in Go. Read more →