Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

2 items on 24 Jan 2023
Go Rust

Ultimate Go: Advanced Engineering Episode 18

Introduction In episode 17, Bill began to design an in-memory accounting database that will store the account balances on his blockchain. To build this database, Bill will add a memory pool on each node that stores a…

Source: Ardan Labs Blog
Go Rust

Ultimate Go: Advanced Engineering Episode 19

Introduction In episode 18, Bill defined the Go type that will represent a transaction and implemented the methods to validate one. While developing the transaction type, Bill states that he’ll be borrowing concepts…

Source: Ardan Labs Blog