<?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: Hassan Olamide</title>
    <description>The latest articles on DEV Community by Hassan Olamide (@hassan_olamide_7d73356275).</description>
    <link>https://dev.to/hassan_olamide_7d73356275</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%2F3409835%2Fea4a8179-47bd-414b-8987-6f9cb88e589f.jpg</url>
      <title>DEV Community: Hassan Olamide</title>
      <link>https://dev.to/hassan_olamide_7d73356275</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hassan_olamide_7d73356275"/>
    <language>en</language>
    <item>
      <title>[Boost]</title>
      <dc:creator>Hassan Olamide</dc:creator>
      <pubDate>Mon, 19 Jan 2026 16:32:00 +0000</pubDate>
      <link>https://dev.to/hassan_olamide_7d73356275/-1cbp</link>
      <guid>https://dev.to/hassan_olamide_7d73356275/-1cbp</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/hassan_olamide_7d73356275" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&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%2Fuser%2Fprofile_image%2F3409835%2Fea4a8179-47bd-414b-8987-6f9cb88e589f.jpg" alt="hassan_olamide_7d73356275"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/hassan_olamide_7d73356275/how-i-spent-my-day-as-a-newbie-in-tech-learning-javascript-even-when-nepa-delayed-me-11f8" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;How I Spent My Day as a Newbie in Tech — Learning JavaScript Even When NEPA Delayed Me&lt;/h2&gt;
      &lt;h3&gt;Hassan Olamide ・ Jan 19&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How I Spent My Day as a Newbie in Tech — Learning JavaScript Even When NEPA Delayed Me</title>
      <dc:creator>Hassan Olamide</dc:creator>
      <pubDate>Mon, 19 Jan 2026 14:35:36 +0000</pubDate>
      <link>https://dev.to/hassan_olamide_7d73356275/how-i-spent-my-day-as-a-newbie-in-tech-learning-javascript-even-when-nepa-delayed-me-11f8</link>
      <guid>https://dev.to/hassan_olamide_7d73356275/how-i-spent-my-day-as-a-newbie-in-tech-learning-javascript-even-when-nepa-delayed-me-11f8</guid>
      <description>&lt;p&gt;Today was a serious learning day for me as a beginner in the tech space, especially with JavaScript. I focused on reviewing logical operators, arrays, and loops — three concepts that made me start seeing how real-world products are actually built.&lt;/p&gt;

&lt;p&gt;I began with logical operators. Understanding how and, or, and not work showed me how applications make decisions. It helped me realize that every time an app checks if a user is logged in, eligible, or allowed to access a feature, logical operators are working behind the scenes. That alone made coding feel less abstract and more connected to real products people use daily.&lt;/p&gt;

&lt;p&gt;Next, I moved on to arrays. Learning how data can be grouped and managed as a list opened my eyes to how apps handle things like users, messages, products, or transactions. Suddenly, what once looked like simple brackets and commas started to represent real users, real items, and real business logic.&lt;/p&gt;

&lt;p&gt;Then came loops. This was where everything started feeling powerful. I learned how loops allow a program to repeat actions efficiently instead of writing the same code again and again. When I connected this to real-world use — like displaying product lists on an e-commerce site or processing multiple user records — it finally clicked why loops are essential in building scalable applications.&lt;/p&gt;

&lt;p&gt;Of course, NEPA tried to test my patience. Light did not come early, and that slowed down my momentum at first. But instead of giving up, I adjusted. I revised concepts, went through examples offline, and mentally walked through how my code would run. In a way, that forced me to understand things deeper, not just copy and paste.&lt;/p&gt;

&lt;p&gt;By the end of the day, I did not just “learn JavaScript.” I learned how logical thinking, structured data, and repetition form the backbone of real-world products. More importantly, I proved to myself that consistency matters more than comfort.&lt;/p&gt;

&lt;p&gt;This is how I plan to grow in tech: learning daily, connecting theory to real life, and showing up even when conditions are not perfect.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Another day of learning how to code</title>
      <dc:creator>Hassan Olamide</dc:creator>
      <pubDate>Tue, 13 Jan 2026 15:43:06 +0000</pubDate>
      <link>https://dev.to/hassan_olamide_7d73356275/another-of-learning-how-to-code-4ea5</link>
      <guid>https://dev.to/hassan_olamide_7d73356275/another-of-learning-how-to-code-4ea5</guid>
      <description>&lt;p&gt;I usually start my coding class by 9:30am, but today NEPA had other plans 😅.&lt;br&gt;
What was meant to be 9:30am turned into 12pm.&lt;/p&gt;

&lt;p&gt;Instead of letting the delay ruin my day, I decided to use the time well. I started by consuming some tech content to get my mind in the right space. After that, I went back to my Udemy course where I learned about the  tag, how to properly link a JavaScript file, variables, and strings.&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;These basics might look small, but I’m beginning to understand how important they are for everything in JavaScript. It’s starting to make sense how the browser reads and executes code.&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Later on, I checked Gemini to read about fetching APIs, and honestly, that was where my brain started lagging 😄. A lot of new terms, a lot to process. I didn’t understand everything, but I understood enough to know what I need to revisit.&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;One thing I’m learning on this journey is that confusion is part of growth. You don’t have to understand everything in one day. Showing up, learning a little, and staying consistent matters more.&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Still learning. Still pushing. One day at a time.&amp;lt;/p&amp;gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Starting My Learning Journey in Tech</title>
      <dc:creator>Hassan Olamide</dc:creator>
      <pubDate>Mon, 12 Jan 2026 17:26:00 +0000</pubDate>
      <link>https://dev.to/hassan_olamide_7d73356275/starting-my-learning-journey-in-tech-2dlf</link>
      <guid>https://dev.to/hassan_olamide_7d73356275/starting-my-learning-journey-in-tech-2dlf</guid>
      <description>&lt;p&gt;Hello everyone, this is my first post here.&lt;/p&gt;

&lt;p&gt;I’m currently learning web development on my own. For a long time, I felt overwhelmed trying to learn everything at once, and sometimes I even felt stuck.&lt;/p&gt;

&lt;p&gt;Recently, I decided to change my mindset. Instead of focusing on how fast I can learn, I’m focusing on showing up every day, even if it’s just a little progress.&lt;/p&gt;

&lt;p&gt;Right now, I’m learning the basics of HTML, CSS, and JavaScript, and trying to truly understand how things work rather than rushing.&lt;/p&gt;

&lt;p&gt;I’m sharing this to document my journey, stay consistent, and connect with others who are also learning.&lt;/p&gt;

&lt;p&gt;If you’re a beginner too, you’re not alone. We all start somewhere.&lt;/p&gt;

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

</description>
      <category>beginners</category>
      <category>devjournal</category>
      <category>learning</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
