Ultimate Go: Engineering

Description

The goal of this class is to share how to code complex engineering tasks required to build a blockchain technology. From the beginning, you will pair program with the instructor, walking through the design philosophies and guidelines used to engineer the code. Throughout the class, you will learn more about Go and the advanced engineering features of the language.

Check out the Ardan blockchain project on GitHub.

Over the course of 5 days we will cover:

- Digital accounts with electronic signatures and verification

- Transaction distribution and synchronization between computers

- Redundant storage of a single ledger on different computers

- Consensus by different computers to process and store new transactions

- Detection of any forgery to past transactions

Prerequisites

An intermediate understanding of the Go programming language is recommended. Students will derive the most value if they have taken our Ultimate Go and Ultimate Service classes.

We also recommend taking this free blockchain class from Patrick McCorry.

Suggested Reading

- Ethereum Under the Hood: Part-1 (ver 0.4) - Derao

- Technical Discussion About Blockchains and Cryptocurrency - David Rosenthal

- The Magic of Digital Signatures on Ethereum - Maarten Zuidhoorn

- Transparent Logs for Skeptical Clients - Russ Cox

Important: Upon completion of each session, there will be a video recording available for download.