<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Practical Guide on Birdor Blog</title>
		<link>https://blog.birdor.com/tags/practical-guide/</link>
		<description>Recent content in Practical Guide on Birdor Blog</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Tue, 30 Dec 2025 23:30:00 +0800</lastBuildDate>
		
			<atom:link href="https://blog.birdor.com/tags/practical-guide/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Building a Real Service with Plumego: From HTTP Entry to Domain Logic</title>
				<link>https://blog.birdor.com/plumego-real-world-service-walkthrough/</link>
				<pubDate>Tue, 30 Dec 2025 23:30:00 +0800</pubDate>
				<guid>https://blog.birdor.com/plumego-real-world-service-walkthrough/</guid>
				<description>&lt;h1 id=&#34;building-a-real-service-with-plumego-from-http-entry-to-domain-logic&#34;&gt;Building a Real Service with Plumego: From HTTP Entry to Domain Logic&lt;/h1&gt;&#xA;&lt;h2 id=&#34;introduction-why-real-examples-matter&#34;&gt;Introduction: Why “Real” Examples Matter&lt;/h2&gt;&#xA;&lt;p&gt;Many framework tutorials stop at the point where things become interesting.&lt;/p&gt;&#xA;&lt;p&gt;They show:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How to start a server&lt;/li&gt;&#xA;&lt;li&gt;How to define a route&lt;/li&gt;&#xA;&lt;li&gt;How to return JSON&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;What they rarely show is how a service behaves &lt;strong&gt;after six months of development&lt;/strong&gt;, when:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Business rules have multiplied&lt;/li&gt;&#xA;&lt;li&gt;Multiple engineers touch the same code&lt;/li&gt;&#xA;&lt;li&gt;Observability matters&lt;/li&gt;&#xA;&lt;li&gt;Refactoring becomes inevitable&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This article is intentionally long and detailed. Its goal is not to demonstrate Plumego’s API surface, but to demonstrate &lt;strong&gt;how Plumego supports a real service architecture&lt;/strong&gt;—one that is meant to evolve.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
