Skip to content
TILens What matters today in tech
Theme

Daily edition · Languages

The daily ledger

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

21 Feb 2023 edition
Python

#324 JSON in My DB?

Topics include Use TOML for `.env` files?, Pydantic gets serious funding, f-strings with pandas Jupyter keyboard shortcuts, and BioGPT.

Source: Python Bytes Michael Kennedy and Calvin Hendryx-Parker
Go Rust

Interfaces 101 : Go's Logging Interface Ep. 4

Introduction In episode 3, Miki implemented a type that satisfied Go’s error interface. The odd thing about his type was it would be considered not-nil although no value was set for it. To get a better understanding of…

Source: Ardan Labs Blog