View profile

Autocomplete with Go, a GitHub user search app, sound recording & more

Revue
 
Maarten uses Go to build the back-end of developer platform Jexia. You can check previous newsletter
 

Master the World of Golang

September 15 · Issue #20 · View online
Master the World of Go. Each week Maarten Bezemer serves the finest articles about the theories, trends, tools and topics.

Maarten uses Go to build the back-end of developer platform Jexia. You can check previous newsletter editions here.

Fundamentals
Go 'init' order
Blank identifiers in Golang
Moving from NodeJS to Go
Dave Cheney
#golang pop quiz: what does this program print? package main import (
"fmt"
)
func main() {
fmt.Println(string('7'<<1))
}
12:01 AM - 13 Sep 2018
The anatomy of slices in Go
Defer: sweet, but no syntactic sugar
Access control in Go: a primer for Java developers
Best-practices
Building Docker images in Go
Recording a raw sound sample in Go
Visualizing with Go recorded sounds, realtime
Damian Gryski
go/analysis: a new API for analysis tools Design doc: https://t.co/3f4nxfKTer https://t.co/SNptuLH4pH #golang
11:36 PM - 13 Sep 2018
Monitoring Supervisord processes in Slack with Go
How Sleepsort helped me understand concurrency in Golang
Tutorials
Documenting Go code with Gonotes
How to smartly change function signatures
Elasticsearch: building Autocomplete with Go
Damian Gryski
My tutorial on how to fuzz a package is here: https://t.co/legdWvstbT
7:37 PM - 7 Sep 2018
Monitoring Golang web apps using Gin and Prometheus
A simple room air quality visualizer using Raspberry Pi and Go
How to create a user search app for GitHub on WebAssembly
✕✕✕✕✕
your regular desperate plea: #golang open-source projects, please please please do not use glog 1. it violates flag registration rules
2. it makes extensive use of globals, impossible to isolate in tests
3. it has an awkward API
4. it has awkward and inconsistent flag names
8:35 PM - 4 Sep 2018
Building a finance tracking REST API using Go with TDD - Part 1
gRPC microservice with HTTP/REST, middleware & Kubernetes
Perspectives
Reflections on GopherCon 2018
Building next gen identity infra at WeWork: choosing a stack
Presentations
Writing accessible Golang
GopherCon
We bet you're excited to see the Gophercon 2018 videos... https://t.co/uXDct2f6Gz #golang #gopherconorbust
6:30 PM - 11 Sep 2018
Production ready Go service in 30 minutes
Lessons from building and scaling Reddit's ad serving platform
GopherCon UK 2018: Florin Patan - Production Ready Go Service in 30 Minutes - YouTube
Go Gin REST API Tutorial - YouTube
Did you enjoy this issue?
If you don't want these updates anymore, please unsubscribe here
If you were forwarded this newsletter and you like it, you can subscribe here
Powered by Revue