ABOUT ME
Resumeusing System.Text;
using System.Numerics;
using System.Collections.Generic;
namespace aboutMe {
-
public class
Minh
:
Human
{
-
public
Minh() {
-
string
fullName =
"Minh Nguyen";
string homeTown = "Kent, WA";
string school = "Seattle University";
string expGraduationMonth = "June";
int expGraduationYear = 2024;
Resume resume = new Resume("pdf");
string[] hobbiesAndInterests = new String[6] {
-
"Video games",
"Volleyball",
"Soccer",
"Keyboards",
"Board games",
"Hiking"
public void contact() {
-
Email
email =
new
Email("minhnewin@gmail.com");
String[] links = new String[3] {
}
EDUCATION
Seattle University
B.S. - Computer Science, Business Specialization
Expected Graduation: June 2024
Relevant Coursework:
Computer Science
- Intro to Computer Science (CPSC-1000)
- Programming & Prob Solving I (CPSC-1420)
- Programming & Prob Solving II (CPSC-1430)
- Data Structures (CPSC-2430)
- Computer Organization (CPSC-2500)
- Foundations of Computer Sci (CPSC-2600)
- Object-Oriented Development (CPSC-3200)
- Fundamentals of Databases (CPSC-3300)
- Languages and Computation (CPSC-3400)
- Computing Systems (CPSC-3500)
- The Art of Web Design (3700)*
- Design & Analysis of Algorithm (CPSC-4100)
- Graphics/Game Project (CPSC-4270)**
- Tech Comm & Proj Management (CPSC-4800)**
- Software Eng & Project Dev I (CPSC-4870)**
- Software Eng & Project Dev II (CPSC-4880)**
- Software Eng & Project Dev III (CPSC-4890)**
Math
- Trigonometry (MATH-1022)
- Calculus I (MATH-1334)
- Calculus II (MATH-1335)
- Calculus III (MATH-1336)
- Linear Algebra (MATH-2320)
Business
- Business Statistics (ECON-2100)
- Principles of Econ-Micro (ECON-2110)**
- Princpls of Acctg I:financial (ACCT-2300)*
- Business Communication (BCOM-2800)*
- Principles of Management (MGMT-3000)**
- Introduction to Marketing (MKGT-3500)**
- Business and International Law (BLAW-3700)**
*in progress
**planned
PROJECTS
3D Maze Generation
Utilized recursive backtracking algorithm techniques to create unique maze generation in a 3D environment.
Repository
C#, Unity
Simple 2D Pong
Utilized 2D ball physics and collisions with directional bounces in relation to user paddles and movement.
Repository
C#, Unity
Classic 2D Chess
Recreated the classic two-player chess game on a 2D board that allows a player to play against another player, taking turns and moving pieces according to chess rules.
Repository
Python
Tic-Tac-Toe
Recreated the classic two-player board game in 2D that allows players to switch between taking turns and placing a marker of an X or an O to indicate and claim the tile.
Repository
Python
Workout Tracker
Developed an OOP tracking system to record, review, and store data based on a personal workout regimen.
Repository
C++, C#
Personal Portfolio
Designed and developed a personal portfolio website using HTML, CSS, and JavaScript. Showcased a collection of projects and skills through visually appealing sections.
Repository
HTML, CSS, JavaScript
Restaurant Management Database
Built a responsive website that allowed users to track orders, inventory, and sales for a restaurant.
Repository
HTML, CSS, PHP, SQL