<?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>Middleware on ToiDB</title>
    <link>https://www.toidang.xyz/tags/middleware/</link>
    <description>Recent content in Middleware on ToiDB</description>
    <image>
      <title>ToiDB</title>
      <url>https://www.toidang.xyz/web/static/me-512x512.png</url>
      <link>https://www.toidang.xyz/web/static/me-512x512.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 14 Jul 2024 09:31:23 +0700</lastBuildDate>
    <atom:link href="https://www.toidang.xyz/tags/middleware/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Implement Rate Limiting in Ruby on Rails</title>
      <link>https://www.toidang.xyz/posts/2024/05/02/implement-rate-limiting-in-ruby-on-rails/</link>
      <pubDate>Thu, 02 May 2024 10:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/05/02/implement-rate-limiting-in-ruby-on-rails/</guid>
      <description>Rate limiting is a common technique used to control the rate of incoming requests to a web application and prevent abuse or overload. Learn how to implement rate limiting in a Ruby on Rails application using middleware and Redis.</description>
    </item>
    <item>
      <title>Middleware in Rails: A Comprehensive Guide</title>
      <link>https://www.toidang.xyz/posts/2024/03/25/middleware-in-rails-a-comprehensive-guide/</link>
      <pubDate>Mon, 25 Mar 2024 10:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/03/25/middleware-in-rails-a-comprehensive-guide/</guid>
      <description>Middleware in Rails is a powerful feature that allows you to intercept and modify HTTP requests and responses. Learn how to use middleware in Rails to add custom functionality, enhance performance, and improve security in your web applications.</description>
    </item>
    <item>
      <title>Page caching - Implementing Page Caching in a Rails Application with Redis</title>
      <link>https://www.toidang.xyz/posts/2021/08/06/page-caching-implementing-page-caching-in-a-rails-application-with-redis/</link>
      <pubDate>Fri, 06 Aug 2021 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2021/08/06/page-caching-implementing-page-caching-in-a-rails-application-with-redis/</guid>
      <description>Page caching is a vital strategy to enhance the performance and responsiveness of web applications by serving cached HTML pages directly to users. In this blog post, we&amp;rsquo;ll explore how to implement page caching in a Rails application using Rails middleware and Redis as the caching backend.</description>
    </item>
  </channel>
</rss>
