<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>KoreaMike</title>
        <link>https://koreamike.com</link>
        <description>分享程式學習心得、技術文章，以及精選韓國好物推薦</description>
        <language>zh-TW</language>
        <lastBuildDate>Wed, 15 Apr 2026 17:13:01 +0000</lastBuildDate>
        <atom:link href="https://koreamike.com/feed" rel="self" type="application/rss+xml" />

                <item>
            <title><![CDATA[做代購的大叔，自己寫了一套代購系統]]></title>
            <link>https://koreamike.com/posts/why-i-learned-to-code-as-a-daigou</link>
            <guid isPermaLink="true">https://koreamike.com/posts/why-i-learned-to-code-as-a-daigou</guid>
            <description><![CDATA[一個韓國代購供應商，因為 BuyPlus + FB 社團模式無法解決 B 端分銷問題，走上了自己寫系統的路。這是系列第一篇，聊聊最初的那個痛點。]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Tue, 14 Apr 2026 11:41:02 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[常用的SQL語句]]></title>
            <link>https://koreamike.com/posts/chang-yong-de-SQL</link>
            <guid isPermaLink="true">https://koreamike.com/posts/chang-yong-de-SQL</guid>
            <description><![CDATA[SELECT queriesSELECT column, another_column, …
FROM mytable;SELECT * 
FROM mytable;SELECT column, another_column,...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Tue, 31 Mar 2026 01:11:53 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[TypeScript Interfaces/Types]]></title>
            <link>https://koreamike.com/posts/typescript-interfacestypes</link>
            <guid isPermaLink="true">https://koreamike.com/posts/typescript-interfacestypes</guid>
            <description><![CDATA[在 storefront/types 目錄下的文件，其主要作用是定義前端（Nuxt.js/Vue.js）應用程式中使用的資料結構與型別（TypeScript Interfaces/Types）...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Tue, 03 Mar 2026 00:07:23 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[免費 SPA 靜態網站託管平台]]></title>
            <link>https://koreamike.com/posts/mian-fei-SPA-jing-tai-wang-zhan-tuo-guan-ping-tai</link>
            <guid isPermaLink="true">https://koreamike.com/posts/mian-fei-SPA-jing-tai-wang-zhan-tuo-guan-ping-tai</guid>
            <description><![CDATA[🚀 推薦的免費 SPA 靜態網站託管平台🧑‍💻 1. Netlify老牌且很受前端社群喜愛的免費託管平台。可以連�...]]></description>
            <category><![CDATA[代購乾貨]]></category>
            <pubDate>Wed, 04 Feb 2026 07:34:46 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[拉拉熊咖啡杯造型糖果]]></title>
            <link>https://koreamike.com/posts/la-la-xiong-ka-fei-bei-zao-xing-tang-guo</link>
            <guid isPermaLink="true">https://koreamike.com/posts/la-la-xiong-ka-fei-bei-zao-xing-tang-guo</guid>
            <description><![CDATA[購買鏈接🧸 拉拉熊咖啡杯造型糖果｜迷你隨行杯收�...]]></description>
            <category><![CDATA[韓國好物]]></category>
            <pubDate>Wed, 04 Feb 2026 01:34:33 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[Repository 層的核心作用說明]]></title>
            <link>https://koreamike.com/posts/Repository-ceng-de-he-xin-zuo-yong-shuo-ming</link>
            <guid isPermaLink="true">https://koreamike.com/posts/Repository-ceng-de-he-xin-zuo-yong-shuo-ming</guid>
            <description><![CDATA[📌 一句話總結Repository 層的核心作用：把 SQL 查詢從業務邏輯中隔離出來。讓「怎麼查資料」與「怎麼用�...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Mon, 02 Feb 2026 10:45:07 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[24 小時運作的電商運維機器]]></title>
            <link>https://koreamike.com/posts/24-xiao-shi-yun-zuo-de-dian-shang-yun-wei-ji-qi</link>
            <guid isPermaLink="true">https://koreamike.com/posts/24-xiao-shi-yun-zuo-de-dian-shang-yun-wei-ji-qi</guid>
            <description><![CDATA[很好的一個問題，而且你這個方向其實非常適合你目前的技術路線（你之前在折騰 Arch / LazyVim / CLI / 自動化工具）。我直接用「實戰�...]]></description>
            <category><![CDATA[代購乾貨]]></category>
            <pubDate>Mon, 02 Feb 2026 05:50:17 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[Lazyvim 创建新 notebook 的方式]]></title>
            <link>https://koreamike.com/posts/Lazyvim-chuang-jian-xin-notebook-de-fang-shi</link>
            <guid isPermaLink="true">https://koreamike.com/posts/Lazyvim-chuang-jian-xin-notebook-de-fang-shi</guid>
            <description><![CDATA[Lazyvim 创建新 notebook 的方式~/.config/nvim/lua/config/autocmds.lua-- When opening a new (empty) .ipynb file, initialize it
-- with valid noteb...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Sat, 31 Jan 2026 12:27:47 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[LazyVim / Neovim 的摺疊功能]]></title>
            <link>https://koreamike.com/posts/LazyVim-Neovim-de-zhe-die-gong-neng</link>
            <guid isPermaLink="true">https://koreamike.com/posts/LazyVim-Neovim-de-zhe-die-gong-neng</guid>
            <description><![CDATA[有的，而且不只是「有」——LazyVim / Neovim 的摺疊功能其實比 VSCode 更強，只是預設是鍵盤操作為主 👍你可以把它當成 VSCode 的 code...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Sat, 31 Jan 2026 07:57:23 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[LazyVim LSP 導航快捷鍵說明]]></title>
            <link>https://koreamike.com/posts/LazyVim-LSP-dao-hang-kuai-jie-jian-shuo-ming</link>
            <guid isPermaLink="true">https://koreamike.com/posts/LazyVim-LSP-dao-hang-kuai-jie-jian-shuo-ming</guid>
            <description><![CDATA[LazyVim 內建支援 LSP（Language Server Protocol），可實現類似 VS Code 的「跳轉定義 / 查看引用 / 類型跳轉」等功能。以下是常用的程式碼導航快捷鍵整�...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Fri, 30 Jan 2026 09:07:54 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[LazyVim（基於 Neovim）中，批量替換主要有以下幾種方式]]></title>
            <link>https://koreamike.com/posts/LazyVim-ji-yu-Neovim-zhong-pi-liang-ti-huan-zhu-yao-you-yi-xia-ji-zhong-fang-shi</link>
            <guid isPermaLink="true">https://koreamike.com/posts/LazyVim-ji-yu-Neovim-zhong-pi-liang-ti-huan-zhu-yao-you-yi-xia-ji-zhong-fang-shi</guid>
            <description><![CDATA[在 LazyVim（基於 Neovim）中，批量替換主要有以下幾種方式：1. 基本替換命令 :s# 替換當前行第一個匹配:s/...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Fri, 30 Jan 2026 04:26:56 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[LazyVim Git 變更查看指南]]></title>
            <link>https://koreamike.com/posts/LazyVim-Git-bian-geng-cha-kan-zhi-nan</link>
            <guid isPermaLink="true">https://koreamike.com/posts/LazyVim-Git-bian-geng-cha-kan-zhi-nan</guid>
            <description><![CDATA[LazyVim 內建多種方便的方式來查看 Git 變更，以下整理常用功能與快捷鍵，方便日後查閱。1. Gitsigns（內建）LazyVim 預設安裝了 gits...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Thu, 29 Jan 2026 11:52:42 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[Arch CLI → SSH 進 Ubuntu]]></title>
            <link>https://koreamike.com/posts/Arch-CLI-SSH-jin-Ubuntu</link>
            <guid isPermaLink="true">https://koreamike.com/posts/Arch-CLI-SSH-jin-Ubuntu</guid>
            <description><![CDATA[✅ 首選方案（99% 人用這個）：SSHArch CLI → SSH 進 Ubuntu → 在那邊操作 / 複製 token為什麼這是最佳解？...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Mon, 26 Jan 2026 01:52:02 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[postgres常用命令]]></title>
            <link>https://koreamike.com/posts/postgres-chang-yong-ming-ling</link>
            <guid isPermaLink="true">https://koreamike.com/posts/postgres-chang-yong-ming-ling</guid>
            <description><![CDATA[指定用户名连接  psql -U aaa -d postgres 如果需要密码 登錄  psql -U aaa -d postgres -W 創建數據庫CREA...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Sat, 24 Jan 2026 08:12:54 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[Ubuntu安装PostgreSQL后查看方法]]></title>
            <link>https://koreamike.com/posts/Ubuntu-an-zhuang-PostgreSQL-hou-cha-kan-fang-fa</link>
            <guid isPermaLink="true">https://koreamike.com/posts/Ubuntu-an-zhuang-PostgreSQL-hou-cha-kan-fang-fa</guid>
            <description><![CDATA[在Ubuntu上安装PostgreSQL后，可以通过以下几种方式查看和验证安装：1. 检查PostgreSQL服务状态```bash# 查看服务状态sudo systemct...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Sat, 24 Jan 2026 06:32:19 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[home server 上架一個 超簡單靜態網站（Nginx）]]></title>
            <link>https://koreamike.com/posts/home-server-shang-jia-yi-ge-chao-jian-dan-jing-tai-wang-zhan-Nginx</link>
            <guid isPermaLink="true">https://koreamike.com/posts/home-server-shang-jia-yi-ge-chao-jian-dan-jing-tai-wang-zhan-Nginx</guid>
            <description><![CDATA[太好了，這一步非常漂亮。我們來做一個 「真・Server 級、但新手完全可控」 的專案：🎯 目標...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Fri, 23 Jan 2026 03:45:21 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[用舊的電腦做成home server]]></title>
            <link>https://koreamike.com/posts/yong-jiu-de-dian-nao-zuo-cheng-home-server</link>
            <guid isPermaLink="true">https://koreamike.com/posts/yong-jiu-de-dian-nao-zuo-cheng-home-server</guid>
            <description><![CDATA[一點都不需要等到「Linux 高級」才碰 😊用舊電腦做 home server，反而是「初～中級 Linux 最好的實戰入口之一」，而且你現在用 Arch + CLI...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Thu, 22 Jan 2026 14:29:55 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[archlinux的packages，都是安裝在哪個目錄下面的]]></title>
            <link>https://koreamike.com/posts/archlinux-de-packages-dou-shi-an-zhuang-zai-na-ge-mu-lu-xia-mian-di</link>
            <guid isPermaLink="true">https://koreamike.com/posts/archlinux-de-packages-dou-shi-an-zhuang-zai-na-ge-mu-lu-xia-mian-di</guid>
            <description><![CDATA[這個問題問得非常好，而且是「真正開始理解 Arch / Linux」的關鍵一題 👍我直接給你一句話版本，然後再拆解。一句話總結...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Thu, 22 Jan 2026 14:16:54 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[純 CLI、初級 Arch 用戶也能立刻感受到很酷]]></title>
            <link>https://koreamike.com/posts/chun-CLI-chu-ji-Arch-yong-hu-ye-neng-li-ke-gan-shou-dao-hen-ku</link>
            <guid isPermaLink="true">https://koreamike.com/posts/chun-CLI-chu-ji-Arch-yong-hu-ye-neng-li-ke-gan-shou-dao-hen-ku</guid>
            <description><![CDATA[太好了，這一步其實正是 Arch / CLI 最好玩的地方 😄下面我幫你整理一份——**「純 CLI、初級 Arch 用戶也能立刻感受到很酷」**的清單�...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Thu, 22 Jan 2026 08:14:05 +0000</pubDate>
        </item>
                <item>
            <title><![CDATA[「學 Linux 用的新手」 設計的tmux.conf]]></title>
            <link>https://koreamike.com/posts/xue-Linux-yong-de-xin-shou-she-ji-de-tmux-conf</link>
            <guid isPermaLink="true">https://koreamike.com/posts/xue-Linux-yong-de-xin-shou-she-ji-de-tmux-conf</guid>
            <description><![CDATA[下面這份是我專門給 「學 Linux 用的新手」 設計的👉 超乾淨、零花俏、不會干擾理解的 .tmux.conf重點只有一�...]]></description>
            <category><![CDATA[技術實戰]]></category>
            <pubDate>Thu, 22 Jan 2026 07:38:29 +0000</pubDate>
        </item>
            </channel>
</rss>
