<?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: Sharon-David Alabi</title>
    <description>The latest articles on DEV Community by Sharon-David Alabi (@sharondavidhub).</description>
    <link>https://dev.to/sharondavidhub</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%2F3130082%2Fe6f32b31-e322-41ed-be57-790f7d07e313.png</url>
      <title>DEV Community: Sharon-David Alabi</title>
      <link>https://dev.to/sharondavidhub</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sharondavidhub"/>
    <language>en</language>
    <item>
      <title>Scrimba 'Learn JavaScript' Journey</title>
      <dc:creator>Sharon-David Alabi</dc:creator>
      <pubDate>Tue, 06 May 2025 16:09:41 +0000</pubDate>
      <link>https://dev.to/sharondavidhub/scrimba-learn-javascript-journey-32io</link>
      <guid>https://dev.to/sharondavidhub/scrimba-learn-javascript-journey-32io</guid>
      <description>&lt;p&gt;I recently completed Scrimba’s &lt;strong&gt;Learn JavaScript&lt;/strong&gt; course, and it’s been an incredible journey! Whether you're new to coding or refining your skills, this course is packed with hands-on projects that solidify concepts in a fun way.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What I Learned&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Before starting the Learn JavaScript course, I knew nothing about the basics or deeper concepts like the DOM, event handling, and async programming. Scrimba's interactive environment made learning super engaging, allowing me to code alongside the tutorials.&lt;/p&gt;

&lt;p&gt;Some standout topics I grasped: ✅ DOM Manipulation – Making web pages dynamic with .querySelector() and .addEventListener(). ✅ Functions &amp;amp; Scope – Understanding closures made coding more efficient. ✅ Async JavaScript – Learning fetch() and promises finally made API handling feel natural!&lt;/p&gt;

&lt;p&gt;Now, I can confidently [still learning :)] build interactive web apps without feeling lost when debugging!&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;My Biggest Challenge&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;At first, working with Firebase integration was tricky. Handling real-time data updates required me to understand asynchronous operations, and making sure everything synced properly took patience.&lt;/p&gt;

&lt;p&gt;One of the biggest hurdles? Building the undo functionality for my shopping list app. I had to track deleted items, set a time limit for restoration, and ensure the UI reflected changes smoothly. The logic behind keeping temporarily stored values and triggering their removal taught me a lot about event handling and state management.&lt;/p&gt;

&lt;p&gt;The key lesson? Break down complex problems into smaller steps, test along the way, and don’t hesitate to debug deeply when things don’t behave as expected.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;My Favourite Part&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Aside from the interactive learning style, my favourite part was building real projects that feel useful!&lt;/p&gt;

&lt;p&gt;The Shopping Cart App was particularly fun—I got to implement: 🎨 A visually appealing CSS fade effect for selected items, ⏳ Undo functionality to restore deleted products, and 🛠 Firebase integration for data persistence.&lt;/p&gt;

&lt;p&gt;Seeing my project work like a real-world app made me feel ready to tackle bigger coding challenges!&lt;/p&gt;

&lt;p&gt;For personal reasons, I didn’t share a link to the web app.&lt;/p&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2Fjobsker1123m9q7zr234.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.amazonaws.com%2Fuploads%2Farticles%2Fjobsker1123m9q7zr234.png" alt="shopping " width="533" height="706"&gt;&lt;/a&gt;&lt;br&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.amazonaws.com%2Fuploads%2Farticles%2Fi2hpjf4zww8u54zzo296.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.amazonaws.com%2Fuploads%2Farticles%2Fi2hpjf4zww8u54zzo296.png" alt="shopping " width="535" height="716"&gt;&lt;/a&gt;&lt;br&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.amazonaws.com%2Fuploads%2Farticles%2Fx72a9y7ds9egauiy8zmz.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.amazonaws.com%2Fuploads%2Farticles%2Fx72a9y7ds9egauiy8zmz.png" alt="shopping " width="539" height="729"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>scrimba</category>
      <category>rafidhoda</category>
      <category>perborgen</category>
    </item>
  </channel>
</rss>
