<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Imam Faheem, Writing</title>
    <link>https://imamfaheem.com</link>
    <description>Short notes on engineering, leading teams, and shipping production software.</description>
    <language>en</language>
    <lastBuildDate>Sun, 31 May 2026 13:52:33 GMT</lastBuildDate>
    <atom:link href="https://imamfaheem.com/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Leading a small engineering team without losing your hands-on edge</title>
      <link>https://imamfaheem.com/blog/leading-a-small-engineering-team</link>
      <guid>https://imamfaheem.com/blog/leading-a-small-engineering-team</guid>
      <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
      <description>When I moved from senior engineer to running a team of five, the job changed in ways I did not fully expect. My calendar filled with other people&apos;s problems and the amount of code I shipped each week dropped sharply. This post is about the habits I have built since then to stay close enough to the work to make good architecture calls, while giving the team enough room to own their decisions and grow into harder problems.</description>
    </item>
    <item>
      <title>Building Crito Voice AI: what actually worked in production</title>
      <link>https://imamfaheem.com/blog/building-crito-voice-ai</link>
      <guid>https://imamfaheem.com/blog/building-crito-voice-ai</guid>
      <pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate>
      <description>Crito Voice AI is a production phone receptionist for hotels at Skyware IT, built on LiveKit, OpenAI, Deepgram, and ElevenLabs. I built the first version independently, end to end, for the company. This post walks through architecture, the latency budget that shaped every decision, mid-conversation tool calls, and the logging strategy that made flaky calls reproducible.</description>
    </item>
    <item>
      <title>Multi-tenant SaaS from day one without over-engineering it</title>
      <link>https://imamfaheem.com/blog/multi-tenant-saas-from-day-one</link>
      <guid>https://imamfaheem.com/blog/multi-tenant-saas-from-day-one</guid>
      <pubDate>Mon, 10 Nov 2025 00:00:00 GMT</pubDate>
      <description>I have shipped two multi-tenant platforms that are still in production: Maktab for private schools and Crito Smart PMS for hotels. Both needed proper tenant isolation from the very first release, and the architecture decisions I made on day one quietly defined the next two years of work. In this post I cover the trade-offs between schema-per-tenant and row-level isolation, how to keep tenant context out of every individual query, and what I deliberately deferred until the second or third paying customer arrived.</description>
    </item>
  </channel>
</rss>