/* LOADING SCREEN */ .loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--darker); display: flex; align-items: center; justify-content: center; z-index: 20000; flex-direction: column; } .loading-text { color: var(--neon); font-size: 1.5rem; font-weight: 700; margin-bottom: 30px; animation: loadingPulse 1s infinite alternate; } @keyframes loadingPulse { from { opacity: 0.5; } to { opacity: 1; text-shadow: 0 0 20px var(--neon); } } .loading-bar { width: 300px; height: 4px; background: rgba(255, 255, 255, 0.1); border-radius: 2px; overflow: hidden; } .loading-progress { height: 100%; background: linear-gradient(90deg, var(--neon), var(--primary)); width: 0%; border-radius: 2px; animation: loadProgress 3s ease-out forwards; } @keyframes loadProgress { to { width: 100%; } } .loading-overlay.fade-out { animation: fadeOut 1s ease-out forwards; animation-delay: 3s; } @keyframes fadeOut { to { opacity: 0; visibility: hidden; } }
Product-Driven Problem Solver
CS Graduate with 2+ years of QA experience, passionate about bridging technical excellence with user-centered solutions. Ready to transform your team's product development process.
Developed during HackUTA 2024 - An AI-powered assistant integrating speech recognition and computer vision for seamless voice interaction and real-time object identification. Showcases ability to integrate cutting-edge technologies into practical solutions.
Built during HackUTD 2023 - Mobile app calculating users' carbon footprints based on travel, energy consumption, and purchases. Features interactive charts and actionable sustainability insights, addressing real-world environmental challenges.
Programming Languages final project showcasing Java and Kotlin expertise. QR code sharing application for seamless contact information exchange across multiple platforms and social media accounts. Led development through efficient task delegation.
vijaygeorge22@gmail.com
(432) 599-4870
Arlington, Texas, USA
Product Management
Solutions Engineering
Program Management
2+ years of QA experience taught me to think like users and identify pain points before they become problems.
Proven track record working with developers, UAT users, and stakeholders to deliver results.
Connected Power BI to databases and created visualizations that drove better business decisions.
Won company-wide innovation competition and led teams as captain in both academic and athletic settings.