<?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: Iris Khan</title>
    <description>The latest articles on DEV Community by Iris Khan (@iris_khan_dev).</description>
    <link>https://dev.to/iris_khan_dev</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4053248%2Fff92389d-f06c-4238-9b58-a1f2c2714cdf.jpg</url>
      <title>DEV Community: Iris Khan</title>
      <link>https://dev.to/iris_khan_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iris_khan_dev"/>
    <language>en</language>
    <item>
      <title>I Have No Idea What to Learn First And Here's How I'm Deciding</title>
      <dc:creator>Iris Khan</dc:creator>
      <pubDate>Thu, 27 Aug 2026 07:45:09 +0000</pubDate>
      <link>https://dev.to/iris_khan_dev/i-have-no-idea-what-to-learn-first-and-heres-how-im-deciding-4f4a</link>
      <guid>https://dev.to/iris_khan_dev/i-have-no-idea-what-to-learn-first-and-heres-how-im-deciding-4f4a</guid>
      <description>&lt;p&gt;So I've decided I want to learn web development. Cool. Great. Except then I actually sat down to start and realized... I don't even know what to start with.&lt;/p&gt;

&lt;p&gt;HTML? CSS? JavaScript? Python? React? Back-end stuff? People keep saying different things and every video has a different "you should start with THIS" opinion. It's honestly kind of overwhelming for someone who hasn't written a single line of real code yet.&lt;/p&gt;

&lt;p&gt;So instead of learning anything, what I actually did was open like 15 tabs, watch parts of a bunch of videos, and close my laptop feeling more confused than when I started lol.&lt;/p&gt;

&lt;h2&gt;
  
  
  what I've looked at so far
&lt;/h2&gt;

&lt;p&gt;Not much tbh. A couple YouTube videos comparing front-end and back-end (still not 100% sure I get the difference). One video tried explaining what JavaScript actually does on a page and I understood maybe half of it. And I've been scrolling posts here on DEV a lot, just reading how other people started. That part actually helped the most, not because anyone gave me THE answer, but because everyone started differently and that made me feel less stressed about "picking wrong."&lt;/p&gt;

&lt;h2&gt;
  
  
  how I'm picking
&lt;/h2&gt;

&lt;p&gt;No real system, just vibes basically:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML/CSS feels the least scary to start with because you can actually see something change on the screen right away, and that feels good when you're this new to everything&lt;/li&gt;
&lt;li&gt;if a lot of people keep saying "start here" for beginners, I figure there's probably something to it&lt;/li&gt;
&lt;li&gt;and mostly I just need to pick SOMETHING and stop researching forever. I think the real mistake isn't choosing the "wrong" language first, it's never choosing anything at all&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm not trying to get this decision perfect, I just want to actually start building stuff instead of just watching people build stuff.&lt;/p&gt;

&lt;p&gt;so if you've been where I am right now, if you were starting completely over, what would YOU learn first?&lt;/p&gt;

&lt;p&gt;not looking for a "correct" answer since i don't know if there even is one, just curious what actually worked for real people instead of another "top 10 languages to learn in 2026" article lol&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>discuss</category>
      <category>learning</category>
      <category>career</category>
    </item>
    <item>
      <title>10 Free Websites Every Web Developer Should Bookmark</title>
      <dc:creator>Iris Khan</dc:creator>
      <pubDate>Wed, 29 Jul 2026 13:17:49 +0000</pubDate>
      <link>https://dev.to/iris_khan_dev/10-free-websites-every-web-developer-should-bookmark-5fde</link>
      <guid>https://dev.to/iris_khan_dev/10-free-websites-every-web-developer-should-bookmark-5fde</guid>
      <description>&lt;p&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fszni6o8a2kh9qcsij605.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fszni6o8a2kh9qcsij605.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;10 Free Websites Every Web Developer Should Bookmark&lt;br&gt;
Whether you're just starting your web development journey or have been coding for years, the right tools can save you time and make your workflow much smoother.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here are 10 free websites I think every web developer should know.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. MDN Web Docs
&lt;/h2&gt;

&lt;p&gt;The best place to learn HTML, CSS, and JavaScript. Clear explanations with reliable documentation.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. CodePen
&lt;/h2&gt;

&lt;p&gt;A great playground for testing HTML, CSS, and JavaScript without setting up a project.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Can I Use
&lt;/h2&gt;

&lt;p&gt;Check browser compatibility before using modern CSS or JavaScript features.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. GitHub
&lt;/h2&gt;

&lt;p&gt;Perfect for hosting projects, collaborating with others, and exploring open-source code.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Regex101
&lt;/h2&gt;

&lt;p&gt;Makes writing and debugging regular expressions much easier.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. TinyPNG
&lt;/h2&gt;

&lt;p&gt;Compress images to improve website loading speed while maintaining quality.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Excalidraw
&lt;/h2&gt;

&lt;p&gt;A simple online whiteboard for sketching UI ideas and system designs.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. DevDocs
&lt;/h2&gt;

&lt;p&gt;A fast documentation browser that brings multiple programming docs together.&lt;/p&gt;

&lt;h2&gt;
  
  
  9. JSON Formatter
&lt;/h2&gt;

&lt;p&gt;Useful when working with APIs and debugging JSON responses.&lt;/p&gt;

&lt;h2&gt;
  
  
  10. CSS-Tricks
&lt;/h2&gt;

&lt;p&gt;An excellent resource for CSS tips, layout techniques, and front-end development articles.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;These are some of the free resources I regularly use while learning and building web projects.&lt;/p&gt;

&lt;p&gt;Do you have a favorite developer website that isn't on this list? I'd love to discover more—share it in the comments!&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>tools</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
