<?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: Yafet Shiferaw</title>
    <description>The latest articles on DEV Community by Yafet Shiferaw (@odinlog).</description>
    <link>https://dev.to/odinlog</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%2F4044348%2F05debd42-5708-4c89-bdab-61c4782d2ffe.jpg</url>
      <title>DEV Community: Yafet Shiferaw</title>
      <link>https://dev.to/odinlog</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/odinlog"/>
    <language>en</language>
    <item>
      <title>How I Built a Universal Cross-Device Clipboard with Zero Dependencies</title>
      <dc:creator>Yafet Shiferaw</dc:creator>
      <pubDate>Thu, 23 Jul 2026 18:46:38 +0000</pubDate>
      <link>https://dev.to/odinlog/how-i-built-a-universal-cross-device-clipboard-with-zero-dependencies-1425</link>
      <guid>https://dev.to/odinlog/how-i-built-a-universal-cross-device-clipboard-with-zero-dependencies-1425</guid>
      <description>&lt;p&gt;​ The Problem&lt;br&gt;
Moving text or a file between iOS, Android, Windows, and Mac usually requires logging into an ecosystem (Apple AirDrop, Google Sync) or using bloated third-party apps.&lt;br&gt;
​The Solution&lt;br&gt;
I built UniSync, a lightweight WebRTC-powered PWA.&lt;br&gt;
​Key Architecture Highlights:&lt;br&gt;
​Zero Dependencies: Pure vanilla JavaScript, HTML, and CSS.&lt;br&gt;
​PWA &amp;amp; Service Worker: Installable on any home screen with offline capability.&lt;br&gt;
​Peer-to-Peer: Data transfers directly between devices without saving to a central database.&lt;br&gt;
​Check out the live version at &lt;br&gt;
[(&lt;a href="https://unisync23.netlify.app/)" rel="noopener noreferrer"&gt;https://unisync23.netlify.app/)&lt;/a&gt;]&lt;br&gt;
 or view the code on GitHub. What features would you like to see next?&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>devops</category>
      <category>news</category>
    </item>
  </channel>
</rss>
