August 16, 2024Building my first Chrome extensionTL;DR: Creating 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
March 1, 2024The first thing I will work onTL;DR: Evaluating two potential business ideas - an error tracking system that generates detailed bug reports and test cases, and a Chrome extension that fixes ChatGPT's incomplete code responses.2 min readwebdevdevelopmentpersonal
August 10, 2021Project Blog: done!TL;DR: Successfully rebuilding my personal website with NextJS, highlighting the benefits of the framework, the importance of shipping projects, and lessons learned during development.6 min readSEOwebdevpersonaldevelopment