Skip to content
View VuNguyen123456's full-sized avatar

Highlights

  • Pro

Block or report VuNguyen123456

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
VuNguyen123456/README.md

👋 Hi, I'm Vu Nguyen

🎓 I'm a passionate and driven Computer Science student at George Mason University, maintaining a 3.98 GPA. I thrive on leveraging innovative technologies to solve real-world problems—especially at the intersection of software development, machine learning, and cybersecurity.


💼 Experience Highlights

  • 🔐 Research Assistant, Commonwealth Cyber Initiative
    Conducted cybersecurity research on water facility threats, integrating GIS technology to enhance threat analysis and develop more resilient security strategies.

  • ⚙️ Software Engineering Intern, Hustlr Inc.
    Built a worker rating system and automated email reminders for the Gigmarket app using Angular, Node.js, and PostgreSQL, improving user engagement and administrative efficiency.


🧠 Currently Learning

  • Artificial Intelligence & Deep Learning
  • Advanced Cybersecurity Topics
  • Cloud Computing & Networking

🧰 Tech Stack

Programming: C, Java, Python, JavaScript, SQL, NoSQL, Bash/Shell Scripting
Development & Frameworks: VS Code, Git, GitHub, Angular 8, React.js, Node.js, GraphQL, RESTful APIs, Docker, HTML
Databases & Tools: PostgreSQL, MySQL, SQL Developer, MongoDB, Database Design & Normalization
Productivity: Microsoft Office, Outlook


📍 Location

Washington D.C. Metropolitan Area


🌐 Connect with Me


✨ Fun Fact

Outside of tech, I’m all about immersive worlds—whether that’s through gaming, unraveling lore-rich universes, or getting hooked on a great sci-fi or fantasy series. I enjoy the creativity behind stories and systems.

Pinned Loading

  1. CCI-Cyber-security-table-top-exercise CCI-Cyber-security-table-top-exercise Public

    They are designed to test if the organization's Incident response capabilities are up to a real attack. It is a cyber security drill scenario, and you will be able to see how well your key Incident…

    1

  2. Real-time-chat-app Real-time-chat-app Public

    JavaScript 1

  3. Relational-database-based-on-EER-Relational-schema-query-the-database- Relational-database-based-on-EER-Relational-schema-query-the-database- Public

    This project involves designing a conceptual database schema using the Enhanced Entity-Relationship (EER) model, converting it into a relational schema, and preparing it for implementation in a rel…

    1

  4. Academic-Advising-System- Academic-Advising-System- Public

    This project involves creating a topological sort for a directed acyclic graph (DAG) while considering vertex priorities. It uses a min-heap priority queue to manage these priorities and implements…

    Java

  5. Dijkstra-Algorithms Dijkstra-Algorithms Public

    This project implements Dijkstra’s Algorithm to calculate the shortest paths in a weighted, undirected graph. The graph is read from a plain text file in edge list format, where each line contains …

    Java