<?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: Müslime Kayar</title>
    <description>The latest articles on DEV Community by Müslime Kayar (@muslimekayar).</description>
    <link>https://dev.to/muslimekayar</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%2F2611062%2F472780f6-60ee-4cbb-bba7-9de3675817e0.jpeg</url>
      <title>DEV Community: Müslime Kayar</title>
      <link>https://dev.to/muslimekayar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muslimekayar"/>
    <language>en</language>
    <item>
      <title>Devlog: 8 generics, Assertion</title>
      <dc:creator>Müslime Kayar</dc:creator>
      <pubDate>Wed, 05 Feb 2025 07:22:07 +0000</pubDate>
      <link>https://dev.to/muslimekayar/devlog-8-2701</link>
      <guid>https://dev.to/muslimekayar/devlog-8-2701</guid>
      <description>&lt;p&gt;Today, I looked into Generics and Type Assertions in TypeScript. I think I got the gist of it, but I’ll practice more to fully grasp it. &lt;/p&gt;

&lt;h1&gt;
  
  
  Devlog #100DaysOfCode #TypeScript #Coding #Learning
&lt;/h1&gt;

</description>
      <category>typescript</category>
      <category>100daysofcode</category>
      <category>coding</category>
      <category>learning</category>
    </item>
    <item>
      <title>TypeScript Day 4: I Created a Strong Password Control System! 🛠️</title>
      <dc:creator>Müslime Kayar</dc:creator>
      <pubDate>Fri, 17 Jan 2025 09:07:50 +0000</pubDate>
      <link>https://dev.to/muslimekayar/typescript-day-4-i-created-a-strong-password-control-system-1mab</link>
      <guid>https://dev.to/muslimekayar/typescript-day-4-i-created-a-strong-password-control-system-1mab</guid>
      <description>&lt;p&gt;Today, I learned about interfaces from TypeScript topics and used this knowledge to create a strong password control system. Interfaces make our code more readable and faster to develop, while password control helps users create secure passwords. 🔐&lt;/p&gt;

&lt;p&gt;Learning these new skills is very motivating for me. If you are thinking of working with TypeScript, you should start now! &lt;/p&gt;

</description>
      <category>typescript</category>
      <category>webdev</category>
      <category>learning</category>
      <category>beginners</category>
    </item>
    <item>
      <title>📚 What I Learned in TypeScript This Week (Part 2)</title>
      <dc:creator>Müslime Kayar</dc:creator>
      <pubDate>Thu, 09 Jan 2025 08:31:10 +0000</pubDate>
      <link>https://dev.to/muslimekayar/what-i-learned-in-typescript-this-week-part-2-1n4a</link>
      <guid>https://dev.to/muslimekayar/what-i-learned-in-typescript-this-week-part-2-1n4a</guid>
      <description>&lt;p&gt;3️⃣ yarn.lock:&lt;/p&gt;

&lt;p&gt;Studied how this file ensures consistent dependency versions across different environments, improving project reliability.&lt;/p&gt;

&lt;p&gt;Understanding TypeScript and dependency management tools is essential for building sustainable and well-organized projects. 🚀&lt;/p&gt;

</description>
    </item>
    <item>
      <title>📚 What I Learned in TypeScript This Week</title>
      <dc:creator>Müslime Kayar</dc:creator>
      <pubDate>Thu, 09 Jan 2025 08:30:36 +0000</pubDate>
      <link>https://dev.to/muslimekayar/what-i-learned-in-typescript-this-week-44ba</link>
      <guid>https://dev.to/muslimekayar/what-i-learned-in-typescript-this-week-44ba</guid>
      <description>&lt;p&gt;1️⃣ File Creation:&lt;/p&gt;

&lt;p&gt;Explored how to create and organize TypeScript files efficiently to keep projects clean and scalable.&lt;br&gt;
2️⃣ package.json:&lt;/p&gt;

&lt;p&gt;Learned how this file serves as the heart of a Node.js project, managing dependencies, metadata, and scripts for automation.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Mastering Async/Await and DOM Manipulation</title>
      <dc:creator>Müslime Kayar</dc:creator>
      <pubDate>Sun, 29 Dec 2024 12:11:53 +0000</pubDate>
      <link>https://dev.to/muslimekayar/mastering-asyncawait-and-dom-manipulation-1mj1</link>
      <guid>https://dev.to/muslimekayar/mastering-asyncawait-and-dom-manipulation-1mj1</guid>
      <description>&lt;p&gt;Learned Async/Await methods &amp;amp; DOM manipulation! Excited to manage async ops &amp;amp; change DOM dynamically. #JavaScript #AsyncAwait&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Improving Collaborative Coding Skills</title>
      <dc:creator>Müslime Kayar</dc:creator>
      <pubDate>Sun, 29 Dec 2024 12:10:19 +0000</pubDate>
      <link>https://dev.to/muslimekayar/improving-collaborative-coding-skills-2981</link>
      <guid>https://dev.to/muslimekayar/improving-collaborative-coding-skills-2981</guid>
      <description>&lt;p&gt;This week, I learned to upload files to GitHub and clone repositories. I'm improving my skills in collaborative coding. #GitHub #Learning #Cloning #Uploading&lt;/p&gt;

</description>
      <category>github</category>
      <category>learning</category>
      <category>programming</category>
      <category>collaboration</category>
    </item>
    <item>
      <title>Exploring DOM Events and GitHub Desktop</title>
      <dc:creator>Müslime Kayar</dc:creator>
      <pubDate>Sun, 29 Dec 2024 12:07:29 +0000</pubDate>
      <link>https://dev.to/muslimekayar/exploring-dom-events-and-github-desktop-3geb</link>
      <guid>https://dev.to/muslimekayar/exploring-dom-events-and-github-desktop-3geb</guid>
      <description>&lt;p&gt;Delved into DOM events and installed GitHub Desktop on my PC. Now managing projects more effectively! 💻 #SoftwareDevelopment #DOMEvents #GitHub&lt;/p&gt;

</description>
      <category>softwaredevelopment</category>
      <category>domevents</category>
      <category>github</category>
    </item>
    <item>
      <title>📚 Learned Async/Await methods &amp; DOM manipulation! Excited to manage async ops &amp; change DOM dynamically. #JavaScript #AsyncAwait</title>
      <dc:creator>Müslime Kayar</dc:creator>
      <pubDate>Sun, 29 Dec 2024 12:03:36 +0000</pubDate>
      <link>https://dev.to/muslimekayar/learned-asyncawait-methods-dom-manipulation-excited-to-manage-async-ops-change-dom-2g4k</link>
      <guid>https://dev.to/muslimekayar/learned-asyncawait-methods-dom-manipulation-excited-to-manage-async-ops-change-dom-2g4k</guid>
      <description>

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