<?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: Yukesh Dhakal</title>
    <description>The latest articles on DEV Community by Yukesh Dhakal (@yukeshdhakal42).</description>
    <link>https://dev.to/yukeshdhakal42</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%2F3048723%2Fad7601f8-c606-4760-80d8-2c896d037b70.png</url>
      <title>DEV Community: Yukesh Dhakal</title>
      <link>https://dev.to/yukeshdhakal42</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yukeshdhakal42"/>
    <language>en</language>
    <item>
      <title>How I Would Learn to Code in 2026 - For Newbie</title>
      <dc:creator>Yukesh Dhakal</dc:creator>
      <pubDate>Fri, 18 Apr 2025 03:44:35 +0000</pubDate>
      <link>https://dev.to/yukeshdhakal42/how-i-would-learn-to-code-in-2026-for-newbie-5cl</link>
      <guid>https://dev.to/yukeshdhakal42/how-i-would-learn-to-code-in-2026-for-newbie-5cl</guid>
      <description>&lt;p&gt;Nowadays, there’s a lot of noise about how AI will replace developers. But here’s the thing, it’s not going to replace every developer. It will replace those who stop learning, those who rely only on what they know, and those who just "vibe code" without knowing anything.&lt;/p&gt;

&lt;p&gt;If I were to start my developer journey in 2025 aiming for growth in 2026, I would approach it with intention and structure. Coding has definitely become more accessible, thanks to better tools and resources. But that doesn’t mean you can skip the fundamentals. If anything, they matter even more now.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Mastering the basics isn’t just a phase — it’s a forever skill."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;When you truly understand the core principles, you can adapt to change, evolve with tools, and even stand out in the future.&lt;/p&gt;

&lt;h2&gt;
  
  
  So How Do I Start?
&lt;/h2&gt;

&lt;p&gt;If I were starting today, I’d go all in on javascript first. Not just copy-pasting from StackOverflow or ChatGPT but really learning how variables, loops, functions, and objects work. Why? Because once you understand how code flows and how logic works, every other tool or framework becomes easier.&lt;/p&gt;

&lt;p&gt;A great way to internalize these ideas is by making games. It might sound silly at first, but building something like Snake, Tetris, or a simple quiz app forces you to think logically, solve problems, and understand the DOM (which is essential in web development).&lt;/p&gt;

&lt;h2&gt;
  
  
  My Suggested Roadmap
&lt;/h2&gt;

&lt;p&gt;Here’s a visual breakdown of how I’d learn the fundamentals of web development if I were beginning now:&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%2Fd9ra6hrby40xcu19uxnf.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%2Fd9ra6hrby40xcu19uxnf.png" alt="Roadmap Web Developer" width="800" height="1200"&gt;&lt;/a&gt;&lt;br&gt;
You can follow this in chunks over weeks/months depending on your pace. Don’t rush it. Learn, revisit, and build.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Lastly,&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Don't fear AI. Use it, but don’t depend on it.&lt;/li&gt;
&lt;li&gt;Learn how code works, not just what to write.&lt;/li&gt;
&lt;li&gt;Build small things. Games, tools, clones — anything that makes you solve problems.&lt;/li&gt;
&lt;li&gt;JavaScript is still the king of the browser — don’t skip it.&lt;/li&gt;
&lt;li&gt;Fundamentals over frameworks, always.&lt;/li&gt;
&lt;li&gt;Stay consistent. Even 30 mins a day is better than none.&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;p&gt;I’ll be sharing more tips, insights, and stories from my journey soon.&lt;br&gt;
If you’re just getting started or even just thinking about getting into tech, feel free to drop your thoughts below. I’d love to connect and chat!&lt;/p&gt;

&lt;p&gt;Until then, keep learning. Keep building!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Why I Decided to Start Blogging...</title>
      <dc:creator>Yukesh Dhakal</dc:creator>
      <pubDate>Mon, 14 Apr 2025 03:29:18 +0000</pubDate>
      <link>https://dev.to/yukeshdhakal42/why-i-decided-to-start-blogging-51ba</link>
      <guid>https://dev.to/yukeshdhakal42/why-i-decided-to-start-blogging-51ba</guid>
      <description>&lt;p&gt;I’m currently in a phase of my life where I want to explore new things. I’m trying to upskill, not just for better opportunities, but to genuinely become better at something I care about.&lt;/p&gt;

&lt;p&gt;When I started my journey with IT and everything related to it, I honestly had no idea what I was getting into. It felt overwhelming at first. I remember the early days when I joined college and I barely knew anything. It’s kind of funny looking back now, but my only association was with Java back then, which was through the game Minecraft. That was literally all I knew about programming.&lt;/p&gt;

&lt;p&gt;And yet, here I am today, writing my first blog post on a tech platform, hoping to share a bit of my experience so far.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“It’s okay to not know everything when you start. What matters is that you start anyway.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The main reason I’m starting this blog is actually for myself. I’m curious and excited about trying something new. If along the way I can also share something helpful, something that resonates with someone else then that’s a big win.&lt;/p&gt;

&lt;p&gt;And if you’re reading this, I hope a part of my journey feels familiar to you too.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
