<?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: Ali Hatami</title>
    <description>The latest articles on DEV Community by Ali Hatami (@alihtt).</description>
    <link>https://dev.to/alihtt</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1528396%2F68307f5a-d585-4a25-b8ab-dd8d9ba7fde8.png</url>
      <title>DEV Community: Ali Hatami</title>
      <link>https://dev.to/alihtt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alihtt"/>
    <language>en</language>
    <item>
      <title>I Built a Modern Jekyll Theme with Tailwind CSS (Free Template)</title>
      <dc:creator>Ali Hatami</dc:creator>
      <pubDate>Thu, 06 Nov 2025 20:18:12 +0000</pubDate>
      <link>https://dev.to/alihtt/i-built-a-modern-jekyll-theme-with-tailwind-css-free-template-3o9j</link>
      <guid>https://dev.to/alihtt/i-built-a-modern-jekyll-theme-with-tailwind-css-free-template-3o9j</guid>
      <description>&lt;p&gt;I recently needed a personal blog. I wanted something minimal, fast, and easy to customize. Most Jekyll themes felt outdated or overly complex, so I built my own.&lt;/p&gt;

&lt;h2&gt;
  
  
  Meet al-minimal
&lt;/h2&gt;

&lt;p&gt;A modern Jekyll theme powered by Tailwind CSS, designed specifically for developers who want to focus on writing, not theme configuration.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Another Jekyll Theme?
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Problem 1: Outdated Design&lt;/strong&gt;&lt;br&gt;
Most Jekyll themes look like they're from 2015. I wanted something that feels modern with a clean dark theme.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Problem 2: Configuration Hell&lt;/strong&gt;&lt;br&gt;
Many themes require hours of tweaking. I wanted something that works out of the box.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Problem 3: GitHub Pages Compatibility&lt;/strong&gt;&lt;br&gt;
Lots of themes don't deploy smoothly on GitHub Pages. This one does, with GitHub Actions handling everything automatically.&lt;/p&gt;
&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;
&lt;h3&gt;
  
  
  🎨 Modern Design
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Clean, minimal interface&lt;/li&gt;
&lt;li&gt;Beautiful dark theme&lt;/li&gt;
&lt;li&gt;Mobile-first responsive design&lt;/li&gt;
&lt;li&gt;Built with Tailwind CSS (utility-first approach)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  📝 Content Focused
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Markdown blog posts&lt;/li&gt;
&lt;li&gt;Pagination (10 posts per page)&lt;/li&gt;
&lt;li&gt;Auto-generated table of contents&lt;/li&gt;
&lt;li&gt;Tags system for organization&lt;/li&gt;
&lt;li&gt;Projects portfolio section&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  🚀 Developer Experience
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;One-click setup with GitHub template&lt;/li&gt;
&lt;li&gt;Automated GitHub Actions deployment&lt;/li&gt;
&lt;li&gt;Clean URLs (no &lt;code&gt;.html&lt;/code&gt; extensions)&lt;/li&gt;
&lt;li&gt;Fast and lightweight&lt;/li&gt;
&lt;li&gt;Comprehensive documentation&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  🔍 SEO &amp;amp; Sharing
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Automatic sitemap generation&lt;/li&gt;
&lt;li&gt;Meta tags for social sharing&lt;/li&gt;
&lt;li&gt;RSS feed&lt;/li&gt;
&lt;li&gt;Twitter, LinkedIn, Facebook, Reddit, Telegram sharing&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Quick Start
&lt;/h2&gt;
&lt;h3&gt;
  
  
  1. Use the Template
&lt;/h3&gt;

&lt;p&gt;Click "Use this template" on the &lt;a href="https://github.com/alihtt/al-minimal" rel="noopener noreferrer"&gt;GitHub repo&lt;/a&gt; and name it &lt;code&gt;yourusername.github.io&lt;/code&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  2. Configure
&lt;/h3&gt;

&lt;p&gt;Edit &lt;code&gt;_config.yml&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Your Name&lt;/span&gt;
&lt;span class="na"&gt;email&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;your-email@example.com&lt;/span&gt;
&lt;span class="na"&gt;url&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;https://yourusername.github.io"&lt;/span&gt;
&lt;span class="na"&gt;icon&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;⚛️&lt;/span&gt;

&lt;span class="na"&gt;social&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;icon&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;fa-brands fa-github&lt;/span&gt;
    &lt;span class="na"&gt;link&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;https://github.com/yourusername&lt;/span&gt;
    &lt;span class="na"&gt;name&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;GitHub&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  3. Add Content
&lt;/h3&gt;

&lt;p&gt;Create &lt;code&gt;_posts/2025-01-15-my-first-post.markdown&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="nn"&gt;---&lt;/span&gt;
&lt;span class="na"&gt;layout&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;post&lt;/span&gt;
&lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;My&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;First&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;Post"&lt;/span&gt;
&lt;span class="na"&gt;date&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;2025-01-15 10:00:00 +0000&lt;/span&gt;
&lt;span class="na"&gt;tags&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="pi"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;tutorial&lt;/span&gt;&lt;span class="pi"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;getting-started&lt;/span&gt;&lt;span class="pi"&gt;]&lt;/span&gt;
&lt;span class="na"&gt;excerpt&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;A&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;brief&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;description"&lt;/span&gt;
&lt;span class="nn"&gt;---&lt;/span&gt;

Your content here...
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  4. Deploy
&lt;/h3&gt;

&lt;p&gt;Push to GitHub. Actions deploys automatically to &lt;code&gt;https://yourusername.github.io&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;That's it! 🎉&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Decisions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Why Tailwind CSS?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Utility-first:&lt;/strong&gt; No writing custom CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Consistent:&lt;/strong&gt; Design tokens built-in&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexible:&lt;/strong&gt; Easy to customize&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modern:&lt;/strong&gt; Keeps the theme contemporary&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why Jekyll?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub Pages native support&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No server required&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Simple and reliable&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Markdown-based&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Project Structure
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.
├── _includes/      # Reusable components
├── _layouts/       # Page templates
├── _posts/         # Blog posts
├── _projects/      # Portfolio projects
├── assets/         # CSS, images
├── docs/           # Documentation
└── _config.yml     # Configuration
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Documentation
&lt;/h2&gt;

&lt;p&gt;I wrote comprehensive guides:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/alihtt/al-minimal/blob/master/docs/INSTALL.md" rel="noopener noreferrer"&gt;Installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/alihtt/al-minimal/blob/master/docs/CUSTOMIZING.md" rel="noopener noreferrer"&gt;Customization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/alihtt/al-minimal/blob/master/docs/CONTENT.md" rel="noopener noreferrer"&gt;Adding Content&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/alihtt/al-minimal/blob/master/docs/FEATURES.md" rel="noopener noreferrer"&gt;Features Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/alihtt/al-minimal/blob/master/docs/DEPLOYMENT.md" rel="noopener noreferrer"&gt;Deployment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/alihtt/al-minimal/blob/master/docs/FAQ.md" rel="noopener noreferrer"&gt;FAQ&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;Considering adding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dark/light theme toggle&lt;/li&gt;
&lt;li&gt;Search functionality&lt;/li&gt;
&lt;li&gt;Series/multi-part posts&lt;/li&gt;
&lt;li&gt;Reading time estimates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What features would you want? Drop a comment!&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It Out
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/alihtt/al-minimal" rel="noopener noreferrer"&gt;https://github.com/alihtt/al-minimal&lt;/a&gt;&lt;br&gt;&lt;br&gt;
📄 &lt;strong&gt;License:&lt;/strong&gt; MIT (use it however you want!)&lt;br&gt;&lt;br&gt;
⭐ &lt;strong&gt;Star it&lt;/strong&gt; if you find it useful!&lt;/p&gt;

</description>
      <category>jekyll</category>
      <category>github</category>
      <category>tailwindcss</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How I Built a Django Honeypot to Catch Attackers (and What I Learned)</title>
      <dc:creator>Ali Hatami</dc:creator>
      <pubDate>Thu, 06 Nov 2025 20:04:04 +0000</pubDate>
      <link>https://dev.to/alihtt/how-i-built-a-django-honeypot-to-catch-attackers-and-what-i-learned-22mg</link>
      <guid>https://dev.to/alihtt/how-i-built-a-django-honeypot-to-catch-attackers-and-what-i-learned-22mg</guid>
      <description>&lt;p&gt;If you've ever run a Django site, you've probably seen the endless stream of bots trying to brute-force your &lt;code&gt;/admin/&lt;/code&gt; page. After watching my logs fill up with failed login attempts, I decided to do something about it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Attackers know Django uses &lt;code&gt;/admin/&lt;/code&gt; by default. They hammer it with credential stuffing, brute force attacks, and automated scanners. While rate limiting helps, it's reactive. I wanted something proactive.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: HoneyGuard
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;HoneyGuard&lt;/strong&gt;, a Django package that creates fake admin login pages (honeypots). Here's how it works:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Fake Login Pages
&lt;/h3&gt;

&lt;p&gt;Move your real admin to &lt;code&gt;/secret-admin/&lt;/code&gt; (or whatever), and let HoneyGuard serve a convincing fake at &lt;code&gt;/admin/&lt;/code&gt;. Attackers waste their time, and you gather intel.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Behavioral Detection
&lt;/h3&gt;

&lt;p&gt;HoneyGuard catches:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Too-fast submissions&lt;/strong&gt; (&amp;lt; 2 seconds = bot)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Too-slow submissions&lt;/strong&gt; (&amp;gt; 10 minutes = abandoned form or scanner)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hidden honeypot fields&lt;/strong&gt; (invisible fields that bots fill out)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Intelligence Gathering
&lt;/h3&gt;

&lt;p&gt;Every attempt is logged with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IP address, user agent, timestamp&lt;/li&gt;
&lt;li&gt;Username/password length (not the actual password!)&lt;/li&gt;
&lt;li&gt;Risk score based on detected anomalies&lt;/li&gt;
&lt;li&gt;Request timing and suspicious patterns&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. Alerts &amp;amp; Integration
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Email alerts for high-risk attempts&lt;/li&gt;
&lt;li&gt;Django signals for custom handlers&lt;/li&gt;
&lt;li&gt;Console logging for development&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Quick Start
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;django-honeyguard
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="c1"&gt;# settings.py
&lt;/span&gt;&lt;span class="n"&gt;INSTALLED_APPS&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;
    &lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;django_honeyguard&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="p"&gt;]&lt;/span&gt;

&lt;span class="n"&gt;HONEYGUARD&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;EMAIL_RECIPIENTS&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;security@example.com&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;],&lt;/span&gt;
    &lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;ENABLE_CONSOLE_LOGGING&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="bp"&gt;True&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="c1"&gt;# urls.py
&lt;/span&gt;&lt;span class="n"&gt;urlpatterns&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;
    &lt;span class="nf"&gt;path&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;''&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nf"&gt;include&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;django_honeyguard.urls&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)),&lt;/span&gt;
    &lt;span class="nf"&gt;path&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;secret-admin/&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;admin&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;site&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;urls&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;  &lt;span class="c1"&gt;# Your real admin
&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it! Now &lt;code&gt;/admin/&lt;/code&gt; is a honeypot, and your real admin is safely hidden.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Timing attacks are real:&lt;/strong&gt; Bots submit forms in milliseconds. Humans take 5-30 seconds minimum.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. WordPress wannabes:&lt;/strong&gt; You'd be surprised how many bots hit &lt;code&gt;/wp-admin.php&lt;/code&gt; on Django sites. HoneyGuard includes a fake WordPress login too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Fail fast validation:&lt;/strong&gt; I validate all settings at Django startup, so you catch config errors immediately.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Signals &amp;gt; callbacks:&lt;/strong&gt; Using Django's signal system makes it easy for users to integrate custom behavior without modifying HoneyGuard.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It Out
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📦 &lt;strong&gt;PyPI:&lt;/strong&gt; &lt;code&gt;pip install django-honeyguard&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;📚 &lt;strong&gt;Docs:&lt;/strong&gt; &lt;a href="https://django-honeyguard.readthedocs.io" rel="noopener noreferrer"&gt;https://django-honeyguard.readthedocs.io&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🔗 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/alihtt/django-honeyguard" rel="noopener noreferrer"&gt;https://github.com/alihtt/django-honeyguard&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;I'm considering adding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Geo-IP blocking for repeat offenders&lt;/li&gt;
&lt;li&gt;Machine learning for pattern detection&lt;/li&gt;
&lt;li&gt;Integration with fail2ban&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What features would you find useful? Drop a comment!&lt;/p&gt;

</description>
      <category>django</category>
      <category>python</category>
      <category>security</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
