Cloudflare servers don't own IPs anymore – so how do they connect to the Internet?

date: 2022-11-26Tags: #network, #good-reading

Cloudflare 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-reading

I have some similar experiences in Python asyncio-style coding. Sometimes you may not require the async/await syntax.

Rust without the async (hard) part

Safely writing code that isn't thread-safe

date: 2022-11-23Tags: #rust, #concurrency, #good-reading

Safely writing code that isn't thread-safe

Python Asyncio: The Complete Guide

date: 2022-11-10Tags: #python, #good-reading

This long guide expounds almost every detail about Python asyncio.

Mastering Container Networking

date: 2022-11-09Tags: #network, #learning-resources

Container Networking Is Simple!

Container Networking is simple! Just kidding, it's not 🙈 But this series will help you understand it!

Mastering Container Networking

Scoped threads in Rust, and why its async counterpart would be unsound

date: 2022-11-05Tags: #rust, #good-reading

Scoped threads in Rust, and why its async counterpart would be unsound