FEATURED
Bleve: A Go-Based Full Text Search Database
Bleve is an open-source full-text search database that focuses on performance low memory use. It supports numerous KV stores for its backend.
A (Very) Simple Windows GUI Application in Go
A simple gist code sample showing how to use Win32 directly from Go to bring up a simple Windows app. Good to see how it’s done even if it makes for hard reading in any language.
Writing An AWS Lambda Function with Go
Using a Node.js-based wrapper, you can write ‘serverless’ functions to run on Amazon’s Lambda service using Go.
unigornel: An Approach to Go-Powered Unikernels
A clean-slate approach to unikernels built on Xen’s Mini-OS and a fork of Go. Still in development stages but the goal is to build a library operating system predominantly written in Go, much like MirageOS (which uses OCaml).
Retro: Retryable Errors for Go
Wrap failure prone sections of code in retry blocks, and conditionally retry those blocks upon different types of error.
Paradigms of Rust for the Go Developer
A Go developer has been learning Rust and shares some key differences he’s picked up so far.
IN BRIEF
Authentication in Go Using JSON Web Tokens
Docker Compose + NATS: Microservices Development Made Easy
How to Marshal and Unmarshal JSON with Time and URL Data
Getting Started with NATS and Related Patterns
NATS is a message bus for cloud applications.
vat: EU VAT Number Validation and Rate Retrieval
Bombardier: An HTTP Benchmarking Tool
Uses fasthttp for improved performance.
Flag2: A More Traditional Command Line Flag Library for Go
“I have a long history with Python, so the implementation code looks similar to Python’s argparse class.”
isokey: Self-Contained API Keys via HMAC Signatures
zsocket: Zero-Copy Sockets in Go on Linux
opensimplex-go: A Patent-Free Alternative to Perlin and Simplex Noise
A port of Kurt Spencer’s OpenSimplex to Go.
Collision2D: Simple Go Library 2D Shape Collision Detection
fasthttp: A Fast HTTP Package for Go
Just a reminder of its existence. “In short, fasthttp is up to 10 times faster than net/http.”
有疑问加站长微信联系(非本文作者)
