<?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: Aryan Verma</title>
    <description>The latest articles on DEV Community by Aryan Verma (@oryon).</description>
    <link>https://dev.to/oryon</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%2F479594%2F8e4d6f4d-b767-4f54-b1eb-1cce24ee75c6.jpeg</url>
      <title>DEV Community: Aryan Verma</title>
      <link>https://dev.to/oryon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oryon"/>
    <language>en</language>
    <item>
      <title>Short Unique IDs for dynamoDB?</title>
      <dc:creator>Aryan Verma</dc:creator>
      <pubDate>Sun, 27 Feb 2022 15:07:13 +0000</pubDate>
      <link>https://dev.to/oryon/short-unique-ids-for-dynamodb-1519</link>
      <guid>https://dev.to/oryon/short-unique-ids-for-dynamodb-1519</guid>
      <description>&lt;p&gt;Hey, so I'm working on a backend where we are using dynamoDB to store tasks, appointments, etc. Currently I'm using UUIDs as the primary key but we also want to display the task or orders IDs to the users on frontend and having a 32-length ID is not really desirable, it's just too big. I wanted to know what all alternative efficient methods are there to generate short random non-clashing or maybe incrementing (like in SQL) IDs. And we're using golang on backend, if that helps.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>dynamodb</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
