<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>技术小站</title>
    <link>https://findwho.cloud</link>
    <description>分享技术，记录生活。专注于全栈开发、云原生和开源项目。</description>
    <language>zh-CN</language>
    <lastBuildDate>Thu, 09 Apr 2026 13:40:54 GMT</lastBuildDate>
    <atom:link href="https://findwho.cloud/feed.xml" rel="self" type="application/rss+xml"/>
    <image>
      <url>https://findwho.cloud/images/logo.png</url>
      <title>技术小站</title>
      <link>https://findwho.cloud</link>
    </image>
    
    <item>
      <title>Vue Dashboard：企业级 Vue3 后台管理模板</title>
      <link>https://findwho.cloud/blog/vue-dashboard-企业级后台管理模板.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/vue-dashboard-企业级后台管理模板.html</guid>
      <description>基于 Vue3 + TypeScript 的企业级后台管理模板，包含权限管理、动态路由、表单验证等完整功能，开箱即用。</description>
      <pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate>
      <category>前端</category>
      <category>Vue3</category>
      <category>TypeScript</category>
      <category>Pinia</category>
      <category>Vue Router</category>
      <category>后台管理</category>
    </item>
    <item>
      <title>《动手学大模型》：上海交通大学 LLM 编程实践教程</title>
      <link>https://findwho.cloud/blog/dive-into-llms-动手学大模型.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/dive-into-llms-动手学大模型.html</guid>
      <description>上海交通大学出品的大模型编程实践教程，涵盖微调部署、提示工程、知识编辑、数学推理、越狱攻击、多模态模型、GUI Agent、RLHF对齐等内容，GitHub 26.4k Stars。</description>
      <pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>LLM</category>
      <category>大模型</category>
      <category>PyTorch</category>
      <category>Python</category>
      <category>教程</category>
    </item>
    <item>
      <title>部署开源 LLM：Ollama 和 vLLM 生产级实战</title>
      <link>https://findwho.cloud/blog/llm-ollama-vllm-开源部署.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/llm-ollama-vllm-开源部署.html</guid>
      <description>从 Ollama 3 分钟上手到 vLLM 生产部署，涵盖 Llama 3.1、Qwen 2.5、DeepSeek V3 等主流开源模型，以及 Docker、Nginx 配置和安全加固完整方案。</description>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>Ollama</category>
      <category>vLLM</category>
      <category>开源模型</category>
      <category>部署</category>
      <category>Docker</category>
      <category>Llama</category>
    </item>
    <item>
      <title>模型微调入门：用私有数据打造专属 AI</title>
      <link>https://findwho.cloud/blog/llm-fine-tuning-模型微调.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/llm-fine-tuning-模型微调.html</guid>
      <description>理解 SFT 和 RLHF 的区别，学习 LoRA 低成本微调技术，掌握训练数据准备、评估方法和主流微调平台，从通才模型打造垂直领域专才。</description>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>微调</category>
      <category>Fine-tuning</category>
      <category>LoRA</category>
      <category>RLHF</category>
      <category>LLM</category>
    </item>
    <item>
      <title>LLM 应用开发：用 API 构建你的第一个 AI 产品</title>
      <link>https://findwho.cloud/blog/llm-api-应用开发实战.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/llm-api-应用开发实战.html</guid>
      <description>从 30 行代码调用 API 开始，到 Function Calling、RAG 问答机器人、Streamlit 前端、生产环境错误处理和成本控制，一条龙掌握 LLM 应用开发。</description>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>API</category>
      <category>OpenAI</category>
      <category>Claude</category>
      <category>Function Calling</category>
      <category>LangChain</category>
    </item>
    <item>
      <title>AI Agent 入门：让 AI 学会规划、工具和协作</title>
      <link>https://findwho.cloud/blog/ai-agent-ai智能体入门.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/ai-agent-ai智能体入门.html</guid>
      <description>深入理解 AI Agent 的四大核心组件（规划、工具、记忆、反思），掌握 ReAct 框架、多 Agent 协作模式，以及 AutoGen 等主流 Agent 开发框架。</description>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>AI Agent</category>
      <category>ReAct</category>
      <category>Agent</category>
      <category>LangChain</category>
      <category>AutoGen</category>
    </item>
    <item>
      <title>RAG 技术详解：让 AI 拥有你自己的知识库</title>
      <link>https://findwho.cloud/blog/rag-检索增强生成技术详解.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/rag-检索增强生成技术详解.html</guid>
      <description>从数据准备、向量检索、上下文注入到 Advanced RAG 模式，手把手带你理解 RAG 的完整技术栈，并提供 5 分钟快速上手代码示例。</description>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>RAG</category>
      <category>向量数据库</category>
      <category>LLM</category>
      <category>知识库</category>
      <category>Embedding</category>
    </item>
    <item>
      <title>Prompt Engineering：与 AI 高效对话的艺术</title>
      <link>https://findwho.cloud/blog/prompt-engineering-提示词工程.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/prompt-engineering-提示词工程.html</guid>
      <description>系统掌握四大主流 Prompt 技术（Zero-Shot、Few-Shot、CoT、Self-Consistency），深入学习结构化输出、角色扮演、模板化 Prompt，以及迭代优化技巧。</description>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>Prompt</category>
      <category>AI</category>
      <category>ChatGPT</category>
      <category>提示词</category>
      <category>CoT</category>
    </item>
    <item>
      <title>大语言模型原理：Transformer 和注意力机制详解</title>
      <link>https://findwho.cloud/blog/llm-原理-transformer注意力机制.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/llm-原理-transformer注意力机制.html</guid>
      <description>深入解析 LLM 的核心技术：Token 分词、Embedding 向量化、Transformer 架构、自注意力机制、GPT 训练过程，以及为什么大模型会出现涌现能力。</description>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>LLM</category>
      <category>原理</category>
      <category>Transformer</category>
      <category>注意力机制</category>
      <category>GPT</category>
    </item>
    <item>
      <title>AI 入门：从 GPT 到 AGI，人工智能到底是什么？</title>
      <link>https://findwho.cloud/blog/ai-入门-从gpt到agi.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/ai-入门-从gpt到agi.html</guid>
      <description>从零开始建立对 AI 的完整认知框架，理解机器学习、深度学习、大语言模型的演进历程，搞清楚 ANI、AGI、ASI 的区别。</description>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>AI</category>
      <category>入门</category>
      <category>GPT</category>
      <category>AGI</category>
      <category>机器学习</category>
    </item>
    <item>
      <title>Nginx 高级配置与性能优化</title>
      <link>https://findwho.cloud/blog/nginx-gao-ji-pei-zhi.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/nginx-gao-ji-pei-zhi.html</guid>
      <description>Nginx 作为高性能 HTTP 服务器的配置指南，涵盖缓存、限流、反向代理、负载均衡等企业级应用场景。</description>
      <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
      <category>DevOps</category>
      <category>Nginx</category>
      <category>DevOps</category>
      <category>性能优化</category>
    </item>
    <item>
      <title>PostgreSQL 深入理解：从入门到精通</title>
      <link>https://findwho.cloud/blog/postgresql-shen-ru-li-jie.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/postgresql-shen-ru-li-jie.html</guid>
      <description>全面讲解 PostgreSQL 的高级特性，包括MVCC、索引优化、分区表、JSONB操作等，适合想要深入理解数据库的开发者。</description>
      <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
      <category>后端</category>
      <category>PostgreSQL</category>
      <category>数据库</category>
      <category>后端</category>
    </item>
    <item>
      <title>Vue3 组件库搭建完全指南</title>
      <link>https://findwho.cloud/blog/vue3-zu-jian-ku-da-jian.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/vue3-zu-jian-ku-da-jian.html</guid>
      <description>从零开始搭建一个符合企业级标准的 Vue3 组件库，包括工程化、文档系统、自动化测试全流程。</description>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
      <category>前端</category>
      <category>Vue</category>
      <category>前端</category>
      <category>组件库</category>
    </item>
    <item>
      <title>Go 语言并发编程实战</title>
      <link>https://findwho.cloud/blog/go-bing-fa-bian-cheng.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/go-bing-fa-bian-cheng.html</guid>
      <description>通过实际案例讲解 Go 语言中的 Goroutine、Channel、Context 等并发原语的使用，包括并发模式、错误处理和性能优化。</description>
      <pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate>
      <category>后端</category>
      <category>Go</category>
      <category>并发</category>
      <category>后端</category>
    </item>
    <item>
      <title>Kubernetes 生产环境避坑指南</title>
      <link>https://findwho.cloud/blog/kubernetes-sheng-chan-huan-jing-bi-keng.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/kubernetes-sheng-chan-huan-jing-bi-keng.html</guid>
      <description>总结了 20+ 条在生产环境中使用 K8s 的常见问题及解决方案，包括 Pod 调度、存储、网络等方面的实战经验。</description>
      <pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate>
      <category>架构</category>
      <category>K8s</category>
      <category>架构</category>
      <category>DevOps</category>
    </item>
    <item>
      <title>Docker 容器优化：从入门到精通</title>
      <link>https://findwho.cloud/blog/docker-rong-qi-you-hua.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/docker-rong-qi-you-hua.html</guid>
      <description>深入讲解 Docker 镜像构建、多阶段构建、容器网络配置以及资源限制的最佳实践，帮助你打造高效、安全的容器化应用。</description>
      <pubDate>Sat, 28 Mar 2026 00:00:00 GMT</pubDate>
      <category>DevOps</category>
      <category>Docker</category>
      <category>DevOps</category>
      <category>容器化</category>
    </item>
    <item>
      <title>Hermes Agent：会成长的 AI Agent 框架</title>
      <link>https://findwho.cloud/blog/nous-hermes-agent-ai-agent.html</link>
      <guid isPermaLink="true">https://findwho.cloud/blog/nous-hermes-agent-ai-agent.html</guid>
      <description>Hermes Agent 是由 NousResearch 打造的先进 AI Agent 框架，支持 Claude、GPT 等多种 LLM 提供商，具备工具调用、长期记忆、多Agent协作等能力，GitHub 42.1k Stars。</description>
      <pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>AI Agent</category>
      <category>Claude</category>
      <category>LLM</category>
      <category>NousResearch</category>
      <category>开源</category>
    </item>
  </channel>
</rss>