Technical Specialist @ Apple | Computer Science Student @ UNCG
Explore My WorkI'm a senior Computer Science student at UNCG and a Technical Specialist at Apple, focused on solving problems with thoughtful software and human-centered support. Based in Greensboro, NC, I hold an Associate of Science degree and bring strong customer support, communication, and technical skills to every project.
I'm bilingual in English and Spanish and open to volunteering in Education, Science, and Technology initiatives. I enjoy building practical, reliable experiences that make people's lives easier.
React, JavaScript, HTML, CSS, and responsive UI
Java, Node.js, Python, database design, API development
Git, VS Code, Linux, Docker, and workflow automation
React Native, mobile-first UI, and app UX
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Java DSA Learning Site - Master Data Structures & Algorithms</title>
<meta name="description" content="Complete Java Data Structures & Algorithms learning platform with interactive examples, quizzes, and flashcards">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
From beginner to intermediate to advanced, covers all topics of CSC230 and more
<!-- Preload critical resources -->
<link rel="preload" href="css/style.css" as="style">
<link rel="preload" href="js/script.js" as="script">
</head>
<body data-theme="default" class="font-inter overflow-x-hidden">
<!-- Mobile Touch Indicator -->
<div class="mobile-touch-indicator"></div>
<!-- Custom Cursors (Now mobile-enabled) -->
This exact sleek modern portfolio website you see.
const [stats, setStats] = useState([]);
useEffect(() => {
fetchNBAData().then(setStats);
}, []);
A clean, mobile-first NBA game tracker that displays live scores, scheduled games, and top player stats.