Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

2 items on 19 Jan 2023
Go Rust

Ultimate Go: Advanced Engineering Episode 17

Introduction In episode 16, Bill implemented additional means of verification for his blockchain’s transactions. The first update he made was to verify if a transaction is destined for his blockchain by reading the…

Source: Ardan Labs Blog
Go Rust

Table driven tests in Go

Introduction Table tests are a great way to test different inputs and associated outputs for a function in Go. To write a table test, you define a slice of some data struct with fields of the input data you’ll need and…

Source: Ardan Labs Blog