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.

17 Jan 2023 edition
Go Rust

Ultimate Go: Advanced Engineering Episode 16

Introduction In episode 15, Bill architected a solution to ensure all the users on his blockchain were given a unique identifier. His approach consisted of essentially leveraging the randomness of a user’s private key…

Source: Ardan Labs Blog
Go Rust

Writing an HTTP handler function in Go

Introduction When an API requires implementation details from the user, many developers use an interface for help. However, another way to allow developers to provide implementation details for an API is to accept a…

Source: Ardan Labs Blog