August 16, 2024A WhatsApp Web Chrome Extension To Transcribe Voice MessagesTL;DR: I've built a Chrome extension that integrates with WhatsApp Web to automatically transcribe and summarize voice messages, born from frustration with lengthy audio communications.11 min readwebdevdevelopmentjavascript
July 11, 2024Workflows that do not hinder developersTL;DR: Complex development workflows in large companies often hinder productivity. A case for simpler, trunk-based development approaches that enable faster iteration and feedback cycles.4 min readwebdevdevelopment
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