<?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: Aye Min Khant</title>
    <description>The latest articles on DEV Community by Aye Min Khant (@ayeminkhant).</description>
    <link>https://dev.to/ayeminkhant</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%2F2534426%2Ffa4a1ce6-c934-48a4-81e5-96386dee28ba.jpg</url>
      <title>DEV Community: Aye Min Khant</title>
      <link>https://dev.to/ayeminkhant</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayeminkhant"/>
    <language>en</language>
    <item>
      <title>AI Security: My Takeaways on Adversarial Attacks by Anadi Goyal</title>
      <dc:creator>Aye Min Khant</dc:creator>
      <pubDate>Wed, 25 Mar 2026 16:15:28 +0000</pubDate>
      <link>https://dev.to/ayeminkhant/why-we-cant-always-trust-ai-my-takeaways-on-adversarial-attacks-by-anadi-goyal-45fd</link>
      <guid>https://dev.to/ayeminkhant/why-we-cant-always-trust-ai-my-takeaways-on-adversarial-attacks-by-anadi-goyal-45fd</guid>
      <description>&lt;p&gt;Hello developer community! &lt;/p&gt;

&lt;p&gt;I recently attended an insightful talk by &lt;strong&gt;Anadi Goyal&lt;/strong&gt; from IIT Guwahati regarding the vulnerabilities of deep learning systems to adversarial attacks. These attacks involve adding human-imperceptible "noise" or perturbations to an input, which can fool an AI into misclassifying data with high confidence. A striking example from the talk showed how the &lt;strong&gt;Fast Gradient Sign Method (FGSM)&lt;/strong&gt; can trick a model into seeing a "panda" as a "gibbon" with 99.3% confidence. Beyond digital files, "adversarial patches" which are small, printable stickers, can cause physical-world chaos by tricking autonomous vehicles into misidentifying a "Stop" sign as a "Speed Limit" sign.&lt;/p&gt;

&lt;p&gt;As a digital engineering student focusing on cloud security, I found the &lt;strong&gt;STRAP-ViT&lt;/strong&gt; defense framework particularly practical. It localizes these patches using an entropy heatmap and applies randomized transformations to mitigate the attack without requiring any changes to the underlying model architecture. This session was a powerful reminder that as we build automated systems (as I am currently doing the Automated Cloud Security project), we must integrate resilience and security from the start rather than just treating them as an afterthought.&lt;/p&gt;

&lt;p&gt;Has anyone here worked with adversarial training or defending Vision Transformers? Let me know your thoughts in the comments!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>machinelearning</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>User Guide for ApplyUni.com</title>
      <dc:creator>Aye Min Khant</dc:creator>
      <pubDate>Fri, 06 Dec 2024 16:54:49 +0000</pubDate>
      <link>https://dev.to/ayeminkhant/user-guide-for-applyunicom-25cp</link>
      <guid>https://dev.to/ayeminkhant/user-guide-for-applyunicom-25cp</guid>
      <description>&lt;p&gt;Welcome to &lt;strong&gt;ApplyUni.com&lt;/strong&gt;, your platform for managing university applications. This document provides a step-by-step guide on how to use the system effectively, whether you are an admin or a regular user.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;1. Getting Started&lt;/strong&gt;
&lt;/h3&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Sign Up&lt;/strong&gt;
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;Visit the registration page by clicking &lt;strong&gt;"Sign up"&lt;/strong&gt; on the login page.&lt;/li&gt;
&lt;li&gt;Enter the required details:

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Email&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Password&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Register"&lt;/strong&gt; to create your account.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Sign In&lt;/strong&gt;
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;Navigate to the login page.&lt;/li&gt;
&lt;li&gt;Enter your &lt;strong&gt;email&lt;/strong&gt; and &lt;strong&gt;password&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Sign In"&lt;/strong&gt; to access your dashboard.&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;2. Navigation Overview&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Once logged in, you will see the navigation bar at the top of the page with the following links:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Home:&lt;/strong&gt; Takes you to the homepage where you can search universities and view the top 10 universities.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Logout:&lt;/strong&gt; Logs you out of the system.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Admins will see additional options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;New:&lt;/strong&gt; Create a new university entry.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;User:&lt;/strong&gt; Access the user management page.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;3. Features for Regular Users&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;As a regular user, you can:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Search for Universities:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use the search bar on the home page to find universities by name.&lt;/li&gt;
&lt;li&gt;Results will update in real-time as you type.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;View University Details:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click &lt;strong&gt;"View Details"&lt;/strong&gt; on any university card to see detailed information such as:

&lt;ul&gt;
&lt;li&gt;Location&lt;/li&gt;
&lt;li&gt;Rank&lt;/li&gt;
&lt;li&gt;Student count&lt;/li&gt;
&lt;li&gt;Acceptance rate&lt;/li&gt;
&lt;li&gt;Official website link.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;View Top 10 Universities:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click the &lt;strong&gt;"View Top 10 Universities"&lt;/strong&gt; button to see a list of the top-ranked universities.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Screenshot:&lt;/strong&gt; Display the Top 10 Universities page.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;4. Features for Admins&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Admins have additional privileges, including CRUD operations for university data and user management.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Managing Universities&lt;/strong&gt;
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Add a New University:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click &lt;strong&gt;"New"&lt;/strong&gt; in the navigation bar.&lt;/li&gt;
&lt;li&gt;Fill in the form with the university’s details (e.g., name, location, rank, student count).&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Create"&lt;/strong&gt; to save.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Edit University Details:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click &lt;strong&gt;"Edit"&lt;/strong&gt; on a university card.&lt;/li&gt;
&lt;li&gt;Update the fields as needed and click &lt;strong&gt;"Save"&lt;/strong&gt; to apply changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Delete a University:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click &lt;strong&gt;"Delete"&lt;/strong&gt; on a university card.&lt;/li&gt;
&lt;li&gt;Confirm the deletion in the pop-up dialog.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;Managing Users&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;Admins can view a list of all registered users:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click &lt;strong&gt;"User"&lt;/strong&gt; in the navigation bar.&lt;/li&gt;
&lt;li&gt;View the list of users, including their IDs, emails, and names.&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;5. Logging Out&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;To log out:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click &lt;strong&gt;"Logout"&lt;/strong&gt; in the top-right corner.&lt;/li&gt;
&lt;li&gt;You will be redirected to the login page.&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;6. Footer Information&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;At the bottom of every page, you will find:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Contact Information:&lt;/strong&gt; Links to reach out for support or join the platform.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Legal Information:&lt;/strong&gt; Links to terms of use and privacy policy.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;Conclusion&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Whether you’re an admin managing universities or a user exploring them, &lt;strong&gt;ApplyUni.com&lt;/strong&gt; provides a seamless experience with features like real-time search, detailed university information, and user-friendly navigation. For any issues, refer to the contact information in the footer.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Key Features of ApplyUni.com – A University Application Management System</title>
      <dc:creator>Aye Min Khant</dc:creator>
      <pubDate>Fri, 06 Dec 2024 16:46:30 +0000</pubDate>
      <link>https://dev.to/ayeminkhant/key-features-of-applyunicom-a-university-application-management-system-4dc4</link>
      <guid>https://dev.to/ayeminkhant/key-features-of-applyunicom-a-university-application-management-system-4dc4</guid>
      <description>&lt;p&gt;The &lt;strong&gt;ApplyUni.com&lt;/strong&gt; project is designed to streamline university applications through a clean, responsive interface and robust backend. This document highlights the key features and functionalities of the system, focusing on admin access, CRUD operations, and real-time search.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;1. User Authentication System&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Authentication is essential for securing the application. ApplyUni.com supports both user and admin roles, allowing users to sign up, log in, and log out seamlessly.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Sign In Page:&lt;/strong&gt;&lt;br&gt;
The login page features fields for email and password, along with options to remember the user or reset the password. The UI is designed to be simple and intuitive.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Role-Based Access Control:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Admin Role:&lt;/strong&gt; Admins have exclusive access to manage universities (add, edit, delete).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;User Role:&lt;/strong&gt; Regular users can only view university data; CRUD actions are disabled for them.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;2. Home Page&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;The home page welcomes users and allows them to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Search for Universities:&lt;/strong&gt; Enter the name of a university to find relevant results in real-time.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;View Top 10 Universities:&lt;/strong&gt; Quickly access a curated list of the top universities.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;3. Real-Time Search for Universities&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;One of the standout features of ApplyUni.com is its &lt;strong&gt;real-time search functionality&lt;/strong&gt;, which instantly displays results as users type. This feature significantly enhances the user experience by allowing quick access to relevant information.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;4. CRUD Operations for Universities&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Admins can perform &lt;strong&gt;Create, Read, Update, and Delete (CRUD)&lt;/strong&gt; operations to manage university data, ensuring that the database remains accurate and up-to-date.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;View Universities:&lt;/strong&gt;&lt;br&gt;
Universities are displayed in a card-based layout, with options to edit, delete, or view details.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Create University:&lt;/strong&gt;&lt;br&gt;
Admins can add new universities using a dedicated form.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Edit University:&lt;/strong&gt;&lt;br&gt;
Admins can modify existing university details using the edit feature.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Delete University:&lt;/strong&gt;&lt;br&gt;
Universities can be deleted with a single click, ensuring data remains up-to-date.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;5. University Search and Details&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Search Functionality:&lt;/strong&gt;&lt;br&gt;
Users can search for universities by name. The search results dynamically update to show relevant entries.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;University Details Page:&lt;/strong&gt;&lt;br&gt;
Clicking on a university card displays detailed information, including location, rank, student count, acceptance rate, and a link to the official website.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;6. Top 10 Universities&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;A dedicated page lists the top 10 universities, sorted by rank, with their location and scores.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;7. Admin-Only Feature: User Management&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Admins have access to an exclusive &lt;strong&gt;user management page&lt;/strong&gt; that lists all registered users in the system. This feature allows admins to monitor activity and maintain data integrity.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;8. Footer and Navigation&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;The footer provides additional links for contact, terms of use, and privacy policy. The navigation bar includes quick links for admins to manage universities.&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;Conclusion&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;The &lt;strong&gt;ApplyUni.com&lt;/strong&gt; system combines a clean user interface with robust backend functionality using &lt;strong&gt;Next.js&lt;/strong&gt;, &lt;strong&gt;Prisma ORM&lt;/strong&gt;, and &lt;strong&gt;TailwindCSS&lt;/strong&gt;. Key features like real-time search, role-based access, and CRUD operations make this platform both efficient and user-friendly.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
