Blog
Articles, tutorials, and insights about web development, frontend technologies, and software engineering.

Why I Ditched Termius for WebSSH: Best SSH Client for Apple Ecosystem
After 3+ years paying $120/year for Termius, I found WebSSH - a one-time $2.50 purchase with iCloud sync that does everything I need on iOS and macOS.

Bun vs Node.js vs Deno: 2026 Runtime Comparison
Comprehensive comparison of Bun, Node.js, and Deno in 2026. Real-world benchmarks, migration strategies, and which runtime fits your next project best.

OpenCode Multi-Model CLI: Switch AI Without Limits
Master OpenCode CLI to seamlessly switch between Claude and GPT models. Learn project-level MCP setup, YOLO mode, and how to never hit rate limits again.

Stop Google Sheets Script from Unhiding Sheets
Discover how to fix a common Google Apps Script issue where activating the last edited cell unhides all sheets. Learn the simple code tweak to keep your hidden sheets private while jumping to recent edits.

Custom Slash Commands in GitHub Copilot The Ultimate Guide
Stop switching between terminal AI tools. Learn how to create custom slash commands in GitHub Copilot to standardize your workflows directly within VS Code.

Fixing RabbitMQ 4.x Connection: amqplib to CloudAMQP
Solved Socket closed abruptly error when connecting to RabbitMQ 4.1.4. Learn why amqplib fails and how to migrate to CloudAMQP client for seamless integration.