Building an MCP Server for Image Generation

I got tired of switching to ChatGPT every time I needed to generate an image or finding some free WebP converter online. Model Context Protocol (MCP) provides a standardized interface for AI assistants to call external tools directly from the editor. Instead of generating and executing code for each

Read more →

Vibe coding a blog in Rust

Never touched Rust before. Zero experience. But I've been programming for a while, so learning a new programming language enough to start building something usually means learning the basic syntax and mapping concepts to other programming languages that I know. I wanted to build a blog and learn Rus

Read more →