Posts Tagged ‘Golang’
GopherFest Summer 2016 Recap
Hundreds of Go enthusiasts gathered at the prestigious Bently Reserve in downtown San Francisco for a day full of talks about data science, scaling, testing, speed, code reuse and refactoring, all in the context of Golang. Below, a write-up of a few selected talks: [wds id=”2″] Built for Snappiness by Blake Mizerany @bmizerany When I…
Read MoreBest practices for ElePHPants coding in Go
Thanks to Guido da Rozza for the base image CC BY 2.0 I’ve often coded in PHP. Recently, I realized that when I code in Go, it’s easier to spot my PHPisms. After weeks of cleaning them up, it only takes a day to fry my brain with them again. I’m sure I’m not the…
Read MoreThe Easiest Way to Develop with Go — Introducing a Docker Based Go Tool
Overview Via Medium While trying to make a drop-dead simple example for running Go programs on IronWorker, I realized there’s just no simple way for us to point someone at an example repo with Go code and have them up and running in a few minutes. This can be done in other languages fairly easily…
Read MoreAn Easier Way to Create Tiny Golang Docker Images
Overview Atlassian just posted a blog post about creating Static Go binaries with Docker on OSX which shows how to make a tiny little Docker image (~6MB total) with your Go program inside. When I read it, I thought “this is cool… but way too complicated”. I’ve been using Docker a lot lately and knew…
Read More