Presentations about Go Language
All presentations |
News about Go Language
Development
Development
Follow
746 Followers
Go 2 Gets off the Blocks: Feedback Requested on New Package Management, Error Handling, and Generics
by
Posted on
Sep 04, 2018
Development
Development
Follow
746 Followers
Go 1.11 Adds WebAssembly, Experimental Module Support, and More
by
Posted on
Aug 27, 2018
Development
Development
Follow
746 Followers
Go 2017 Survey Shows Generics and Dependency Management the Most Desired Features
by
Posted on
Mar 09, 2018
Development
Development
Follow
746 Followers
Go Language 1.10 Improves Toolchain and Performance
by
Posted on
Feb 20, 2018
Development
Development
Follow
746 Followers
Go Language Now Accepts Patches via GitHub Pull Requests
by
Posted on
Feb 15, 2018
DevOps
DevOps
Follow
1010 Followers
Scaling the ipify Service on Heroku
by
Posted on
Feb 10, 2018
Development
Development
Follow
746 Followers
Go 1.9 Introduces Type Aliases, Improves Runtime and Tooling
by
Posted on
Aug 28, 2017
DevOps
DevOps
Follow
1010 Followers
Sonatype Acquires Vor Security to Expand Nexus Open-Source Component Support
by
Posted on
Jun 30, 2017
Architecture & Design
Architecture & Design
Follow
2528 Followers
Building a Bank with Golang, Microservices and Containers: Matt Heath at QCon London
by
2
Posted on
Mar 20, 2017
Development
Development
Follow
746 Followers
Go 1.7 Brings Compiler Improvements and More
by
Posted on
Aug 17, 2016
Development
Development
Follow
746 Followers
Go 1.7 to Improve Compilation Speed and Generate Faster Code
by
Posted on
Apr 21, 2016
Development
Development
Follow
746 Followers
Programming Patterns in Go
by
Posted on
Mar 13, 2016
Architecture & Design
Architecture & Design
Follow
2528 Followers
Introducing ‘Gizmo’, a Golang-based Microservices Toolkit from The New York Times Development Team
by
Posted on
Jan 24, 2016
Architecture & Design
Architecture & Design
Follow
2528 Followers
Defining, Reviewing and Implementing Service APIs with “goa”, a Go-based Microservice Framework
by
Posted on
Dec 29, 2015
Followers
The Go 1.5 Compiler and Runtime are Written in Go
by
4
Posted on
Aug 21, 2015
Followers
Parse Got a Tenfold Reliability Improvement Moving from Ruby to Go
by
5
Posted on
Jun 19, 2015
All news |
Podcasts about Go Language
Architecture & Design
Architecture & Design
Follow
2528 Followers
Peter Bourgon on Gossip, Paxos, Microservices in Go, and CRDTs at SoundCloud
with
Posted on
Jan 27, 2017
QCon chair Wesley Reisz talks to Weaveworks' Engineer, Peter Bourgon. Bourgon discusses his work at Weaveworks, discovering and imlemeting CRDTs for time-stamped events at Soundcloud, building Microservices in Go with Go Kit and the state of package management in Go.
2
Architecture & Design
Architecture & Design
Follow
2528 Followers
Randy Shoup on Stitch Fix's Technology Stack, Data Science and Microservices
with
Posted on
Nov 11, 2016
In this week's podcast Wes Reisz talks to Randy Shoup. Shoup is the vice president of engineering at Stitch Fix. Prior to Stitch Fix, he worked for Google as the director of engineering and cloud computing, CTO and co-founder of Shopilly, and chief engineer at Ebay.
Articles about Go Language
Development
Development
Follow
746 Followers
Book Review: The Go Programming Language
by
Posted on
Feb 05, 2016
The Go Programming Language book, by Donovan and Kernighan, presents the key points of Go in an easy-to-digest book, along with useful tips and techniques. From a quick introduction to the syntax through concurrent programs with mutexes and goroutines, the book takes the reader on a beautiful voyage through Go’s fundamentals. Read on for InfoQ’s review.
Followers
Hologram - Finally, AWS Key Distribution that Makes Sense
by
Posted on
Mar 31, 2015
Faced with the lack of solutions for secure distribution of AWS access keys to developers, AdRoll decided to build their own open source Hologram, a system that brings Amazon's Instance Profile mechanism to developer workstations. Adair details the process, tool design and main features.