VOOZH about

URL: https://www.javacodegeeks.com/tag/go/page/4

⇱ Go Archives - Page 4 of 5 - Java Code Geeks


  • DevOps👁 Image
    Jos DirksenJanuary 17th, 2016
    0 153

    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👁 Image
    Florian MotlikNovember 20th, 2015
    0 114

    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👁 Image
    Christian PostaNovember 13th, 2015
    0 143

    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👁 Image
    Roman PichlerSeptember 25th, 2015
    0 188

    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👁 Image
    Florian MotlikJune 11th, 2015
    0 109

    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👁 Image
    David PollakMay 26th, 2015
    3 155

    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👁 Image
    Florian MotlikApril 27th, 2015
    0 142

    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👁 Image
    Florian MotlikMarch 24th, 2015
    0 156

    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👁 Image
    Jos DirksenFebruary 25th, 2015
    0 109

    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 »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close