July 3, 2024Node.js to Rust in 2024TL;DR: Migrating from Node.js to Rust offers compile-time safety, better resource utilization, and a stronger type system, but only makes sense for specific use cases where these benefits outweigh the migration costs.7 min readrustwebdevdevelopment
May 26, 2024Encountering the OS port limitTL;DR: Troubleshooting a mysterious "address not available" error in a high-performance application, discovering it was related to OS port exhaustion rather than database configuration issues.9 min readwebdevdevelopmentrust