<?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: Mheyrie</title>
    <description>The latest articles on DEV Community by Mheyrie (@mheyrie).</description>
    <link>https://dev.to/mheyrie</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%2F1104255%2F4f70261f-35b2-4991-84fd-230d5ac6f356.png</url>
      <title>DEV Community: Mheyrie</title>
      <link>https://dev.to/mheyrie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mheyrie"/>
    <language>en</language>
    <item>
      <title>Basic Calculator</title>
      <dc:creator>Mheyrie</dc:creator>
      <pubDate>Sat, 10 Feb 2024 19:41:09 +0000</pubDate>
      <link>https://dev.to/mheyrie/basic-calculator-1bio</link>
      <guid>https://dev.to/mheyrie/basic-calculator-1bio</guid>
      <description>&lt;p&gt;Check out the basic calculator i did using Html, Scss and JavaScript:&lt;br&gt;
 &lt;a href="https://mheyrie.github.io/calchtmlsassjs/"&gt;https://mheyrie.github.io/calchtmlsassjs/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  BabySteps
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fauhj81pvblfyethaioxt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fauhj81pvblfyethaioxt.png" alt="Image description" width="482" height="781"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>javascript</category>
      <category>basic</category>
      <category>calculator</category>
    </item>
    <item>
      <title>Self Invoking Function(JavaScript)</title>
      <dc:creator>Mheyrie</dc:creator>
      <pubDate>Fri, 02 Feb 2024 16:59:56 +0000</pubDate>
      <link>https://dev.to/mheyrie/self-invoking-functionjavascript-6pi</link>
      <guid>https://dev.to/mheyrie/self-invoking-functionjavascript-6pi</guid>
      <description>&lt;p&gt;A self-invoking function, also known as an Immediately Invoked Function Expression (IIFE), is a JavaScript function that runs automatically as soon as it's defined. This pattern is commonly used for creating a private scope, preventing variable name clashes, and managing dependencies. example of how to write IIFE&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
`(function(){
console.log("Hello, I am self Involving function")
})();`
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;things to note:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IIFE are wrapped in ()&lt;/li&gt;
&lt;li&gt;IIFE ends with a full ()&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>javascript</category>
    </item>
    <item>
      <title>JavaScript</title>
      <dc:creator>Mheyrie</dc:creator>
      <pubDate>Fri, 02 Feb 2024 16:18:36 +0000</pubDate>
      <link>https://dev.to/mheyrie/javascript-2i3f</link>
      <guid>https://dev.to/mheyrie/javascript-2i3f</guid>
      <description>&lt;p&gt;Just finished a 6-month intensive software development program with a prestigious school. Although during my program, there were languages I didn't particularly excel in as I would have wanted to. JavaScript happened to be one of those, so one of my goals this month is to learn more about JavaScript and be able to incorporate it with HTML and CSS. So, in order to hold myself accountable, I will be sharing my daily journey here and the things I learn along the way. #becomingadeveloper&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>javascript</category>
    </item>
    <item>
      <title>First Project Completed</title>
      <dc:creator>Mheyrie</dc:creator>
      <pubDate>Tue, 19 Sep 2023 15:34:22 +0000</pubDate>
      <link>https://dev.to/mheyrie/first-project-completed-20pd</link>
      <guid>https://dev.to/mheyrie/first-project-completed-20pd</guid>
      <description>&lt;p&gt;For this project, I did a basic To-do list using HTML, CSS, and JavaScript that's after doing a ton of research and watching tutorials, although I am still struggling to keep up with most of the syntax in JavaScript, I believe with practice I will get better. &lt;br&gt;
 In this project, I used JS to implement Event Listener, and I also incorporated a display of time and date using the Date and Time function.&lt;/p&gt;

&lt;h1&gt;
  
  
  Baby Steps.
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Upcoming Frontend Developer
&lt;/h1&gt;

&lt;p&gt;Attached is what the project looks like.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcrr19g9ikidl4p5lwst2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcrr19g9ikidl4p5lwst2.png" alt="Image description" width="541" height="511"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>Finally JavaScript here I Am😌</title>
      <dc:creator>Mheyrie</dc:creator>
      <pubDate>Wed, 16 Aug 2023 00:10:19 +0000</pubDate>
      <link>https://dev.to/mheyrie/finally-javascript-here-i-am-22b4</link>
      <guid>https://dev.to/mheyrie/finally-javascript-here-i-am-22b4</guid>
      <description>&lt;p&gt;Hello there…I have decided to create this blog in other to be able to keep track of my personal development in becoming a full stack developer(moving from frontend through to backend) and hopefully encourage someone along the way… like the saying goes “A journey of a thousand mile begins with a step”. So this is actually my second step😃. &lt;br&gt;
My first step was registering with a boot-camp to guide me on this journey. So I will be starting my first project ever using HTML, CSS and JavaScript🫣. I have always seen JavaScript to be very vague language and almost impossible to learn but I have decided to learn one thing at a time, so everyday I will endeavor to learn something new and perhaps share with you all here how it progresses. Back to my project😌. Can’t wait to share what I come up with…&lt;/p&gt;

&lt;p&gt;Bye 👋 for now&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>css</category>
      <category>diaryofabeginner</category>
    </item>
  </channel>
</rss>
