<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>NestJS Wiki</title>
      <link>https://liubin.wiki</link>
      <description>Last 10 notes on NestJS Wiki</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>Using Redis in NestJS (ByteGoblin)</title>
    <link>https://liubin.wiki/sources/Using-Redis-in-NestJS-(ByteGoblin)</link>
    <guid>https://liubin.wiki/sources/Using-Redis-in-NestJS-(ByteGoblin)</guid>
    <description><![CDATA[ A beginner-oriented guide to integrating Redis with NestJS using ioredis, covering setup, configuration, and basic CRUD operations. ]]></description>
    <pubDate>Thu, 07 May 2026 03:29:46 GMT</pubDate>
  </item><item>
    <title>How to Use Redis with NestJS A Simple Guide to Caching</title>
    <link>https://liubin.wiki/sources/How-to-Use-Redis-with-NestJS-A-Simple-Guide-to-Caching</link>
    <guid>https://liubin.wiki/sources/How-to-Use-Redis-with-NestJS-A-Simple-Guide-to-Caching</guid>
    <description><![CDATA[ A guide to integrating Redis with NestJS using ioredis directly, with a RedisModule/RedisService pattern and a real-world caching case study. ]]></description>
    <pubDate>Thu, 07 May 2026 03:29:34 GMT</pubDate>
  </item><item>
    <title>SOLID Principles</title>
    <link>https://liubin.wiki/sources/SOLID-Principles</link>
    <guid>https://liubin.wiki/sources/SOLID-Principles</guid>
    <description><![CDATA[ Wikipedia article on SOLID, the mnemonic acronym for five object-oriented design principles introduced by Robert C. ]]></description>
    <pubDate>Thu, 07 May 2026 03:23:27 GMT</pubDate>
  </item><item>
    <title>NestJS Modules</title>
    <link>https://liubin.wiki/sources/NestJS-Modules</link>
    <guid>https://liubin.wiki/sources/NestJS-Modules</guid>
    <description><![CDATA[ Official NestJS documentation on modules, covering dynamic modules, global modules, module re-exporting, module provider injection, and module encapsulation behavior. ]]></description>
    <pubDate>Thu, 07 May 2026 03:23:12 GMT</pubDate>
  </item><item>
    <title>NestJS Middleware</title>
    <link>https://liubin.wiki/sources/NestJS-Middleware</link>
    <guid>https://liubin.wiki/sources/NestJS-Middleware</guid>
    <description><![CDATA[ Official NestJS documentation on middleware, covering the NestMiddleware interface, MiddlewareConsumer, functional middleware, route matching, and global middleware registration. ]]></description>
    <pubDate>Thu, 07 May 2026 03:22:54 GMT</pubDate>
  </item><item>
    <title>NestJS Exception Filters</title>
    <link>https://liubin.wiki/sources/NestJS-Exception-Filters</link>
    <guid>https://liubin.wiki/sources/NestJS-Exception-Filters</guid>
    <description><![CDATA[ Official NestJS documentation on exception filters, covering the built-in exceptions layer, HttpException class, custom exceptions, exception filters, and binding strategies. ]]></description>
    <pubDate>Thu, 07 May 2026 03:22:36 GMT</pubDate>
  </item><item>
    <title>NestJS Pipes</title>
    <link>https://liubin.wiki/sources/NestJS-Pipes</link>
    <guid>https://liubin.wiki/sources/NestJS-Pipes</guid>
    <description><![CDATA[ Official NestJS documentation on pipes, covering the PipeTransform interface, built-in transformation pipes, custom validation pipes (Zod and class-validator), binding strategies, and pipe scoping. ]]></description>
    <pubDate>Thu, 07 May 2026 03:22:13 GMT</pubDate>
  </item><item>
    <title>ArgumentMetadata</title>
    <link>https://liubin.wiki/concepts/ArgumentMetadata</link>
    <guid>https://liubin.wiki/concepts/ArgumentMetadata</guid>
    <description><![CDATA[ ArgumentMetadata is the metadata object passed as the second parameter to PipeTransform.transform(). ]]></description>
    <pubDate>Wed, 06 May 2026 16:00:00 GMT</pubDate>
  </item><item>
    <title>ArgumentsHost</title>
    <link>https://liubin.wiki/concepts/ArgumentsHost</link>
    <guid>https://liubin.wiki/concepts/ArgumentsHost</guid>
    <description><![CDATA[ ArgumentsHost is a NestJS utility class that provides an abstraction layer over the host execution context. ]]></description>
    <pubDate>Wed, 06 May 2026 16:00:00 GMT</pubDate>
  </item><item>
    <title>BaseExceptionFilter</title>
    <link>https://liubin.wiki/concepts/BaseExceptionFilter</link>
    <guid>https://liubin.wiki/concepts/BaseExceptionFilter</guid>
    <description><![CDATA[ BaseExceptionFilter is the built-in default global exception filter in NestJS, exported from @nestjs/core. ]]></description>
    <pubDate>Wed, 06 May 2026 16:00:00 GMT</pubDate>
  </item>
    </channel>
  </rss>