A Junior Engineer's Tale of Multi-tier Subcontracting in 1990s Japan
A Junior Engineer's Tale from 1990s Japan
An analysis of Japan's IT industry's structural challenges and a strategic guide for individual success in the global tech landscape, focusing on remote work opportunities and professional development
A veteran engineer's personal account of the brutal software development environment in early 1990s Japan, highlighting the exploitation of young engineers and its lasting impact on Japan's IT industry.
A comprehensive look at requirements gathering and specification, drawing from decades of experience as an engineer, business owner, and consultant, with insights on making realistic decisions in digital transformation projects.
A comprehensive guide on analyzing DMARC reports to detect and prevent email spoofing attacks, with practical implementation steps for domain security using SPF and DMARC records.
A technical deep dive into email authentication protocols with UML diagrams. Learn how to implement and maintain SPF, DKIM, and DMARC to protect your domain from email spoofing and improve deliverability.
A technical deep-dive into URL redirect challenges during website migration to Astro, featuring Cloudflare Pages integration and practical solutions for handling legacy URLs - with insights from a Japanese proverb about taking the methodical path.
A debugging journey where AI led me astray by misdiagnosing a simple MDX front matter syntax error as a complex YAML configuration issue. A reminder that sometimes the simplest solutions can be overlooked when we rely too heavily on AI.
Discover the purpose of the mysterious breakpoint indicator that appears during Astro development and learn how it helps in responsive design implementation.
A comprehensive guide on implementing email sending functionality using Cloudflare Workers and Gmail API. Includes complete TypeScript implementation with service account authentication.
A comprehensive guide on implementing email sending functionality in static websites using Cloudflare Workers and Gmail API. Part 2 covers development environment setup, Cloudflare Workers basics, and project configuration.
A comprehensive guide on implementing email sending functionality in static websites using Cloudflare Workers and Gmail API, covering service account setup, OAuth authentication, and implementation details.