How You Can Use a Coding Agent to Write Code (From JIRA Ticket to PR)

    I am writing after a long time. I have been busy with my new work - my first job in Europe, it’s Wolt (acquired by DoorDash). That’s another story for another post - moving countries, finding an apartment, understanding how to deal with the winter, and learning a new leanguage for writing grocery list. But today I want to share something practical. Something I have been refining for months on personal projects, not taking the risk at work for now: using a coding agent to take a JIRA ticket and turn it into shipped, reviewed, merged code. ...

    April 23, 2026 · 14 min · Rafiul Alam

    Building an MCP File Operations Tool in Go: A Complete Guide

    The Model Context Protocol (MCP) is revolutionizing how AI assistants interact with tools and data sources. In this comprehensive guide, we’ll build a production-ready MCP server in Go that provides powerful file operations-think of it as the strings utility package, but for files and AI assistants. What is MCP? MCP (Model Context Protocol) is a standardized way for AI assistants to interact with external tools and data sources. Instead of custom integrations for each tool, MCP provides a universal protocol that works with any compliant server. ...

    October 18, 2025 · 17 min · Rafiul Alam