Getting started with go language on Mac OS X
Node.js is like space shuttle – very sophisticated, very fast but one simple mistake and… it goes down. So recently i tried The Go Language which is advertised as Go is an open source programming...
View ArticleFetch page with proxy using The Go language
For a while i’m playing with The Go Programming Language – so far I loved it. I figure out that I’ll push some code snippets from time to time. Today I spend some time creating...
View ArticleReading unknown JSON object in go language
Exploring The Go Language is so much fun. Everything is brand new, and different then any other language. This time I’m going to show quick snippet which shows how to read JSON object with...
View ArticleLive code reload in golang
Recompiling go language code during development is bit annoying task. But there is an package for that. Actually I found at least 3: Gin https://github.com/codegangsta/gin Usage is as simple as ./gin r...
View ArticleMongoDB vs MySQL using golang
I’m the guy who like to test. Benchmark is my… middle name. You can find dozens articles about speed one or other solution. I mean MongoDB and MySQL. I tried MongoDB couple times, and...
View Article