<?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: Winky Defi</title>
    <description>The latest articles on DEV Community by Winky Defi (@winky_defi).</description>
    <link>https://dev.to/winky_defi</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%2F1956902%2Fd1179e1d-9210-43e1-8099-25e78bbfa4ae.png</url>
      <title>DEV Community: Winky Defi</title>
      <link>https://dev.to/winky_defi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/winky_defi"/>
    <language>en</language>
    <item>
      <title>Day 1 of #100DaysofMiva: Unlocking the Secrets of JavaScript</title>
      <dc:creator>Winky Defi</dc:creator>
      <pubDate>Wed, 21 Aug 2024 19:46:00 +0000</pubDate>
      <link>https://dev.to/winky_defi/day-1-of-100daysofmiva-unlocking-the-secrets-of-javascript-1f3d</link>
      <guid>https://dev.to/winky_defi/day-1-of-100daysofmiva-unlocking-the-secrets-of-javascript-1f3d</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hey there, fellow developers!&lt;/strong&gt;&lt;br&gt;
 I'm excited to share my journey with you as I embark on a 100-day challenge to learn and master JavaScript. In this series, I'll be documenting my progress, sharing my discoveries, and hopefully inspiring you to join me on this adventure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is JavaScript?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;JavaScript is a high-level programming language that's used to create interactive web pages, web applications, and mobile applications. It's a versatile language that's used by most websites for client-side scripting, allowing developers to create dynamic and engaging user experiences. JavaScript is also popular for developing desktop and mobile applications, game development, and server-side programming.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Struggle with JavaScript&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'll be honest, I've been struggling to understand JavaScript for weeks. It's a complex language with a steep learning curve, and I've found it challenging to grasp its concepts. But today, I had a breakthrough! With the help of a talented YouTuber named "Great Stack," I finally started to understand the basics of JavaScript. If you're struggling like I was, I highly recommend checking out his channel for clear and concise explanations.&lt;/p&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%2Fjxmq54znlloum0fs9k2s.jpg" 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%2Fjxmq54znlloum0fs9k2s.jpg" alt="Image description" width="800" height="554"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Today, I spent an hour learning about JavaScript conditional statements and loops. Here's a brief overview of what I discovered:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conditional Statements&lt;/strong&gt;: Conditional statements are used to execute different blocks of code based on certain conditions. They're like decision-making tools that help your program adapt to different situations. For example, you can use an "if" statement to check if a user has entered a valid password, and if not, display an error message.&lt;br&gt;
&lt;strong&gt;Loops&lt;/strong&gt;: Loops are used to repeat a block of code multiple times. They're like a merry-go-round that keeps spinning until a certain condition is met. For example, you can use a "for" loop to iterate through an array of items and display each one on the screen.&lt;/p&gt;

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

&lt;p&gt;One of the biggest challenges I faced today was finding it difficult to grasp the full concept of JavaScript. It's a vast and complex language, and it's hard to know where to start. But with the help of Great Stack's tutorials, I was able to break down the concepts into smaller, manageable chunks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm thrilled to have finally made progress with JavaScript, and I'm excited to continue learning and exploring its many features. If you're joining me on this 100-day challenge, I encourage you to share your own experiences and insights in the comments below. Let's learn and grow together! Happy coding!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Day 1 of #100DaysofMiva: Unlocking the Secrets of JavaScript</title>
      <dc:creator>Winky Defi</dc:creator>
      <pubDate>Wed, 21 Aug 2024 19:45:57 +0000</pubDate>
      <link>https://dev.to/winky_defi/day-1-of-100daysofmiva-unlocking-the-secrets-of-javascript-2epo</link>
      <guid>https://dev.to/winky_defi/day-1-of-100daysofmiva-unlocking-the-secrets-of-javascript-2epo</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hey there, fellow developers!&lt;/strong&gt;&lt;br&gt;
 I'm excited to share my journey with you as I embark on a 100-day challenge to learn and master JavaScript. In this series, I'll be documenting my progress, sharing my discoveries, and hopefully inspiring you to join me on this adventure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is JavaScript?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;JavaScript is a high-level programming language that's used to create interactive web pages, web applications, and mobile applications. It's a versatile language that's used by most websites for client-side scripting, allowing developers to create dynamic and engaging user experiences. JavaScript is also popular for developing desktop and mobile applications, game development, and server-side programming.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Struggle with JavaScript&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'll be honest, I've been struggling to understand JavaScript for weeks. It's a complex language with a steep learning curve, and I've found it challenging to grasp its concepts. But today, I had a breakthrough! With the help of a talented YouTuber named "Great Stack," I finally started to understand the basics of JavaScript. If you're struggling like I was, I highly recommend checking out his channel for clear and concise explanations.&lt;/p&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%2Fjxmq54znlloum0fs9k2s.jpg" 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%2Fjxmq54znlloum0fs9k2s.jpg" alt="Image description" width="800" height="554"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Today, I spent an hour learning about JavaScript conditional statements and loops. Here's a brief overview of what I discovered:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conditional Statements&lt;/strong&gt;: Conditional statements are used to execute different blocks of code based on certain conditions. They're like decision-making tools that help your program adapt to different situations. For example, you can use an "if" statement to check if a user has entered a valid password, and if not, display an error message.&lt;br&gt;
&lt;strong&gt;Loops&lt;/strong&gt;: Loops are used to repeat a block of code multiple times. They're like a merry-go-round that keeps spinning until a certain condition is met. For example, you can use a "for" loop to iterate through an array of items and display each one on the screen.&lt;/p&gt;

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

&lt;p&gt;One of the biggest challenges I faced today was finding it difficult to grasp the full concept of JavaScript. It's a vast and complex language, and it's hard to know where to start. But with the help of Great Stack's tutorials, I was able to break down the concepts into smaller, manageable chunks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm thrilled to have finally made progress with JavaScript, and I'm excited to continue learning and exploring its many features. If you're joining me on this 100-day challenge, I encourage you to share your own experiences and insights in the comments below. Let's learn and grow together! Happy coding!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
