In this episode, we dive deep into kibu3000-yodai, a VSCode extension that serves as a comprehensive toolkit for podcast distribution and testing. We explore the technical architecture behind this modular project that integrates with multiple external APIs including Spreaker, Cloudflare Workers, and Spotify. While the codebase demonstrates solid TypeScript implementation and thoughtful API integration, we identify three key areas for improvement: handling long-running tasks with proper async/await patterns to maintain UI responsiveness, implementing more granular error handling and logging for better debugging across multiple API integrations, and externalizing hardcoded configuration values to environment variables for security and flexibility. We discuss practical refactoring strategies, prioritizing quick wins like configuration externalization before tackling larger async refactors. This episode offers valuable insights for developers building VSCode extensions, managing complex API integrations, and evolving projects from functional tools into production-ready solutions while maintaining clean, modular architecture.