Associate of Science - Houston Community College
Welcome to my digital realm! I'm thrilled to invite you to explore a world of innovation and creativity through my website. As a passionate junior at the University of Houston with a keen interest in web development and programming, I've crafted this space to showcase my journey and projects. Here, you'll find a fusion of technology and design, reflecting my commitment to creating impactful digital solutions. Whether you're here to discover my latest endeavors, explore the realm of web development, or simply connect, I'm excited to have you on this virtual journey with me. Let's embark on a digital adventure together!
Hello, I'm Nathan Tran, currently a Junior at the University of Houston. Passionate about creating meaningful digital experiences, I find joy in developing websites and programming solutions for people. My aspiration is to become a proficient software engineer, with a particular focus on becoming a full-stack developer. Through my academic journey and personal projects, I am dedicated to honing my skills and contributing to the ever-evolving world of technology. I believe in the power of innovation to enhance user experiences and am excited about the opportunities ahead on my path to becoming a well-rounded developer.
This is C++ game which is a duel where two character instances will fight each other. As an example, a warrior character fights enemies with a weapon of choice; swinging a weapon costs the character stamina. A wizard character fights by casting spells; casting spells inflict damage and expends magical power or mana. The two will face off and take turns selecting actions, which change the status of themselves and their opponent, until one or both are defeated. Language: C++
The game features a player with starting chips, the ability to draw cards, calculate the total sum, and determine if the player has Blackjack or has exceeded a safe sum. Incorporated dynamic rendering of cards, sum, and messages on the web page. Integrated functionality to update player chips based on game outcomes. Ensured an interactive and user-friendly experience with responsive game controls. Language: HTML, CSS, JavaScript
Users can input leads, store them locally, and view the list on the page. They implemented features for manual lead entry, clearing all leads, and capturing current tab URLs. Utilized Chrome extension APIs and local storage for efficient data handling. Language: HTML, CSS, JavaScript