<?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: AiyuNin</title>
    <description>The latest articles on DEV Community by AiyuNin (@angounin0x).</description>
    <link>https://dev.to/angounin0x</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%2F1239842%2Fc318ac99-a014-4735-893e-81597a92d078.jpg</url>
      <title>DEV Community: AiyuNin</title>
      <link>https://dev.to/angounin0x</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/angounin0x"/>
    <language>en</language>
    <item>
      <title>Roulette Shotgun</title>
      <dc:creator>AiyuNin</dc:creator>
      <pubDate>Mon, 01 Sep 2025 16:05:24 +0000</pubDate>
      <link>https://dev.to/angounin0x/roulette-shotgun-33km</link>
      <guid>https://dev.to/angounin0x/roulette-shotgun-33km</guid>
      <description>&lt;p&gt;💎 Roulette Shotgun is LIVE on Telegram! 🔫💥&lt;/p&gt;

&lt;p&gt;Thrilling 1v1 Russian Roulette — bet Diamonds, spin the chamber, and survive for glory. &lt;/p&gt;

&lt;p&gt;⚡️ MVP ready, looking for testers!&lt;br&gt;
👉 Play now: @rouletteshotgun_bot (&lt;a href="https://t.me/rouletteshotgun_bot" rel="noopener noreferrer"&gt;https://t.me/rouletteshotgun_bot&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;📢 Join the Community Channel: &lt;br&gt;
@rouletteshotgun_community  (&lt;a href="https://t.me/rouletteshotgun_community" rel="noopener noreferrer"&gt;https://t.me/rouletteshotgun_community&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;⚡️ Will you survive the chamber… or face the bullet? 💀&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>telegram</category>
      <category>bot</category>
      <category>roulette</category>
    </item>
    <item>
      <title>Solana Token Presale with Milestone Unlocks</title>
      <dc:creator>AiyuNin</dc:creator>
      <pubDate>Sat, 11 Jan 2025 18:16:16 +0000</pubDate>
      <link>https://dev.to/angounin0x/solana-token-presale-with-milestone-unlocks-2331</link>
      <guid>https://dev.to/angounin0x/solana-token-presale-with-milestone-unlocks-2331</guid>
      <description>&lt;p&gt;I’m launching a presale for my Solana-based token using a launchpad like Gempad. The main feature will be a token unlock mechanism based on funding milestones. Following the presale, I’ll launch the token on a decentralized exchange (DEX) for trading.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Presale Structure&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Customers can purchase tokens during the presale, but all tokens will be initially locked.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Milestone Unlocks&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We’ll set funding milestones (e.g., $100,000).&lt;/li&gt;
&lt;li&gt;When a milestone is reached, a percentage of the locked tokens will be unlocked. For example, reaching $100,000 will unlock 50% of each customer’s tokens.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Challenges&lt;/strong&gt;:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Ensuring all purchased tokens remain locked until milestones are achieved is crucial after presale.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any insights or suggestions to refine this plan are welcomed.&lt;br&gt;
Thank you for your tips!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>AWS Lambda function</title>
      <dc:creator>AiyuNin</dc:creator>
      <pubDate>Sat, 23 Dec 2023 10:03:30 +0000</pubDate>
      <link>https://dev.to/angounin0x/aws-lambda-function-1ko2</link>
      <guid>https://dev.to/angounin0x/aws-lambda-function-1ko2</guid>
      <description>&lt;p&gt;Hello.&lt;br&gt;
Now I am developing AWS lambda function.&lt;/p&gt;

&lt;p&gt;Detailed description follows as:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Coding in lambda that is selenium by python&lt;/li&gt;
&lt;li&gt;This selenium goes to web site and login&lt;/li&gt;
&lt;li&gt;Take screen shot in top page then paste it to google slide.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;But now I have a problem in AWS lambda function invoking.&lt;br&gt;
Error leads to:&lt;br&gt;
&lt;em&gt;{&lt;br&gt;
  "errorMessage": "Handler 'lambda_handler' missing on module 'lambda_function'",&lt;br&gt;
  "errorType": "Runtime.HandlerNotFound",&lt;br&gt;
  "requestId": "40476982-a55b-4859-baf0-336f3f49321d",&lt;br&gt;
  "stackTrace": []&lt;br&gt;
}&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;_&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzgkyeba9ba60lln25mdg.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzgkyeba9ba60lln25mdg.PNG" alt="Image description" width="800" height="395"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am looking for your help.&lt;br&gt;
Thank you.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
