<?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: Syed Meesam Turab</title>
    <description>The latest articles on DEV Community by Syed Meesam Turab (@meesambukhari).</description>
    <link>https://dev.to/meesambukhari</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1110317%2Fe2976f44-7bb7-4571-9e73-729f6b556d55.jpeg</url>
      <title>DEV Community: Syed Meesam Turab</title>
      <link>https://dev.to/meesambukhari</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/meesambukhari"/>
    <language>en</language>
    <item>
      <title>Building an ML-Powered Notification Routing Engine on AWS</title>
      <dc:creator>Syed Meesam Turab</dc:creator>
      <pubDate>Sun, 07 Jun 2026 20:12:37 +0000</pubDate>
      <link>https://dev.to/meesambukhari/building-an-ml-powered-notification-routing-engine-on-aws-14a1</link>
      <guid>https://dev.to/meesambukhari/building-an-ml-powered-notification-routing-engine-on-aws-14a1</guid>
      <description>&lt;p&gt;Most applications send notifications using fixed schedules or generic delivery rules.&lt;/p&gt;

&lt;p&gt;The challenge is that users have different engagement patterns. A notification sent at the wrong time is more likely to be ignored, contributing to notification fatigue and lower engagement.&lt;/p&gt;

&lt;p&gt;Recently, I came across an interesting project by Yadab Sutradhar called &lt;strong&gt;Smart Notification Routing Engine&lt;/strong&gt;, which tackles this problem using machine learning to predict the optimal notification delivery time for each user.&lt;/p&gt;

&lt;p&gt;GitHub Repository:&lt;br&gt;
&lt;a href="https://github.com/Yadab-Sd/smart-notification-routing-engine" rel="noopener noreferrer"&gt;https://github.com/Yadab-Sd/smart-notification-routing-engine&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;ML-driven send-time optimization&lt;/li&gt;
&lt;li&gt;Real-time prediction using Amazon SageMaker&lt;/li&gt;
&lt;li&gt;Event-driven architecture&lt;/li&gt;
&lt;li&gt;Multi-channel notification support&lt;/li&gt;
&lt;li&gt;AWS serverless infrastructure&lt;/li&gt;
&lt;li&gt;Automated model training pipelines&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Architecture
&lt;/h2&gt;

&lt;p&gt;The project leverages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AWS Lambda&lt;/li&gt;
&lt;li&gt;Amazon SageMaker&lt;/li&gt;
&lt;li&gt;Kinesis Data Streams&lt;/li&gt;
&lt;li&gt;EventBridge Scheduler&lt;/li&gt;
&lt;li&gt;DynamoDB&lt;/li&gt;
&lt;li&gt;Apache Spark&lt;/li&gt;
&lt;li&gt;AWS CDK&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;User interaction events are collected through the ingestion layer.&lt;/li&gt;
&lt;li&gt;Spark ETL jobs transform raw event data into machine learning features.&lt;/li&gt;
&lt;li&gt;SageMaker trains and deploys prediction models.&lt;/li&gt;
&lt;li&gt;A decision service predicts the best notification delivery time.&lt;/li&gt;
&lt;li&gt;EventBridge automatically schedules notifications for delivery.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why It's Interesting
&lt;/h2&gt;

&lt;p&gt;Instead of relying on static notification schedules, this system aims to personalize delivery timing based on user behavior, helping improve engagement while reducing unnecessary notification overload.&lt;/p&gt;

&lt;p&gt;If you're interested in MLOps, event-driven systems, AWS serverless architectures, or recommendation and personalization systems, this project is worth exploring.&lt;/p&gt;

&lt;p&gt;Repository:&lt;br&gt;
&lt;a href="https://github.com/Yadab-Sd/smart-notification-routing-engine" rel="noopener noreferrer"&gt;https://github.com/Yadab-Sd/smart-notification-routing-engine&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear what others think about this approach to intelligent notification delivery.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>serverless</category>
      <category>java</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
