Skip to content
TILens What matters today in tech
Theme

Daily edition

The daily ledger

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

14 Nov 2024 edition
Python

Learning Path: Functions and Scopes

Learn to define Python functions, use parameters and return values, create inner functions, and understand namespaces and scope.

Source: Real Python
Python

#409 We've moved to Hetzner write-up

Topics include terminal-tree, posting: The API client that lives in your terminal, , and UV does everything or enough that I'm not sure what else it needs to do.

Source: Python Bytes Michael Kennedy and Calvin Hendryx-Parker
DevSec

Understanding command injection vulnerabilities in Go

Read how command injection works and the dangers it poses. Learn about practical guidance on how to prevent it. By following best practices and using tools like Snyk, you can significantly reduce the risk of command…

Source: Snyk Blog