<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>NECTAR // Intelligence Terminal &amp; Blog</title>
    <link>http://nectarpost.com</link>
    <description>The official Nectar intelligence platform and engineering publication by Mohammed Iliyas Patel. High-performance C++, modern AI gateways, agentic systems, and distributed infrastructure.</description>
    <language>en-US</language>
    <atom:link href="http://nectarpost.com/feed.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Thu, 24 Sep 2026 21:35:33 GMT</lastBuildDate>
    <item>
      <title><![CDATA[Nectarpost to AI Gateways: 15 Years of High-Concurrency Systems, C++, and Distributed LLM Pipelines]]></title>
      <link>http://nectarpost.com/blog/nectarpost-architecture-and-systems</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/nectarpost-architecture-and-systems</guid>
      <pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[From founding Nectarpost (nectarpost.com) to modern model orchestration: key architectural invariants for building low-latency, zero-downtime distributed software.]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[Unified Model Routing: How to Dynamically Orchestrate Groq, Gemini, and Open-Weights Models]]></title>
      <link>http://nectarpost.com/blog/unified-ai-model-catalog-and-inference</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/unified-ai-model-catalog-and-inference</guid>
      <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Architecting a latency-aware, failover-resilient LLM gateway capable of dispatching queries across Groq, DeepSeek, and Google Gemini with sub-200ms TTFT.]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[Building Autonomous Coding Agents: Deep Dive into Model Routing, Tool Calling, and Verification]]></title>
      <link>http://nectarpost.com/blog/future-of-agentic-coding-models</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/future-of-agentic-coding-models</guid>
      <pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Why monolithic prompt chains fail in complex repositories, and how tree-of-thought verification with specialized sub-agents delivers 94% task completion.]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[The AI-First Web: Optimizing for ClaudeBot, GPTBot, and llms.txt]]></title>
      <link>http://nectarpost.com/blog/building-ai-crawlable-web-apps</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/building-ai-crawlable-web-apps</guid>
      <pubDate>Sun, 18 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[How the shift from human search engines to autonomous AI agents reshapes web indexing, canonical semantic schemas, and token-efficient data endpoints.]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[Dots Studio & DeepSeek R1: Distillation and Open-Weights Frontiers]]></title>
      <link>http://nectarpost.com/blog/dots-studio-reasoning-and-distillation</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/dots-studio-reasoning-and-distillation</guid>
      <pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Analyzing post-training reinforcement learning on open-source foundation models, self-correction traces, and running distilled 32B weights on edge clusters.]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[Best 8 Golden Theories for Business and Scrum Teams]]></title>
      <link>http://nectarpost.com/blog/8-best-golden-theories-for-business-and-scrum-teams</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/8-best-golden-theories-for-business-and-scrum-teams</guid>
      <pubDate>Wed, 02 Jul 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[8 Best Golden Theories for Business and Scrum Teams 🌟 What if just one idea could save your team from wasted effort, stress, or failure?]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[C++ 11 features with complete examples🐿️🐿️]]></title>
      <link>http://nectarpost.com/blog/c-11-features-with-complete-examples</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/c-11-features-with-complete-examples</guid>
      <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[C++ 11 features with complete examples This page summarises the features introduced in C++11, grouped by learning complexity, frequency of use, and conceptual depth. The]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[default and delete with example in C++]]></title>
      <link>http://nectarpost.com/blog/default-and-delete-with-example-in-c</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/default-and-delete-with-example-in-c</guid>
      <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[default and delete with example in C++ — Rule of Five &#38; Explicit Control 🔷 What are default and delete? C++11 introduced these to allow]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[enum with an example in C++]]></title>
      <link>http://nectarpost.com/blog/enum-with-an-example-in-c</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/enum-with-an-example-in-c</guid>
      <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[enum with an example in C++? enum class was introduced in C++11 to improve the traditional enum. It provides scoped, strongly typed, and name-safe enumerations.]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[final and override with an example in C++]]></title>
      <link>http://nectarpost.com/blog/final-and-override-with-an-example-in-c</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/final-and-override-with-an-example-in-c</guid>
      <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[final and override with an example in C++ — OOP-Friendly Keywords (Introduced in C++11) If you're familiar with Object-Oriented Programming (OOP), the final and override]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[Multithreading in C++ — A Complete Beginner to Advanced Guide 🌳]]></title>
      <link>http://nectarpost.com/blog/multithreading-in-c-a-complete-beginner-to-advanced-guide</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/multithreading-in-c-a-complete-beginner-to-advanced-guide</guid>
      <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[Multithreading in C++ — A Complete Beginner to Advanced Guide Unlock the power of parallel programming with C++11 and beyond. This post covers everything from]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[nullptr with an example in C++]]></title>
      <link>http://nectarpost.com/blog/nullptr-with-an-example-in-c</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/nullptr-with-an-example-in-c</guid>
      <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[nullptr with an example in C++ nullptr is a keyword introduced in C++11 to replace the ambiguous NULL. It represents a null pointer constant and]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[Range-Based For Loop with an example]]></title>
      <link>http://nectarpost.com/blog/range-based-for-loop-with-an-example</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/range-based-for-loop-with-an-example</guid>
      <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[Range-Based For Loop with an example Introduced in C++11, the range-based for loop provides a clean, readable syntax to iterate over elements in containers like]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[static_assert with an example in C++]]></title>
      <link>http://nectarpost.com/blog/static_assert-with-an-example-in-c</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/static_assert-with-an-example-in-c</guid>
      <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[static_assert with an example in C++ static_assert is a compile-time assertion introduced in C++11. It checks a condition during compilation and produces an error if]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
    <item>
      <title><![CDATA[Storage Services explained in simple terms]]></title>
      <link>http://nectarpost.com/blog/storage-services-explained-in-simple-terms</link>
      <guid isPermaLink="true">http://nectarpost.com/blog/storage-services-explained-in-simple-terms</guid>
      <pubDate>Wed, 02 Nov 2022 00:00:00 GMT</pubDate>
      <description><![CDATA[There are 4 types of Storage services offered by Azure, 1. Blob Storage: Any data/file ( unstructured data ) 2. File Storage: Commonly shared files]]></description>
      <author>mohammediliyaspatel@gmail.com (Mohammed Iliyas Patel)</author>
    </item>
  </channel>
</rss>