# From Teaching Code to Building Real-World Applications
The article discusses the author's journey from teaching coding to becoming a Full Stack Web Developer and Technical Writer. They highlight their experience in web development and their passion for simplifying complex technical concepts. The author is currently seeking remote web development roles and freelance opportunities.
- ▪The author has transitioned from teaching web development to working as a Full Stack Web Developer.
- ▪Their core technology stack includes HTML, CSS, JavaScript, Angular, React, and Node.js.
- ▪They enjoy technical writing, focusing on topics like Angular development and cybersecurity basics.
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 === 3949683) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } ubioka joel Posted on May 25 # From Teaching Code to Building Real-World Applications #javascript #webdev #tutorial #beginners I started my journey with a passion for technology and problem-solving, and over time I’ve grown into a Full Stack Web Developer and Technical Writer.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).