<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>BackEnd on LYJ&#39;s Blog</title>
    <link>https://lyj404.github.io/blog/categories/backend/</link>
    <description>Recent content in BackEnd on LYJ&#39;s Blog</description>
    <image>
      <title>LYJ&#39;s Blog</title>
      <url>https://lyj404.github.io/blog/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://lyj404.github.io/blog/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.147.2</generator>
    <language>zh</language>
    <lastBuildDate>Mon, 06 Jan 2025 20:38:40 +0000</lastBuildDate>
    <atom:link href="https://lyj404.github.io/blog/categories/backend/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git提交规范和GitFlow</title>
      <link>https://lyj404.github.io/blog/post/git-specifications-gitflow/</link>
      <pubDate>Mon, 06 Jan 2025 20:38:40 +0000</pubDate>
      <guid>https://lyj404.github.io/blog/post/git-specifications-gitflow/</guid>
      <description>讲述如何使用 Git 提交规范和 Git Flow 工作流来有效管理代码版本控制。通过遵循标准化的提交信息格式和结构化的分支策略，开发团队可以提高代码的可维护性和协作效率。</description>
    </item>
    <item>
      <title>.gitignore文件的配置使用</title>
      <link>https://lyj404.github.io/blog/post/gitignore-file-use/</link>
      <pubDate>Sat, 02 Mar 2024 17:16:07 +0000</pubDate>
      <guid>https://lyj404.github.io/blog/post/gitignore-file-use/</guid>
      <description>.gitignore文件的作用是告诉Git哪些文件或目录不需要纳入版本控制。当您在项目中创建.gitignore文件并列出要忽略的文件或目录时，Git会在执行各种操作（如git status、git add、git commit等）时忽略这些被指定的文件或目录。</description>
    </item>
    <item>
      <title>MongoDB的基本操作</title>
      <link>https://lyj404.github.io/blog/post/mongodb-description/</link>
      <pubDate>Tue, 09 Jan 2024 19:39:59 +0000</pubDate>
      <guid>https://lyj404.github.io/blog/post/mongodb-description/</guid>
      <description>MongoDB 是一个基于分布式文件存储的数据库。由 C&#43;&#43; 语言编写。旨在为 WEB 应用提供可扩展的高性能数据存储解决方案。</description>
    </item>
    <item>
      <title>DDD领域驱动设计</title>
      <link>https://lyj404.github.io/blog/post/domain-driver-design-desciption/</link>
      <pubDate>Sun, 08 Oct 2023 16:29:12 +0000</pubDate>
      <guid>https://lyj404.github.io/blog/post/domain-driver-design-desciption/</guid>
      <description>DDD是一种软件设计思想和方法论，以领域为核心构建软件设计体系，将业务模型抽象成领域模型进行拆解和封装。</description>
    </item>
    <item>
      <title>数据库设计规范</title>
      <link>https://lyj404.github.io/blog/post/database-design-specifications/</link>
      <pubDate>Thu, 24 Aug 2023 20:12:09 +0000</pubDate>
      <guid>https://lyj404.github.io/blog/post/database-design-specifications/</guid>
      <description>为了建立冗余小、结构比较合理的数据库，在设计数据库的过程中就需要遵循一定的规范。在关系型数据库中称这种规范为范式</description>
    </item>
    <item>
      <title>JWT(JSON WEB TOKEN)</title>
      <link>https://lyj404.github.io/blog/post/jwt-description/</link>
      <pubDate>Sun, 20 Aug 2023 16:54:01 +0000</pubDate>
      <guid>https://lyj404.github.io/blog/post/jwt-description/</guid>
      <description>JWT 是 JSON Web Token 的缩写，是一种用于在网络应用环境间传递安全信息的简洁的、URL安全的表述性声明规范。</description>
    </item>
  </channel>
</rss>
