Building the TEYZIX CORE Internship Portal — My Full-Stack Development Journey
Muhammad Yasir recently completed the TEYZIX CORE Internship Portal as part of his Full-Stack Web Development Internship. This project involved creating a modern web application that allows students to explore internships and manage applications. Through this experience, Yasir enhanced his skills in both frontend and backend development while overcoming various technical challenges.
- ▪The TEYZIX CORE Internship Portal is designed to help students view and apply for internships.
- ▪Yasir utilized technologies such as React.js, Node.js, and MongoDB for the project.
- ▪He faced challenges with database integration and deployment, ultimately using a temporary in-memory solution.
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 === 3683167) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Muhammad Yasir Posted on May 18 Building the TEYZIX CORE Internship Portal — My Full-Stack Development Journey #learning #showdev #softwaredevelopment #webdev As part of my Full-Stack Web Development Internship task, I recently completed the TEYZIX CORE Internship Portal, a modern full-stack web application designed to help students explore internships, submit applications and interact with a clean and responsive system.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).