<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
      <title>TermTrix Community Blog</title>
      <link>https://termtrix.vercel.app/</link>
      <description>Technical blogs on FastAPI, Celery, async Python, and backend architecture.</description>
      <language>en</language>
      <item>
          <title>UDP, RTP, RTCP, and Jitter in Real-Time Systems</title>
          <link>https://termtrix.vercel.app//blog/udp,-rtp,-rtcp,-and-jitter-in-real-time-systems</link>
          <description>Explore why UDP, RTP, and RTCP are essential for real-time systems. Learn how these protocols manage low-latency media transport and handle jitter effectively.</description>
          <pubDate>[object Object]</pubDate>
          <guid>https://termtrix.vercel.app//blog/udp,-rtp,-rtcp,-and-jitter-in-real-time-systems</guid>
        </item>
<item>
          <title>Building RAG with Elasticsearch as a Vector Store</title>
          <link>https://termtrix.vercel.app//blog/building-rag-with-elasticsearch-as-a-vector-store</link>
          <description>Build a production-ready RAG system using Elasticsearch as a unified vector store. Learn how to integrate LangChain and Ollama for efficient document retrieval.</description>
          <pubDate>[object Object]</pubDate>
          <guid>https://termtrix.vercel.app//blog/building-rag-with-elasticsearch-as-a-vector-store</guid>
        </item>
<item>
          <title>Using an MCP Server with LangGraph: A Practical Guide to MCP Adapters</title>
          <link>https://termtrix.vercel.app//blog/using-an-mcp-server-with-langgraph-a-practical-guide-to-mcp-adapters</link>
          <description>Learn how to integrate an MCP server with LangGraph using MCP adapters to build deterministic, schema-validated AI agents. This practical guide explains why prompt-only tool calling fails and how MCP enables reliable, production-grade agent workflows.</description>
          <pubDate>Dec 22, 2025</pubDate>
          <guid>https://termtrix.vercel.app//blog/using-an-mcp-server-with-langgraph-a-practical-guide-to-mcp-adapters</guid>
        </item>
<item>
          <title>🚀 Turbopack in Next.js: Does turbopackFileSystemCacheForDev Make Your App Lightning Fast?</title>
          <link>https://termtrix.vercel.app//blog/turbopack-in-nextjs-does-turbopackfilesystemcachefordev-make-your-app-lightning-fast</link>
          <description></description>
          <pubDate>Dec 20, 2025</pubDate>
          <guid>https://termtrix.vercel.app//blog/turbopack-in-nextjs-does-turbopackfilesystemcachefordev-make-your-app-lightning-fast</guid>
        </item>
<item>
          <title>How to Create a Perfect AWS Security Group (Production-Ready &amp; Secure)</title>
          <link>https://termtrix.vercel.app//blog/perfect-aws-security-group-best-practices</link>
          <description>Learn how to design a production-ready AWS Security Group using least-privilege principles for EC2, RDS, and Redis—without breaking your app.

AWS Security Group best practices

Secure EC2 Security Group

RDS Security Group configuration

Redis Security Group AWS

AWS least privilege networking

Cloud security for backend apps</description>
          <pubDate>Dec 20, 2025</pubDate>
          <guid>https://termtrix.vercel.app//blog/perfect-aws-security-group-best-practices</guid>
        </item>
<item>
          <title>Load Testing FastAPI: Can Your API Handle 1 Million Requests?</title>
          <link>https://termtrix.vercel.app//blog/load-testing-fastapi-one-million-requests</link>
          <description>Learn how to load test a FastAPI application using Apache JMeter to simulate one million requests, analyze throughput and latency, and uncover real production bottlenecks before traffic hits.</description>
          <pubDate>Dec 29, 2025</pubDate>
          <guid>https://termtrix.vercel.app//blog/load-testing-fastapi-one-million-requests</guid>
        </item>
<item>
          <title>How to Use PostgreSQL for LangGraph Memory and Checkpointing with FastAPI</title>
          <link>https://termtrix.vercel.app//blog/fixing-asyncgeneratorcontextmanager-errors-in-langgraph-with-fastapi-and-postgres</link>
          <description>A deep dive into real-world issues when integrating LangGraph with FastAPI and Postgres. Learn why async context managers break checkpointing, how to fix _AsyncGeneratorContextManager errors, create missing tables, and deploy LangGraph agents correctly in production.</description>
          <pubDate>Dec 31, 2025</pubDate>
          <guid>https://termtrix.vercel.app//blog/fixing-asyncgeneratorcontextmanager-errors-in-langgraph-with-fastapi-and-postgres</guid>
        </item>
<item>
          <title>Building a Simple AI Agent Using FastAPI, LangGraph, and MCP</title>
          <link>https://termtrix.vercel.app//blog/fastapi-langgraph-mcp-ai-agent</link>
          <description>Build a production-ready AI agent using FastAPI, LangGraph, and MCP. Learn how to design tool-calling agents with memory, Redis persistence, and clean workflow orchestration.</description>
          <pubDate>Dec 26, 2025</pubDate>
          <guid>https://termtrix.vercel.app//blog/fastapi-langgraph-mcp-ai-agent</guid>
        </item>
<item>
          <title>Using Celery With FastAPI: Solving Async Event Loop Errors Cleanly--</title>
          <link>https://termtrix.vercel.app//blog/fastapi-celery-async-event-loop-fix</link>
          <description>Learn why async/await fails inside Celery tasks when using FastAPI, and discover a clean, production-safe pattern to avoid event loop errors using internal FastAPI endpoints.Python

FastAPI

Celery

AsyncProgramming

BackendEngineering

DistributedSystems

Microservices</description>
          <pubDate>Dec 20, 2025</pubDate>
          <guid>https://termtrix.vercel.app//blog/fastapi-celery-async-event-loop-fix</guid>
        </item>
<item>
          <title>Sharding PostgreSQL for Django Applications with Citus</title>
          <link>https://termtrix.vercel.app//blog/sharding-postgresql-for-django-applications-with-citus</link>
          <description>Scale your Django application horizontally by sharding PostgreSQL with the Citus extension. Improve performance with distributed storage and parallel queries.</description>
          <pubDate>[object Object]</pubDate>
          <guid>https://termtrix.vercel.app//blog/sharding-postgresql-for-django-applications-with-citus</guid>
        </item>
    </channel>
  </rss>