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.
Learn how FocusMind 2.0 is implemented without frameworks: JSON server, offline, IndexedDB. Ideal for developers. Test the prototype and share feedback.
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.
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.
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.