Golang

3 Articles 1 Followers


Top 5 beginner tips to contribute to Ethereum

7 May 2021 6 minute read 0 comments drpaneas

Before you start reading this article, I would just like to emphasise a key difference between this and the majority of all the other articles talking about Ethereum development and dapps programming out there. So here it is: This is not about progra...

Ensuring backwards compatibility in deployments by leveraging git tags

3 Apr 2021 4 minute read 0 comments The Finance Hacker

Overview I recently came across a blog post on injecting variables into Golang at build time and that gave me the idea for this blog post. Automating versioning and ensuring backwards compatibility. You can find the code for this application here, on...

Making a middleware API layer in GO

17 Dec 2019 4 minute read 0 comments Seperot

History time   A couple of years ago, I knocked together a little watch app for the guys at Turtlecoin. I wanted to understand both Wear OS and Kotlin better, so a simple watch face that pulls data from a few exchanges for a price seemed easy enough...