Skip to content
TILens What matters today in tech
Theme

Daily edition · Rust

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

16 Dec 2022 edition
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