Building REST Server with Elixir
I always wanted to try Elixir because of it’s nice Erlang ecosystem and because it’s similar to Go in a lot of points.
I always wanted to try Elixir because of it’s nice Erlang ecosystem and because it’s similar to Go in a lot of points.
In this short post I want to discuss handling HTTP request errors in Go.
In a previous post I introduced my open source project to bring GopherJS bindings to Improbable’s gRPC-Web client. I’m happy to say that the initial goal of supporting all features of the gRPC-Web client has been completed. I was initially going to leave it at that an...
This past weekend I decided I need to clean up my GitHub profile. In this post I’ll write about why I cleaned everything up and also how I did, as well as some initial results. Why I’ve been using GitHub for years now, and I tend to create a lot of repositores. Most o...
Here is my small bash function! When you run it from the terminal it opens the GitHub/BitBucket/GitLab page in your browser for the git repository you are currently in.
I always wanted to know how stargazers of my repos increased over time. I didn’t found a good way of doing that, so I wrote an app for that™. The app stack is simple: go 1.8+ glide gorilla/mux apex/log go-chart go-redis heroku It is live at starchart.cc and the code is...