Skip to main content

Ultimate Go: Advanced Engineering 2.0

14h 48m 39s
English
Paid

Course description

Learn advanced Go concepts by building a reference implementation of a blockchain in Go! The goal of this class is to share how to code complex engineering tasks required to build a blockchain technology.

Watch Online

This is a demo lesson (10:00 remaining)

You can watch up to 10 minutes for free. Subscribe to unlock all 19 lessons in this course and access 10,000+ hours of premium content across all courses.

View Pricing
0:00
/
#1: Day 1.1 : Practical Use Of Blockchain

All Course Lessons (19)

#Lesson TitleDurationAccess
1
Day 1.1 : Practical Use Of Blockchain Demo
01:06:37
2
Day 1.2 : Genesis and Digital Signatures
36:01
3
Day 1.3 : Digital Signatures and Blockchain Database
43:18
4
Day 1.4 : Transaction Types and Signing Transactions
42:16
5
Day 2.1 : Transaction Types and Accounting
50:16
6
Day 2.2 : Memory Pools and Public Facing Web APIs
45:03
7
Day 2.3 : Public Facing Web APIs
40:08
8
Day 2.4 : Blocks, Audit Trails, and POW Mining
59:42
9
Day 3.1 : POW Concurrent Mining
01:03:37
10
Day 3.2 : POW Concurrent Mining
35:47
11
Day 3.3 : POW Concurrent Mining and Accounting
43:01
12
Day 3.4 : POW Concurrent Mining and Storage
53:33
13
Day 4.1 : Review and Peer to Peer Networking
51:52
14
Day 4.2 : Peer to Peer Networking and Sharing Transactions
42:02
15
Day 4.3 : Peer to Peer Networking and Proposing Blocks
44:36
16
Day 4.4 : Code Cleanup
37:50
17
Day 5.1 : Proof Of Authority
01:07:03
18
Day 5.2 : Chrome Plugin
39:05
19
Day 5.3 : Review and Forks
26:52

Unlock unlimited learning

Get instant access to all 18 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.

Learn more about subscription

Comments

0 comments

Want to join the conversation?

Sign in to comment

Similar courses

Testing with Go

Testing with Go

Sources: usegolang.com
Learn how to test real, complex software written in Go. Large or small, perfect abstractions or global state galore; it doesn't matter what your code looks like, you CAN learn t...
33 hours 16 minutes 48 seconds
Foundations of Debugging for Golang

Foundations of Debugging for Golang

Sources: ByteSizeGo, Matt Boyle
Debugging is the most important skill that most people are never taught. Being able to debug locally and in production is a critical skill for any Go...
Ultimate Go: Software Design with Kubernetes

Ultimate Go: Software Design with Kubernetes

Sources: ardanlabs.com
This course teaches you how to build production-level services in Go, leveraging the power of a Domain Driven, Data Oriented Archiecture deployed in Kubernetes. From the beginni...
18 hours 2 minutes 48 seconds
Redis Internals

Redis Internals

Sources: Arpit Bhayani
This is a self-paced course in which you will study the internal workings of Redis by re-implementing its key features in Golang. Together we will...
9 hours 6 minutes 41 seconds
Writing An Interpreter In Go

Writing An Interpreter In Go

Sources: Thorsten Ball
In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey* programming language. S...