Using Chaos Monkey whenever you feel like it
Programming language dogmatics.
I have some apps written in Go, which I deliver as binaries for each platform using GitHub releases. Until now, I was doing it with a very simple shell script. But, I also wanted to dist these new releases in a homebrew tap. Adding that in the script would be kind of trivial, but...
2016 was an amazing year for Go and for the Go community. New conferences popped up all over the globe, and there were some amazing new projects written in Go.
With Go following a predetermined release schedule of February - August and a Release Candidate for Go 1.8 just a few days after this article, it looks like we should be able to talk about Go 1.
Go is without a doubt a growing language. Some still consider it a young language, due to the fact that it was released “just” under 5 years ago.
So your open source project is on GitHub. It has tests, an awesome logo, probably a few stars, and maybe even a few other contributors.
What is etcd etcd is a key-value store for the most critical data of distributed systems. Use cases include applications running on Container Linux by CoreOS, which enables automatic Linux kernel updates.
Before we get started, let’s begin by making clear that this isn’t going to be a deep dive on TensorFlow, neural networks, inductive logic, Bayesian networks, genetic algorithms or any other sub-heading from the Machine Learning Wikipedia article.
Let’s say you need to write a client that talks to a third party API, like the AWS API, or the Twilio API. Go gives you a lot of tools that can help you write a really good client, but you have to know how to take advantage of them!