From BASIC to Modern Dev: My Path Into Programming
David Schuster shares his journey into programming, starting from BASIC in the 1980s. He reflects on how learning HTML during college ignited his passion for web development. Schuster emphasizes the importance of curiosity over mastery in the ever-evolving tech landscape.
- ▪David Schuster began programming in the early 1980s with BASIC.
- ▪His discovery of HTML during college fueled his passion for web development.
- ▪Schuster highlights the challenge of keeping up with rapidly changing programming languages and frameworks.
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 === 3906600) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } David Schuster Posted on May 18 From BASIC to Modern Dev: My Path Into Programming #codenewbie #devjournal #learning #programming Programmer, Coder, Developer. I’ve always believed that every developer has an origin story. Some people discover coding in a college course, some stumble into it through a job, and some — like me — were simply destined to become nerds from the start.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).