WeSearch

From Zero and Confused, This Is How I Started Learning to Code

·3 min read · 0 reactions · 0 comments · 11 views
#coding#programming#learning#webdev#beginners
From Zero and Confused, This Is How I Started Learning to Code
⚡ TL;DR · AI summary

The article recounts the author's journey of learning to code, starting from a place of confusion and overwhelm. Initially trying various programming languages without a clear focus, the author eventually found success by concentrating on HTML and CSS. After several months of consistent practice, the author gained confidence and the ability to build functional websites.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3949479) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } DAFFA AHMAD AL ATTAS Posted on May 24 From Zero and Confused, This Is How I Started Learning to Code #webdev #programming #productivity #beginners I still remember that night so clearly. I was sitting alone in my room, laptop on, coffee already cold on the table. I opened YouTube and typed “learn coding for beginners.” Within minutes, I was completely overwhelmed. One video said start with Python, another pushed JavaScript, and some even recommended jumping straight into React.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)