<?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: Supun Lakmal</title>
    <description>The latest articles on DEV Community by Supun Lakmal (@supun_lakmal_0a085459856f).</description>
    <link>https://dev.to/supun_lakmal_0a085459856f</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%2F2111160%2F56ff78be-0ab7-4260-9f9f-326885ddacc1.jpg</url>
      <title>DEV Community: Supun Lakmal</title>
      <link>https://dev.to/supun_lakmal_0a085459856f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/supun_lakmal_0a085459856f"/>
    <language>en</language>
    <item>
      <title>Auto Tag on Package Version Change - GitHub Action</title>
      <dc:creator>Supun Lakmal</dc:creator>
      <pubDate>Sun, 25 May 2025 05:39:58 +0000</pubDate>
      <link>https://dev.to/supun_lakmal_0a085459856f/auto-tag-on-package-version-change-github-action-3ajm</link>
      <guid>https://dev.to/supun_lakmal_0a085459856f/auto-tag-on-package-version-change-github-action-3ajm</guid>
      <description>&lt;p&gt;🚀 Excited to Share: Auto Tag on Package Version Change - GitHub Action&lt;/p&gt;

&lt;p&gt;I've created a GitHub Action that automates version tagging for Node.js projects! &lt;/p&gt;

&lt;p&gt;🛠️ Key Features:&lt;br&gt;
• Automatically creates Git tags from package.json versions&lt;br&gt;
• Supports multiple environments (dev, qa, prod)&lt;br&gt;
• Custom suffix mapping for different branches&lt;br&gt;
• Zero-configuration required&lt;br&gt;
• Prevents duplicate tags&lt;/p&gt;

&lt;p&gt;🔍 Perfect for teams who want to:&lt;br&gt;
• Automate release management&lt;br&gt;
• Maintain clean version control&lt;br&gt;
• Streamline deployment workflows&lt;br&gt;
• Reduce manual tagging errors&lt;/p&gt;

&lt;p&gt;🌟 Try it out: &lt;a href="https://github.com/supunlakmal/action-tag-on-package-version-example" rel="noopener noreferrer"&gt;https://github.com/supunlakmal/action-tag-on-package-version-example&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear your thoughts and feedback! Feel free to star ⭐ the repo if you find it useful.&lt;/p&gt;

</description>
      <category>github</category>
      <category>githubactions</category>
      <category>opensource</category>
      <category>cicd</category>
    </item>
    <item>
      <title>Introducing supunlakmal/hooks: 60+ Production-Ready React Hooks in TypeScript</title>
      <dc:creator>Supun Lakmal</dc:creator>
      <pubDate>Fri, 09 May 2025 09:40:17 +0000</pubDate>
      <link>https://dev.to/supun_lakmal_0a085459856f/introducing-supunlakmalhooks-60-production-ready-react-hooks-in-typescript-3emh</link>
      <guid>https://dev.to/supun_lakmal_0a085459856f/introducing-supunlakmalhooks-60-production-ready-react-hooks-in-typescript-3emh</guid>
      <description>&lt;h1&gt;
  
  
  🚀 Introducing &lt;code&gt;supunlakmal/hooks&lt;/code&gt;: 60+ Production-Ready React Hooks in TypeScript
&lt;/h1&gt;

&lt;p&gt;I'm thrilled to share my open-source project: &lt;a href="https://github.com/supunlakmal/hooks" rel="noopener noreferrer"&gt;&lt;code&gt;supunlakmal/hooks&lt;/code&gt;&lt;/a&gt; — a comprehensive collection of over 60 reusable React hooks, all crafted in TypeScript.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔧 Why This Library?
&lt;/h2&gt;

&lt;p&gt;In the dynamic world of React development, reusable hooks can significantly streamline your workflow. This library offers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Extensive Collection&lt;/strong&gt;: Hooks for various use-cases, from UI interactions to browser APIs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Type-Safe&lt;/strong&gt;: Built entirely with TypeScript for robust type-checking.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simple API&lt;/strong&gt;: Designed for ease of use with minimal boilerplate.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SSR Compatible&lt;/strong&gt;: Safe to use in server-side rendering environments.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automatic Cleanup&lt;/strong&gt;: Handles listeners, timers, and observers correctly.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📦 Getting Started
&lt;/h2&gt;

&lt;p&gt;Install the package:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

npm install @supunlakmal/hooks
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

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