Skip to content
TILens What matters today in tech v0.0.5
Theme

Topic · Edition

Rust

4 items on 16 Dec 2022
Go Rust

Understanding Go's Time Format

Introduction Most apps that work with time values eventually need to display time to a user. Go has a unique way of allowing you to specify how to display time values that is different from the C library function…

Source: Ardan Labs Blog
Go Rust

Ultimate Go: Advanced Engineering Episode 5

Introduction In case you missed episode 4, Bill attempted to integrate current database sharing solutions to solve the “database ownership” problem his dependency manager faces. He tried providing copies of the…

Source: Ardan Labs Blog
Go Rust

Generics vs. Interfaces

Introduction In this video, Paulo shows the benefit of leveraging generic functions to write less code that does more. He starts by walking you through an API server he initially wrote that makes use of Go’s default…

Source: Ardan Labs Blog
Go Rust

Ultimate Go: Advanced Engineering Episode 6

Introduction In the last video, Bill left off talking about proof of work (PoW) algorithms. In a distributed and decentralized environment, PoW used to be the gold standard for a node to participate equitably in a…

Source: Ardan Labs Blog