|
|
July 14 · Issue #10 · View online
Stay up-to-date and ahead of your peers with Maarten Bezemer's weekly newsletter for senior Golang engineers.
|
|
|
Slices from the ground up
Inspired by a conversation with a co-worker about using a slice as a stack. The conversation turned into a discussion on the way slices work in Go.
|
Understanding the context package in Golang
The context package in Go can come in handy while interacting with APIs and slow processes, especially in production-grade systems that serve web requests.
|
|
Telemetry system for F1 2017, using Go, InfluxDB and Grafana
I discovered a feature in my F1 2017 Game(PS4), navigating in a menu I sow an option called UDP Telemetry Settings with many network configurations.
|
Use interfaces and dependency injection to future proof designs
The use of interfaces is an easy to understand technique which enables the creation of both testable and extensible code.
|
|
Simplifying cloud native development
The micro blog is a resource for microservices and distributed systems
|
Using Go for WebAssembly Applications
A week ago, the first beta of Go 1.11 came out. For me this is a special release because it’s the first version that ships with initial WebAssembly (WASM) support.
|
Go WebAssembly: Binding structures to JS references
Support for WebAssembly will be shipped with Go 1.11 (expected in august 2018), and with it also the brand new syscall/js package.
|
|
Introducing Buffalo-Azure
For Go developers, Buffalo is a Ruby-on-Rails style rapid web development framework.
|
Dependency Injection in Go
Small utility package to handle dependency injection in Go (it’s in tinrab/kit, among other things). The goal was simplicity and for it to fit well in my current side project.
|
Go 1.11: WebAssembly for the Gophers
In February 2017, the issue for WebAssembly support was opened at golang/go by Brad Fitzpatrick member of the Go team.
|
|
.@ just submitted module support to the cmd/go tool at tip for Go 1.11. Read all about it:
https://t.co/A8LGP26kew
(this is what you knew as "vgo". Proper term: "modules")
|
11:28 PM - 12 Jul 2018
|
|
Writing a reverse proxy in just one line with Go
Leave your programming language hang ups at the door and come admire the best standard library I’ve ever come across.
|
G.E.R.T: a Go-based toolkit for embedded apps
This paper presents a new embedded toolkit, the Golang Embedded RunTime (GERT), which is specifically intended for concurrent, bare-metal embedded apps. GERT is a modified version of the Go runtime which can boot on a bare-metal ARMv7a system and execute Go code.
|
Making Jepsen check linearizability in linear time
Testing consistency guarantees of distributed systems. Jepsen performs operations, injects faults, collects history and then tries to see if the history is linearizable.
|
Opinionated, P2P networking stack for decentralized protocols
The thing is, there has been no standardized solution to develop P2P applications that has been widely adopted by any community.
|
|
I fought the code, and the code won
I’ve been a “professional” developer now for almost 20 years. I’ve learned a lot in the time. I want to tell you a story about the last few weeks of my life when I ignored those life lessons I’ve…
|
|
Operational semantics of a weak memory model
On one hand, memory models must be lax enough to allow common hardware and compiler optimisations. On the other the more lax, the harder it is for devs to reason about their programs. To alleviate the burden a weak memory model should provide what is called the data-race freedom guarantee, which allows reasoning in terms of sequential consistency provided a program is data-race free.
|
|
Bye microservices: From 100s of problem children to 1 superstar
Segment is the analytics API you’ve always wanted. It’s the easiest way to install all of your favourite analytics tools at once!
|
|
Golang fans: Go is a great language for writing distributed systems.
Me: A number of outages in some very popular distributed systems (or worse, in their clients) can be root caused to goroutine leaks. The Go community could benefit from a leak detector.
|
5:21 PM - 5 Jul 2018
|
|
|
Simple Web App With Golang & WebAssembly
You’ll see how to use Golang and WebAssembly to build a simple webapp.
|
Simple Web App With Golang & WebAssembly | By BxJS - YouTube
|
Killer Robots 101 with Go
Thejana Sakunajith Satanarachchi presents ‘Killer Robots 101 with Go’. Robotics has always been an elusive art for most developers.
|
Killer Robots 101 with Go - YouTube
|
Measuring memory allocations and how to reduce them
In this episode we learn how to measure how many memory allocations a program is performing and how to reduce them thanks to sync.Pool, as well as how to identify which piece of your code is allocating the memory thanks to pprof.
|
justforfunc #37: sync.Pool from the pool - YouTube
|
The deep synergy between testability and good design
|
Michael Feathers - the deep synergy between testability and good design - YouTube
|
|
Go Time #79: New Go branding strategy with Steve Francia
Steve Francia joined the show and told us EVERYTHING about Go’s new branding strategy (and don’t worry, the gopher isn’t going anywhere!)
|
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
|
|
|