Space Background

Welcome

My name is Vincent DiGiovanni

About Me

My name is Vincent DiGiovanni and welcome to my site!

I am a student at Rochester Institute of Technology, studying Computing and Information Technologies.

My concentration focuses on Networking, specifically Network Services & Protocols, Routing and Switching, Wireless Networking, and Network Design and Performance.

I am passionate about all things computers, electronics, and I love to learn.

My resume is available below:

View Resume

Projects

C# Scheduling Tool

  • I was recently selected to create the schedule for the Recreation Staff at Hale-Andrews Student Life Center
  • Previously, this task was completed by hand, I wanted to use Object-Oriented Programming to create a tool that would assist in the creation of the schedule
  • I am planning on creating a UI for this program in the future
  • View GitHub Repository

Personal Website

  • This site was developed using Vite/React, JavaScript, HTML, CSS, and TailwindCSS
  • Accessible and Responsive design for ease of access and high-quality experience
  • Hosted on an AWS EC2 Linux Instance
  • More content, changes, and optimizations coming soon...
  • View GitHub Repository

Network Load Balancer

  • Created a Content Delivery Network by configuring a Domain Controller and a Network Load Balancing Cluster
  • Configured a Domain Controller with Active Directory and DNS, two Load Balancing Hosts, and four client machines
  • Wrote a Python script to compute Load Balancing Cluster website response metrics
  • Ran multiple experiments using varying Load Balancing Cluster configurations and wrote results report

Packet Analysis Tool

  • Developed a Network Packet Analysis Tool using Python
  • Filtered Network Packet Captures, parsed hexadecimal data, and computed metrics
  • Computed per node, including Echo Reply and Request data, time, and distance metrics
  • Effectively worked as a team to complete all three tasks on a schedule
  • View GitHub Repository