Golang Weekly
Archives| Latest| RSS
Easy to unsubscribe at any time. Your e-mail address is safe — here's our privacy policy.
« Prev
Next »
Go Newsletter
Issue 80 — October 15, 2015
Featured
Padding is Hard
Core team member Dave Cheney shares a story about speeding up the Go compiler with a look at alignment and padding of memory structures.
Dave Cheney
Go Fragments: Short, Annotated Go Programs to Learn From
65 (so far) simple, idiomatic examples of doing certain things or using certain functions in Go.
Patrick Toca
Using Go with AWS Lambda
Amazon’s Lambda service lets you run code in the cloud without spinning up a specific server. It supports Node, Java and Python out of the box but it’s possible to call Go code via Node too.
Tom Maiaroto
Plug Email Into Your App with Mailgun
Send email in your language of choice like Go using Mailgun's RESTful API. The first 10,000 emails are free. Read our documentation and start testing now.
Mailgun   sponsored 
Understanding Memory Allocation in Go   video 
In 30 minutes, Dean Elbaz covers the essentials from the differences between values and references, how built-in datatypes work with memory, and how Go’s garbage collector works.
Golang UK Conference 2015
Fragmenta: A Go Content Management System   tools 
Lets you get started quickly, has an admin system, user support, etc. but also lets you customize, tweak and recode to your own requirements.
Mechanism Design
Selling a Go Game at Comiket
A slide-based tale of how a developer built a game and sold copies of it at a Japanese comic market.
Gregory Roseberry
Siberite: A Simple LevelDB-backed Message Queue   code 
A durable message queue server that can handle queues larger than what can be held in RAM, with all messages kept out of process for low memory use.
Anton Bogdanovich
Whispered Secrets   video 
A fun talk from Eleanor McHugh about security in app design and some demos of cryptography and security work in Go.
Golang UK Conference 2015
Jobs
Golang Database/Distributed Systems Engineer at InfluxDB (anywhere)
If you've got a background building databases or distributed systems and want to store and process data at scale using Go, please apply.
InfluxDB
In Brief
On Golang tip, HTTP/2 now enabled by default with net/http   news 
Brad Fitzpatrick
Golang Tripping Hazards   opinion 
“I always end up finding things that I really wish someone had told me at the beginning.”
Dan Miles
A Look at Go Lexer/Scanner Packages   opinion   tools 
Fatih Arslan
What Packages/Libraries Do We Need in Go Today?   opinion 
Currently top is “Anything GUI related which will stay alive.”
Reddit
Debugging Go Programs with godebug   video 
A tight 5 minute screencast.
YouTube
Complex Concurrency Patterns with Go   video 
Golang UK Conference 2015
Everything You've Wanted to Know About Go Web Apps (But Were Afraid to Ask)   video 
Mark Bates
Programming in Go with Michael Van Sickle   podcast 
.​NET Rocks
An Async Read-Ahead Package for Go   code   tutorial 
Allows you to add readhead to any Go reader.
Klaus Post
Mention: Twitter-like Mention and #hashtags Parser for Go   code 
Geofrey Ernest
Stats: Commonly Used Statistics Functions   code 
From sum and simple mean through to percentiles, covariance, quartiles, and harmonic mean.
Montana Flynn
Clarifai Library for Go   code 
Clarifai is a visual recognition service.
Sam Couch
« Prev
Next »
Easy to unsubscribe at any time. Your e-mail address is safe — here's our privacy policy.