Cloudflare servers don't own IPs anymore – so how do they connect to the Internet?
date: 2022-11-26Tags: #network, #good-readingCloudflare servers don't own IPs anymore – so how do they connect to the Internet?
Rust without the async (hard) part
date: 2022-11-25Tags: #rust, #good-readingI have some similar experiences in Python asyncio-style coding. Sometimes you
may not require the async/await syntax.
Safely writing code that isn't thread-safe
date: 2022-11-23Tags: #rust, #concurrency, #good-readingPython Asyncio: The Complete Guide
date: 2022-11-10Tags: #python, #good-readingThis long guide expounds almost every detail about Python asyncio.
Mastering Container Networking
date: 2022-11-09Tags: #network, #learning-resourcesContainer Networking Is Simple!
Container Networking is simple! Just kidding, it's not 🙈 But this series will help you understand it!
Scoped threads in Rust, and why its async counterpart would be unsound
date: 2022-11-05Tags: #rust, #good-readingScoped threads in Rust, and why its async counterpart would be unsound