<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Selim G.</title>
    <description>The latest articles on DEV Community by Selim G. (@hopesf).</description>
    <link>https://dev.to/hopesf</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4121259%2F2f8cc07d-907a-493f-8b1b-07bb700a5acd.jpg</url>
      <title>DEV Community: Selim G.</title>
      <link>https://dev.to/hopesf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hopesf"/>
    <language>en</language>
    <item>
      <title>Stop installing 6 security packages for every Node API</title>
      <dc:creator>Selim G.</dc:creator>
      <pubDate>Fri, 11 Sep 2026 17:39:07 +0000</pubDate>
      <link>https://dev.to/hopesf/stop-installing-6-security-packages-for-every-node-api-36db</link>
      <guid>https://dev.to/hopesf/stop-installing-6-security-packages-for-every-node-api-36db</guid>
      <description>&lt;p&gt;Every Express or Fastify app needs helmet, cors, rate-limit, XSS sanitization, logging, sometimes an IP blacklist.&lt;/p&gt;

&lt;p&gt;I wrapped that into one package:&lt;/p&gt;

&lt;p&gt;npm i backend-guard&lt;/p&gt;

&lt;p&gt;Works on Express, Fastify, and NestJS with the same options object.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/hopesf/backend-guard" rel="noopener noreferrer"&gt;https://github.com/hopesf/backend-guard&lt;/a&gt;&lt;/p&gt;

</description>
      <category>node</category>
      <category>npm</category>
      <category>javascript</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
