21 Nov 2016
I recently write my first extension for Visual Studio Code: Kick Assembler C64. If you are a little bit into retro computing/programming, you might know Kick Assembler as one of the popular modern programs you can use to develop in 6502 assembly language for the Commodore 64. It is written in Java, which means it works on Mac, Linux and Windows.
more...
19 Oct 2016
In the last few weeks I have been working on a number of Ethereum smart contract projects, where I have come to rely on the Truffle development tool to structure my application, as well as compile, test, and deploy the smart contracts.
more...
22 Sep 2016
At the Ethereum Devcon2 conference, Microsoft unveiled the first iteration of the infrastructure platform for the Project Bletchley vision, in the form of a Quickstart ARM template that can be used to easily deploy a fully configured blockchain cluster.
more...
21 Jun 2016
After deploying my first smart contract on a private Ethereum blockchain, I wanted to start developing a small UI so I could see what was happening without having to watch a bunch of terminal windows!
more...
01 Jun 2016
Now that we have a private blockchain infrastructure, let’s write our first Smart Contract! First, a few words about what I would like to achieve based on the scenario I described before…
more...