<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Developer-Tools on Khang Nghiem</title><link>https://www.khangnghiem.com/tags/developer-tools/</link><description>Recent content in Developer-Tools on Khang Nghiem</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 24 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.khangnghiem.com/tags/developer-tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Claude Code in a Microservices Setup: A Practical Guide</title><link>https://www.khangnghiem.com/post/claude-code-microservices/</link><pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate><guid>https://www.khangnghiem.com/post/claude-code-microservices/</guid><description>&lt;p&gt;Claude Code works great on a single service. The moment you have ten services each in their own git repository, it stops knowing where it is.&lt;/p&gt;
&lt;p&gt;It suggests calling the orders database from the user-service. It forgets your team uses Kafka for async events. It recommends patterns from the wrong stack. Not because Claude is bad, but because it has no map.&lt;/p&gt;
&lt;p&gt;The fix is giving it one.&lt;/p&gt;
&lt;h2 id="the-approach-import-from-a-shared-repo"&gt;The Approach: &lt;code&gt;@import&lt;/code&gt; from a Shared Repo&lt;/h2&gt;
&lt;p&gt;Claude Code supports importing other files inside &lt;code&gt;CLAUDE.md&lt;/code&gt; using the &lt;code&gt;@path/to/file&lt;/code&gt; syntax. This lets you pull shared standards from a dedicated versioned repo directly into each service&amp;rsquo;s context.&lt;/p&gt;</description></item></channel></rss>