Little Snitch Linux: eBPF traffic monitoring https://sudonull.com/little-snitch-linux-ebpf-traffic-monitoring
Breakdown of Little Snitch for Linux: eBPF firewall with process-aware blocking, web interface and blocklists. Learn the architecture, trade-offs and production setup. Ideal for DevOps and security.
FocusMind: fast local note editor https://sudonull.com/focusmind-fast-local-note-editor
Learn how FocusMind 2.0 is implemented without frameworks: JSON server, offline, IndexedDB. Ideal for developers. Test the prototype and share feedback.
PHP engine 0.0023 s: protection and architecture https://sudonull.com/php-engine-0-0023-s-protection-and-architecture
Breakdown of a minimalist PHP engine with generation time 0.0023 s. Active defense against bots, ZIP-bombs, no-JS frontend. Ideal for middle/senior dev. Study the code and benchmarks.
Secure file upload in Go: 7 attacks https://sudonull.com/secure-file-upload-in-go-7-attacks
Analysis of 7 attacks on file upload in Go: type spoofing, DoS, path traversal, SSRF. Crypto-identification ECDSA, magic bytes, MaxBytesReader. For middle/senior dev.
Rust WASM: Porting CLI to Browser https://sudonull.com/rust-wasm-porting-cli-to-browser
Learn how to port a console application on Rust to WebAssembly and deploy on GitLab Pages. Step-by-step code breakdown, CI, and terminal UI. Ideal for middle/senior dev.