Hello, my name is Anthony Cu.
I recently graduated from the University of Texas at Arlington
with a Bachelor of Science in Information Systems, Summa Cum Laude (3.9/4.0).
During my academic career at UTA, I developed an intermediate proficiency
in the following languages: Java, Python, SQL, HTML5, and CSS.
I also gained exceptional knowledge in descriptive and inferential statistics.
My next goal is to further challenge myself and build my professional career in the tech industry. My main interest is a field in cybersecurity and data. However, I believe knowledge is the key to success, and I strive to always keep a learners' mindset.
I have a results-driven work ethic that operates efficient, yet effective. I hope to leverage my business acumen and operational skills in a technology workspace, contribute meaningful solutions, and support my team to have a competitive advantage.
The Regex Credit Card Application will prompt a user to input their credit card numbers. The program will verify the credit card number and report credit card issuer to the user based off the number formatting.
The following credit card issuers are: Visa, Mastercard, American Express, Discover, JCB, and Diner's Club. Each issuer has its own unique identifiers and formats, to distinguish from one another.
The Login Validation Application (v1.0) is a simple program that asks a user to create a username and a password. The application uses a ReGex pattern to verify that the password must:
- Consist of more than 7 characters
- Contain at least 1 uppercase letter [A-Z].
- Contain at least 1 lowercase letter [a-z].
- Contains at least special character.
Users will also be able to log in to the program with their credentials. The application will verify credentials. If successful, the application will allow users full access.