Python type hints and complex Pydantic rebuilds
Rebuilding complex Pydantic models using __init__ files. With a small tour of Python type system en-passant.
Mini HTTP/1.1 Server (in Rust)
I wrote an almost spec-compliant HTTP/1.1 server in Rust
Intro to Networks
Before calling high-level APIs - Berkeley sockets style
accept, send/recv,
connect, ... - let's build our
foundations first.