FEATURED
Performance Without The Event Loop
A look at how Go helps programmers write highly scalable network servers, without having to worry about thread management or blocking I/O.
Dropbox Uses Go For Its Entire Infrastructure Service Layer
Basically just a string of tweets from a Dropbox engineer showing how much Dropbox uses Go (“10s of thousands of servers running millions of hits per second.”) before encouraging people to go work there.
Using the gdb Debugger with Go
The gdb debugger allows you to inspect your compiled binaries, get backtraces on the fly, skip code, add breakpoints, and more.
Gockerize: Packages Static Golang Binaries Into Docker Containers
A tool to automate building statically linked binaries and packaging them into minimal Docker containers.
kala: A Modern Job Scheduler Written in Go
Has a simple language agnostic JSON over HTTP API and uses BoltDB as a backend. Currently just an alpha.
accounting: Money and Currency Formatting for Go
Supports different levels of precision, numeric separators, formats, type conversion.
IN BRIEF
Mutule: A Steam Greenlight Game Written in Go
You can’t download it yet but someone’s trying to release a game on Steam that was built in Go using the Vu 3D engine.
How to Cross Compile Go Programs using Docker
How to Vendor Go Dependencies with Docker
Embedding A JavaScript-based Polymer App in a Go Binary
How to Securely Provide a Zip Download of a S3 File Bundle
Real-time Image Resizing as a Service
Resize, crop, and process images at scale and in real-time with imgix. Get up to speed quickly with the community-built Go package.
Experiences using Go as a Teaching Language with Young Programmers
onion: Layer Based Configuration for Go
Leaps: A Collaborative Text Editing Service Written in Go
Uses operational transforms to ensure zero-collision sync across any number of editing clients.
lambda_proc: Running A Companion Process to An AWS Lambda Function in Go
有疑问加站长微信联系(非本文作者)
