Amirhossein Omidi
Systems Architect
Architecture Blog

Engineering Insights & Articles

Deep dives into asynchronous event queues, microservices, database isolation, and AI agent protocols.

6 min read

Architecting High-Throughput Event-Driven Microservices with FastAPI & Kafka

A deep dive into asynchronous pipeline design, event sourcing, idempotent message consumers, and low-latency database connection pooling in Python.

PythonFastAPIKafkaDistributed SystemsArchitecture
8 min read

Integrating Model Context Protocol (MCP) into Legacy ERP Backends

How to safely expose relational schemas and accounting ledger RPC tools to autonomous AI agents using the Anthropic Model Context Protocol standard.

AIMCPLLMERPPython