Bookmarks (243) clear filters
-
Go Security cheatsheet | Snyk Blog
A Go Security Cheatsheet: 8 Security Best Practices — Covers things like the use of modules,...
-
How Buffer Pool Works: An Implementation In Go
How Buffer Pool Works: An Implementation in Go — Exploring how buffer pool management works in...
-
Errors vs. exceptions in Go and C++ in 2020 - Why and how exceptions are still better for performance, even in Go
Errors vs. Exceptions in Go and C++ in 2020 — Subtitled “Why and how exceptions are...
-
Building DigitalOcean's API gateway - Maurício Linhares' ramblings
Building DigitalOcean's API Gateway — The full story of how DigitalOcean built its own API gateway...
-
Discovering and exploring mmap using Go
Discovering and Exploring mmap using Go — mmap is a system call for mapping files into...
-
How to Handle Missing Fields From A Struct in Go?
How to Handle Missing Fields From a Struct? — Pick one: zero value or nil. (Don’t...
-
Golang <-time.After() is not garbage collected before expiry
<-time.After() Not Garbage Collected Before Expiry — Unlikely to affect you unless you have a lot...
-
What Are Golang's Anonymous Structs? - Qvault
Anonymous Structs: What and Why? — An anonymous struct is a struct defined without a name...
-
Connecting To RabbitMQ In Go - Qvault
Connecting to RabbitMQ from Go — RabbitMQ is a popular message broker which has good Go support.
-
How to Build Your Own Serverless Subscriber List with Go and AWS
How to Build Your Own Serverless Subscriber List with Go and AWS — How to build...
-
Automating Go Integration Tests With Docker :: James Dudley — Software Developer | Saint Louis, Missouri
Automating Go Integration Tests with Docker — Integration tests are slow and often have external dependencies...
-
Introducing Pebble: A RocksDB Inspired Key-Value Store Written in Go | Cockroach Labs
Introducing Pebble: A RocksDB Inspired Key-Value Store Written in Go — The folks at CockroachDB created...
-
Go's Major Versioning Sucks - From a Fanboy - Qvault
Go's Major Versioning 'Sucks' (From a Fanboy) — Go’s versioning policy beyond v1 is taking a...
-
Turn your Go REST API to GraphQL using Hasura Actions
Turn a Go REST API to GraphQL using Hasura Actions — How to convert an existing...
-
A Structured HTTP Fields Parser and Serializer for the Go Programming Language
A Structured HTTP Fields Parser and Serializer for Go — “Structured Field Values for HTTP” is...
-
Lessons from Go: Keep Calm and Use the Byte Array
Lessons from Go: Keep Calm and Use the Byte Array — Byte arrays are ubiquitious in...
-
Deploy Serverless Golang Functions with Netlify
Deploying Serverless Go Functions with Netlify — It’s a bit convoluted, but the end process of...
-
How code generation wrote our API and CLI by Mat Ryer - PACE.
How Code Generation Wrote Our API and CLI — Pace (Mat’s company) uses Oto to generate...