<?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: Yuvraj Kunwar</title>
    <description>The latest articles on DEV Community by Yuvraj Kunwar (@yuvkun10).</description>
    <link>https://dev.to/yuvkun10</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%2F3865647%2Fe4d63306-e3ac-4afb-bd75-3dd0aeb29d1f.png</url>
      <title>DEV Community: Yuvraj Kunwar</title>
      <link>https://dev.to/yuvkun10</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yuvkun10"/>
    <language>en</language>
    <item>
      <title>I Turned My University Java Project Into an Open Source Auth Toolkit</title>
      <dc:creator>Yuvraj Kunwar</dc:creator>
      <pubDate>Tue, 07 Apr 2026 10:49:36 +0000</pubDate>
      <link>https://dev.to/yuvkun10/i-turned-my-university-java-project-into-an-open-source-auth-toolkit-2ghg</link>
      <guid>https://dev.to/yuvkun10/i-turned-my-university-java-project-into-an-open-source-auth-toolkit-2ghg</guid>
      <description>&lt;p&gt;I was jobless and needed to build my portfolio. Instead of starting from scratch, I took my university LMS assignment and transformed it into something other developers could actually use.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;My original project was a basic Java CLI for a class. It worked, but it was not something anyone would star on GitHub.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Transformation
&lt;/h2&gt;

&lt;p&gt;I restructured it into EduAuth, a lightweight authentication and enrollment CLI that teaches auth patterns while being genuinely useful.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I Added
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Proper password hashing with SHA-256 and per-user salt generation&lt;/li&gt;
&lt;li&gt;UUID based session tokens with configurable timeout&lt;/li&gt;
&lt;li&gt;Role based access control (STUDENT, INSTRUCTOR, ADMIN)&lt;/li&gt;
&lt;li&gt;Command pattern architecture for clean CLI design&lt;/li&gt;
&lt;li&gt;File based JSON persistence&lt;/li&gt;
&lt;li&gt;20+ JUnit 5 tests&lt;/li&gt;
&lt;li&gt;Maven build with executable JAR output&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What I Learned
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Refactoring existing code taught me more about architecture than building from scratch&lt;/li&gt;
&lt;li&gt;Writing JUnit tests after the fact exposed design flaws I did not notice before&lt;/li&gt;
&lt;li&gt;Documentation and a clear README matter as much as the code for open source adoption&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It Out
&lt;/h2&gt;

&lt;p&gt;github.com/yuvkun10/edutech-lms-cli&lt;/p&gt;

&lt;p&gt;If you are a student learning Java auth patterns, or you need a simple starter template for CLI authentication, give it a look. Stars and feedback are both welcome.&lt;/p&gt;

</description>
      <category>java</category>
      <category>opensource</category>
      <category>authentication</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
