Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

2 items on 12 Jan 2023
Go Rust

Writing testable examples in Go

Introduction Google developed Go to be an alternative to C++ with the internet and scale in mind. Go’s toolchain automates tasks that are easily overlooked, and amongst those tasks is generating documentation. Go has…

Source: Ardan Labs Blog
Go Rust

Ultimate Go: Advanced Engineering Episode 15

Introduction In episode 14, Bill architected a solution to digitally sign the transactions on his blockchain. His solution retrieved the private key by : loading private key data from disk, parsing the key data and…

Source: Ardan Labs Blog