Go: Sometimes an ORM is a Bit Much Post date July 6, 2022 Post author By nwillc Post categories In database-query, generics-programming, go, golang
Go: Function Names and Generics Post date April 29, 2022 Post author By nwillc Post categories In generics, go, golang, naming
Go 1.18 Beta 1: More Generic Gifts for The Holidays Post date December 24, 2021 Post author By nwillc Post categories In generic-programming, generics, go
Practical Aspects of Interfaces in Go Post date November 12, 2021 Post author By nwillc Post categories In go, golang, interfaces
A Go Debugging Anti-Pattern Post date October 14, 2021 Post author By nwillc Post categories In antipattern, debugging, first-class-function, go, golang
Proof of Concepts as an Opportunity to Refactor Post date August 29, 2021 Post author By nwillc Post categories In poc, refactoring, software engineering
Go 1.17 Short Adoption Notes Post date August 24, 2021 Post author By nwillc Post categories In go, golang, release-notes
Starting in Rust, Coming From Go Post date July 4, 2021 Post author By nwillc Post categories In go, learning-and-development, rust
Thoughts on Live Coding Interviews Post date June 17, 2021 Post author By nwillc Post categories In challenge, codding, interview
Cleaning Your Go Code Post date June 5, 2021 Post author By nwillc Post categories In clean code, go, golang, linter
More Go Generics Post date April 24, 2021 Post author By nwillc Post categories In example, generics, go, golang
A Heap of Go Generics Post date April 23, 2021 Post author By nwillc Post categories In example, generics, go, golang, heap
Go: Using a Closure in Place of a Struct Post date April 2, 2021 Post author By nwillc Post categories In closures-functions, go, golang