<?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: Karim Abdelrehim</title>
    <description>The latest articles on DEV Community by Karim Abdelrehim (@karim_abdelrehim_6674509e).</description>
    <link>https://dev.to/karim_abdelrehim_6674509e</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%2F3676903%2Fcf8add2e-13e0-4edb-bbfb-e0e91cca640a.png</url>
      <title>DEV Community: Karim Abdelrehim</title>
      <link>https://dev.to/karim_abdelrehim_6674509e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karim_abdelrehim_6674509e"/>
    <language>en</language>
    <item>
      <title>What I Learned Building My First React Portfolio</title>
      <dc:creator>Karim Abdelrehim</dc:creator>
      <pubDate>Wed, 24 Dec 2025 12:28:48 +0000</pubDate>
      <link>https://dev.to/karim_abdelrehim_6674509e/what-i-learned-building-my-first-react-portfolio-9o9</link>
      <guid>https://dev.to/karim_abdelrehim_6674509e/what-i-learned-building-my-first-react-portfolio-9o9</guid>
      <description>&lt;p&gt;Hi everyone 👋&lt;/p&gt;

&lt;p&gt;I recently built my first React portfolio as part of my journey into full-stack web development, and I wanted to share a few things I learned along the way.&lt;/p&gt;

&lt;p&gt;This project helped me understand not just React itself, but also how modern web applications are structured and how different tools work together.&lt;/p&gt;

&lt;p&gt;Why I Built a React Portfolio&lt;/p&gt;

&lt;p&gt;I wanted a single place to:&lt;/p&gt;

&lt;p&gt;Showcase my projects&lt;/p&gt;

&lt;p&gt;Practice real-world React patterns&lt;/p&gt;

&lt;p&gt;Learn state management with Redux&lt;/p&gt;

&lt;p&gt;Work with external APIs&lt;/p&gt;

&lt;p&gt;Instead of just following tutorials, I decided to build something practical that I could improve over time.&lt;/p&gt;

&lt;p&gt;Key Technologies I Used&lt;/p&gt;

&lt;p&gt;Here are some of the tools and technologies I worked with:&lt;/p&gt;

&lt;p&gt;React – for building reusable UI components&lt;/p&gt;

&lt;p&gt;Redux Toolkit – for managing global state&lt;/p&gt;

&lt;p&gt;Axios – for handling API requests&lt;/p&gt;

&lt;p&gt;CSS – for responsive layouts and styling&lt;/p&gt;

&lt;p&gt;Public APIs – such as random quote APIs and Dev.to articles&lt;/p&gt;

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

&lt;p&gt;Some of the most important lessons from this project were:&lt;/p&gt;

&lt;p&gt;How useEffect is used to fetch data when a component loads&lt;/p&gt;

&lt;p&gt;Why global state (Redux) is useful for shared data&lt;/p&gt;

&lt;p&gt;How to structure a React project properly&lt;/p&gt;

&lt;p&gt;How small UI details (like hover effects) improve user experience&lt;/p&gt;

&lt;p&gt;How to debug common issues like incorrect imports and state updates&lt;/p&gt;

&lt;p&gt;Challenges I Faced&lt;/p&gt;

&lt;p&gt;One challenge was understanding how asynchronous code works in Redux. At first, concepts like thunks were confusing, but after practicing, they started to make sense.&lt;/p&gt;

&lt;p&gt;Another challenge was organizing files correctly and keeping components clean and readable.&lt;/p&gt;

&lt;p&gt;What’s Next?&lt;/p&gt;

&lt;p&gt;I plan to:&lt;/p&gt;

&lt;p&gt;Add more projects to my portfolio&lt;/p&gt;

&lt;p&gt;Improve styling and animations&lt;/p&gt;

&lt;p&gt;Write more technical blog posts&lt;/p&gt;

&lt;p&gt;Continue learning backend technologies&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;/p&gt;

&lt;p&gt;Building projects is one of the best ways to learn web development. Even simple applications can teach you a lot if you focus on understanding how things work under the hood.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

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