Go
-
DevOps
Create a Slack Docker proxy in Go – Part 1
Last year I had the opportunity to work with lots of cool tools and technologies. A couple of those were…
Read More » -
Software Development
Utilizing the Simplicity of Go for Easy Development
The Go language is a really great fit for the increasingly popular service-orientated architecture. In the last few years, many…
Read More » -
Software Development
Quick Go-lang for Java Developers
Golang seems to be getting quite popular as its the programming language of choice for some cool new technology like…
Read More » -
Software Development
The GO Portfolio Roadmap
Summary Products don’t exist in isolation. Instead, they are often related to other products, which they help sell or they…
Read More » -
Software Development
godep Dependency Management in Go
Go differs from many other languages in that a wide range of dependency management methods and tools exist for it.…
Read More » -
Software Development
My Thoughts on Go
Meh I have been working on a project that needs to run as small-footprint native code. I’ve been doing C…
Read More » -
DevOps
Building Minimal Docker Containers for Go Applications
There are several great official and community-supported containers for many programming languages, including Go, but these containers can be quite…
Read More » -
Software Development
Creating Fakes in Go with Channels
Fakes are a common testing technique that involve creating a bare implementation of an interface that you can use in…
Read More » -
Software Development
Using Go to build a REST service on top of mongoDB
I’ve been following go (go-lang) for a while now and finally had some time to experiment with it a bit…
Read More »