Recent Graduate from Texas A&M University at Corpus Christi with a B.S. in Computer Science, emphasis in Systems Programming

Resume:

Education:

Bachelor of Science (B.S.) in Computer Science
Emphasis on Systems Programming
Graduated December 2021
Texas A&M University at Corpus Christi
Corpus Christi, TX

Relevant Coursework:

Data Structures
Software Engineering
Computer Networking
Computer Architecture
Intro to Database Systems
Computer Graphics

Skills:

OOP in Java, C++, C#, JavaScript
Database Design in MySQL
Version Control with GitHub
Data analysis in Python and R
Functional Programming in F#

Experience:

Interned at the TAMUCC Genomics Core Lab
Aug 2019 - Sep 2019
• Developed an API and application to control an automated pipetting system
• Recorded and analyzed data related to the efficiency of the pipetting system
• Developed data analysis programs in Python and R

Projects on GitHub

A screenshot of a randomly generated 'cloth'

A C++ and OpenGL project that randomly generates cloth-like geometry.


A recursive ray tracer, utilizing multithreading and super-sampling.


An OpenGL project utilizing compute shaders to simulate millions of particles in real-time.



A C++ project written for my Operating Systems class. An arbitrary number of producer threads place random number in a bounded buffer, and an arbitrary number of consumer threads remove items from the buffer, determining if the numbers are prime. Written in C++ for unix systems.


A basic calculator created for android phones.


An HMTL5 Canvas and JavaScript based flocking simulator.