Bookmarks tagged with #golang.
Show all
Show all
How I Start.
Go is a lovely little programming language designed by smart people you can trust and continuously improved by a large and growing open-source community. Go is meant to be simple, but sometimes the conventions can be a little hard to grasp.
Saved
on: 2017-03-22
A Comparison of Go Web Frameworks
APIs Recap: Square Unboxed 2024 Top highlight's from this year's event
Tags:
#golang
Saved
on: 2015-06-16
PuerkitoBio/goquery · GitHub
goquery brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go's net/html package and the CSS Selector library cascadia.
Tags:
#golang
Saved
on: 2015-05-24
yhat/scrape · GitHub
When scraping with Go, I find myself redefining tree traversal and other utility functions. This package is a place to put some simple tools which build on top of the Go HTML parsing library.
Tags:
#golang
Saved
on: 2015-05-24
Using Go at The New York Times - YouTube
JP Robinson, senior software engineer at The New York Times, walks through how this team has come to adopt Go for almost all back end development over the last two years.
The New York Times has a small team of engineers dedicated to maintaining and enhancing an internal email platform that sends an
Saved
on: 2015-05-12
Four Days of Go
Part of my work involves the mild reverse-engineering of binary file formats. I say “mild” because usually other people do all of the actual work; I just have to figure out what an extra flag field or two means, and I then take as much credit as possible for the discovery on my blog.
Tags:
#golang
Saved
on: 2015-04-22
lithammer/go-wiki
A simple HTTP server rendering Markdown styled documents on the fly and optionally shows its git history including diffs. NOTE This is toy project to help me learn Go, so don't run this on anything publically available. $ go get github.
Tags:
#golang
Saved
on: 2015-01-14
Channels Are Not Enough or Why Pipelining Is Not That Easy
Golang Concurrency Patterns for brave and smart. Go was designed for building concurrency applications easily so it has goroutines for running independent computations and channels to communicate with each other. We've all heard this story before.
Tags:
#golang
Saved
on: 2014-09-15
An Introduction to Programming in Go
Go Resources Books An Introduction to Programming in Go A short, concise introduction to computer programming using the language Go.
Saved
on: 2014-05-14
Go: Best Practices for Production Environments
At SoundCloud, we structure our product as an API with many clients. That is, our main website, mobile client, and mobile apps are all first-order clients of a single main API. Behind that API is a universe of services: SoundCloud operates basically as a Service-Oriented-Architecture.
Saved
on: 2014-04-27