<?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>Posts on The Backend Blueprint</title>
    <link>https://rezafarhadur.github.io/posts/</link>
    <description>Recent content in Posts on The Backend Blueprint</description>
    <image>
      <title>The Backend Blueprint</title>
      <url>https://rezafarhadur.github.io/logo.png</url>
      <link>https://rezafarhadur.github.io/logo.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 05 Jul 2026 10:00:00 +0600</lastBuildDate>
    <atom:link href="https://rezafarhadur.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Agent Harness Engineering for Dummies</title>
      <link>https://rezafarhadur.github.io/posts/agent-harness-engineering/</link>
      <pubDate>Sun, 05 Jul 2026 10:00:00 +0600</pubDate>
      <guid>https://rezafarhadur.github.io/posts/agent-harness-engineering/</guid>
      <description>Agent = Model + Harness. Once the model is good enough, most of your remaining improvement comes from the harness — everything around the model — not the model itself. What the harness is, why the wins live there, and how to build one.</description>
    </item>
    <item>
      <title>Load Balancing With Nginx</title>
      <link>https://rezafarhadur.github.io/posts/load-balancing-with-nginx/</link>
      <pubDate>Tue, 22 Aug 2023 00:44:13 +0600</pubDate>
      <guid>https://rezafarhadur.github.io/posts/load-balancing-with-nginx/</guid>
      <description>Load balancing involves effectively distributing incoming network traffic across a group of backend servers. A load balancer is tasked with distributing the load among the multiple backend servers that have been set up.</description>
    </item>
    <item>
      <title>An introduction to linux Network Namespace with hands-on</title>
      <link>https://rezafarhadur.github.io/posts/network-namespace/</link>
      <pubDate>Tue, 20 Jun 2023 22:10:10 +0600</pubDate>
      <guid>https://rezafarhadur.github.io/posts/network-namespace/</guid>
      <description>Network namespaces are useful for setting up containers or virtual environments. Network namespaces provide isolation of the system resources associated with networking: network devices, IPv4 and IPv6 protocol stacks, IP routing tables, firewall rules and so on.</description>
    </item>
    <item>
      <title>Django registration with confirmation email</title>
      <link>https://rezafarhadur.github.io/posts/django-registration-with-confirmation-email/</link>
      <pubDate>Wed, 26 Apr 2017 19:37:59 +0600</pubDate>
      <guid>https://rezafarhadur.github.io/posts/django-registration-with-confirmation-email/</guid>
      <description>When we signup on website its send a email for confirmation to active an account. Or sometime need to change password or change email of an account.</description>
    </item>
    <item>
      <title>Profiling python code</title>
      <link>https://rezafarhadur.github.io/posts/profiling-python-code/</link>
      <pubDate>Mon, 04 Jun 2018 20:30:10 +0600</pubDate>
      <guid>https://rezafarhadur.github.io/posts/profiling-python-code/</guid>
      <description>Profiling is a technique for measuring execution times and numbers of invocations of procedures. Simply profiling is a way to identify time issues in applications.</description>
    </item>
    <item>
      <title>Create a simple Twitter Bot with Python and Tweepy</title>
      <link>https://rezafarhadur.github.io/posts/twitter-bot-with-python-twepy/</link>
      <pubDate>Wed, 18 Jan 2017 20:30:10 +0600</pubDate>
      <guid>https://rezafarhadur.github.io/posts/twitter-bot-with-python-twepy/</guid>
      <description>Tweepy is an easy-to-use Python library for accessing the Twitter API</description>
    </item>
  </channel>
</rss>
