<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nivedita Bharathy</title>
    <description>The latest articles on DEV Community by Nivedita Bharathy (@nivedita_bharathy_d08e55d).</description>
    <link>https://dev.to/nivedita_bharathy_d08e55d</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4113975%2F143be2e1-ddf9-4cbf-871c-3c0e75960e2c.jpg</url>
      <title>DEV Community: Nivedita Bharathy</title>
      <link>https://dev.to/nivedita_bharathy_d08e55d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nivedita_bharathy_d08e55d"/>
    <language>en</language>
    <item>
      <title>The buyer-seller conversation nobody owns</title>
      <dc:creator>Nivedita Bharathy</dc:creator>
      <pubDate>Wed, 23 Sep 2026 07:12:47 +0000</pubDate>
      <link>https://dev.to/cometchat_official_account/the-buyer-seller-conversation-nobody-owns-50pb</link>
      <guid>https://dev.to/cometchat_official_account/the-buyer-seller-conversation-nobody-owns-50pb</guid>
      <description>&lt;p&gt;Buyer-seller chat sounds simple.&lt;/p&gt;

&lt;p&gt;Until someone sends their phone number and suddenly the conversation is happening outside your marketplace.&lt;/p&gt;

&lt;p&gt;That’s where things get interesting.&lt;/p&gt;

&lt;p&gt;You’re not just building a chat UI anymore. You’re dealing with contact sharing, message history, disputes, moderation, deleted messages, and giving support teams enough context to figure out what actually happened.&lt;/p&gt;

&lt;p&gt;And there’s a bigger question underneath all of it:&lt;/p&gt;

&lt;p&gt;Who actually owns the conversation?&lt;/p&gt;

&lt;p&gt;If the chat is part of the transaction, it probably needs to be treated as more than just another messaging feature.&lt;/p&gt;

&lt;p&gt;We got into some of the engineering problems around this here ↓&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.cometchat.com/blog/the-buyer-seller-conversation-nobody-owns" rel="noopener noreferrer"&gt;https://www.cometchat.com/blog/the-buyer-seller-conversation-nobody-owns&lt;/a&gt;&lt;/p&gt;

</description>
      <category>developer</category>
      <category>ai</category>
      <category>developertools</category>
      <category>ui</category>
    </item>
    <item>
      <title>Classroom chat is a moderation problem</title>
      <dc:creator>Nivedita Bharathy</dc:creator>
      <pubDate>Wed, 23 Sep 2026 07:06:21 +0000</pubDate>
      <link>https://dev.to/cometchat_official_account/classroom-chat-is-a-moderation-problem-1hef</link>
      <guid>https://dev.to/cometchat_official_account/classroom-chat-is-a-moderation-problem-1hef</guid>
      <description>&lt;p&gt;Classroom chat is a UX problem until you have to moderate it.&lt;/p&gt;

&lt;p&gt;Then the engineering questions start piling up.&lt;/p&gt;

&lt;p&gt;Who can message whom?&lt;br&gt;
What happens when a student sends something inappropriate?&lt;br&gt;
Do teachers see every message?&lt;br&gt;
What gets flagged automatically?&lt;br&gt;
What happens across different roles, channels, and age groups?&lt;/p&gt;

&lt;p&gt;The chat UI is the easy part.&lt;/p&gt;

&lt;p&gt;The hard part is building the moderation layer underneath it without turning the experience into a maze of restrictions.&lt;/p&gt;

&lt;p&gt;We dug into what that actually looks like when you're building chat for classrooms ↓&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.cometchat.com/blog/the-classroom-chat-is-a-moderation-problem-wearing-a-ux-costume" rel="noopener noreferrer"&gt;https://www.cometchat.com/blog/the-classroom-chat-is-a-moderation-problem-wearing-a-ux-costume&lt;/a&gt;&lt;/p&gt;

</description>
      <category>developers</category>
      <category>ux</category>
      <category>chatapp</category>
      <category>ai</category>
    </item>
    <item>
      <title>Your Chat SDK Reached End of Life. Now What?</title>
      <dc:creator>Nivedita Bharathy</dc:creator>
      <pubDate>Mon, 07 Sep 2026 12:54:29 +0000</pubDate>
      <link>https://dev.to/nivedita_bharathy_d08e55d/your-chat-sdk-reached-end-of-life-now-what-15n3</link>
      <guid>https://dev.to/nivedita_bharathy_d08e55d/your-chat-sdk-reached-end-of-life-now-what-15n3</guid>
      <description>&lt;p&gt;An SDK reaching end of life sounds like a vendor problem.&lt;/p&gt;

&lt;p&gt;Until you realize you're the one migrating users, conversations, message history, attachments, read receipts, threads, mentions, and everything else that makes chat actually work.&lt;/p&gt;

&lt;p&gt;The difficult part isn't picking a replacement SDK.&lt;/p&gt;

&lt;p&gt;It's making sure the migration doesn't quietly break the conversations your users depend on.&lt;/p&gt;

&lt;p&gt;We broke down what teams actually need to think about when migrating chat infrastructure, including:&lt;/p&gt;

&lt;p&gt;• Bulk migration vs live migration&lt;br&gt;
• Preserving message history beyond just the text&lt;br&gt;
• Handling attachments, mentions, threads, and receipts&lt;br&gt;
• Why migration order matters&lt;br&gt;
• What zero-downtime migration actually involves&lt;/p&gt;

&lt;p&gt;If you've ever received an "end of life" email from a vendor and immediately thought, well, this is going to be a project, this one's for you.&lt;/p&gt;

&lt;p&gt;Read the full breakdown:(&lt;a href="https://www.cometchat.com/blog/what-happens-when-a-chat-sdk-reaches-end-of-life" rel="noopener noreferrer"&gt;https://www.cometchat.com/blog/what-happens-when-a-chat-sdk-reaches-end-of-life&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>softwaredevelopment</category>
      <category>webdev</category>
      <category>chatsdk</category>
      <category>developer</category>
    </item>
  </channel>
</rss>
