<?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>Forem: mawki</title>
    <description>The latest articles on Forem by mawki (@stackovermaw).</description>
    <link>https://forem.com/stackovermaw</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%2F3439967%2Ffacfad32-1fcf-4a88-8caa-05f00e1a8669.jpeg</url>
      <title>Forem: mawki</title>
      <link>https://forem.com/stackovermaw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/stackovermaw"/>
    <language>en</language>
    <item>
      <title>5 Things I Wish I Knew Earlier When Self-Studying Programming (Especially #5)</title>
      <dc:creator>mawki</dc:creator>
      <pubDate>Sun, 17 Aug 2025 09:48:08 +0000</pubDate>
      <link>https://forem.com/stackovermaw/5-things-i-wish-i-knew-earlier-when-self-studying-programming-especially-5-3e3n</link>
      <guid>https://forem.com/stackovermaw/5-things-i-wish-i-knew-earlier-when-self-studying-programming-especially-5-3e3n</guid>
      <description>&lt;p&gt;When I started learning programming on my own, I made a lot of mistakes that slowed me down. Looking back, I realize most beginners fall into the same traps. So instead of just saying &lt;strong&gt;"don’t do this,"&lt;/strong&gt; I want to share what actually happened to me and what I learned from it. Hopefully, this saves you some time and frustration.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Don’t Rely Too Much on Tutorials
&lt;/h2&gt;

&lt;p&gt;Watching tutorials is fine, but depending on them for everything is what people call &lt;strong&gt;"Tutorial Hell."&lt;/strong&gt;&lt;br&gt;
I remember binge-watching an old Java playlist without really understanding it. The moment I wanted to build a project, I froze and didn’t know where to start or how to structure anything.&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%2F42lpjdkpeigo51qkg18b.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%2F42lpjdkpeigo51qkg18b.png" alt="Frozen man" width="300" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instead, use tutorials as a launchpad, but make sure you’re building small projects along the way and &lt;strong&gt;YOU SHOULD FAIL AND F'D UP BIG TIME TO LEARN&lt;/strong&gt;. Even something simple like a to-do app teaches you more than endless passive watching.&lt;/p&gt;

&lt;p&gt;💡 If you are really the type of person that learns through video, you'll definitely like &lt;a href="https://scrimba.com/" rel="noopener noreferrer"&gt;Scrimba&lt;/a&gt;, check it out.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Don’t Write Notes Like a Court Reporter
&lt;/h2&gt;

&lt;p&gt;Back then, I wrote down every single thing from tutorials, the entire code samples, word-for-word explanations. The problem? I never used those notes again.&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%2Ftacyf601h4t6v60ycoqt.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%2Ftacyf601h4t6v60ycoqt.png" alt="Waiting Skeleton" width="500" height="676"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A better way is to write your explanation of what you learned, in your own words, and keep it short. Google already has the reference material; your notes should be a shortcut for your brain.&lt;/p&gt;

&lt;p&gt;To retain it much longer, you can try &lt;strong&gt;spaced repetition&lt;/strong&gt; with your notes. &lt;em&gt;(I want to do a shameless plug about my note taking app with diff learning methods + chatgpt api for summarizing and etc. but it's not usable rn as I ran out of credits)&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Don’t Be Afraid to Ask for Help
&lt;/h2&gt;

&lt;p&gt;At first, I thought asking questions made me look dumb, so I tried to figure out everything on my own. The truth? That mindset slowed me down. More experienced people often already solved the problem you’re stuck on.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Stick to One Programming Language (at First)
&lt;/h2&gt;

&lt;p&gt;I said &lt;strong&gt;at first&lt;/strong&gt; because later on, you’ll probably need to pick up other languages for work or projects. But starting out, focusing on one will make your progress much faster.&lt;/p&gt;

&lt;p&gt;I jumped from Java → Python → Kotlin → JavaScript in just a few months. Big mistake. Instead of focusing with the fundamentals and going deeper into one language, I kept restarting from scratch.&lt;/p&gt;

&lt;p&gt;Start learning the programming fundamentals in one language, once you are comfortable with it, switching to another one will become much easier&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Blackbox topics you think might be needed in the future (this one works wonders!)
&lt;/h2&gt;

&lt;p&gt;Blackboxing a concept or topic is like putting it in a mental storage box. You don’t need to understand every detail right now, just set it aside, know what it does at a high level, and come back to open that box when you actually need it.&lt;/p&gt;

&lt;p&gt;Early on my self studying journey, I worried about backend while I was still learning frontend. Instead of trying to master both at once, I started &lt;a href="https://www.youtube.com/watch?v=RDzsrmMl48I&amp;amp;t=257s" rel="noopener noreferrer"&gt;“blackboxing”&lt;/a&gt; backend concepts, like randomly searching terms about it, skimming through blogs, watching short videos just to be exposed to a topic little by little.&lt;/p&gt;

&lt;p&gt;💡 &lt;strong&gt;Why this works:&lt;/strong&gt; You’ll hear terms and concepts way before you need them. By parking them in your “future learning box,” you’ll already have some mental hooks when you finally study them. Example:&lt;/p&gt;

&lt;p&gt;While learning frontend → note: &lt;em&gt;"Backend = where data is stored &amp;amp; managed."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Later, when learning backend → &lt;em&gt;"Oh, this is the part that powers the data my frontend shows."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Thank you for reading up to this point! I made this in Oct 2022, and I just decided to post it today!&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%2Fmkt1sbhx7z54rbx0fl5j.gif" 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%2Fmkt1sbhx7z54rbx0fl5j.gif" alt="Thank you gif" width="500" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 If you’re a beginner: did this blog help you, or do you relate to any of my experiences?&lt;br&gt;
👉 If you’re experienced: what’s the biggest beginner mistake you made when you were starting, and what advice would you give to your past self? I'd like to know it!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>learning</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
