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.

03 Jan 2023 edition
Python

#317 Most loved and most dreaded dev tools of 2022

Topics include StackOverflow 2022 Developer Survey, PePy.tech - PyPI download stats with package version breakdown, Codon Python Compiler, and 8 Levels of Using Type Hints in Python.

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

Ultimate Go: Advanced Engineering Episode 10

Introduction In episode 9, Bill introduced the idea of the genesis record and its role in his blockchain. As a recap, the genesis record will be used to customize the settings of his blockchain. The approach Bill takes…

Source: Ardan Labs Blog
Go Rust

Ultimate Go: Advanced Engineering Episode 11

Introduction In episode 10, Bill dove into the technical implementation of his genesis record and defined a custom Go type representing the record. While doing so, he provided an in-depth look at the reasoning behind…

Source: Ardan Labs Blog