Bridging the Gap: My Journey from Curiosity to Full-Stack Engineering
Ayesha Shaik shares her journey from a Computer Science Engineering graduate to a full-stack developer driven by curiosity and problem-solving. She emphasizes learning by doing, focusing on the MERN stack to build scalable and impactful applications. Her work aims to create real-world solutions in areas like healthcare, food security, and donation systems while continuously growing through collaboration and cloud technologies.
- ▪Ayesha Shaik is a Computer Science Engineering graduate passionate about turning curiosity into real-world tech solutions.
- ▪She specializes in the MERN stack, using MongoDB, Express.js, React, and Node.js for full-stack development.
- ▪Her projects focus on social impact, including healthcare access, food mitigation, and secure donation networks.
- ▪She values continuous learning, debugging as problem-solving, and collaboration in team environments.
- ▪Ayesha is seeking Software Engineer or SDE Trainee roles and encourages connections via LinkedIn and GitHub.
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 === 3935950) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ayesha Shaik Posted on May 17 Bridging the Gap: My Journey from Curiosity to Full-Stack Engineering #career #computerscience #learning #softwareengineering As a Computer Science Engineering graduate, I’ve always believed that software development is about much more than just typing lines of syntax. It’s a journey of taking a spark of curiosity and turning it into a scalable, real-world solution.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).