Jacomo Corrieri

Hi, I'm a graduate Computer Science student at the University of Florida. I'm generally interested in all computer science topics, but my main experience is in backend software development and machine learning. That said, I can still center a div or two and dabble a bit in systems programming.

Skills

Education

UF Logo

University of Florida

Master of Science

Computer Science  |  2025 — Present  |  GPA: 3.83

Relevant Coursework

Computer Vision ML Engineering Analysis of Algorithms Math for Intelligent Systems
UNF Logo

University of North Florida

Bachelor of Science

Computer Science  |  Minors in Math & IB  |  2021 — 2025  |  GPA: 3.99

Relevant Coursework

ML with Graphs Intro to AI Data Structures Operating Systems Databases Software Engineering

Experience

Information Technology Intern (SWE)

Current
May 2026 — Present

Florida Blue  Â·  Jacksonville, FL

  • â–¹ Built a full-stack application using Streamlit, FastAPI, and SQL Server, enabling nine teams to coordinate data migration and validation efforts, saving hours of manual configuration and reducing communication delays.
  • â–¹ Designed a maintainable backend using Pydantic for request validation, SQLAlchemy for database access and connection pooling, and optimized queries that delivered API response times under 100 ms.
  • â–¹ Translated business requirements into Agile user stories, implemented interfaces aligned with company design standards, and validated application quality through Pytest unit testing and Ruff linting.
Python FastAPI SQLAlchemy Streamlit

Research Computing Support Intern

Jan 2026 — Present

UF Information Technology (UFIT)  Â·  Gainesville, FL

  • â–¹ Developed a Python CLI and Django-Ninja API for querying 800M+ rows of Lmod data on HiPerGator, allowing research computing staff to analyze software usage across the cluster.
  • â–¹ Containerized and deployed the API and PostgreSQL database using Podman Quadlet, implementing JWT-based authentication for secure access.
  • â–¹ Optimized query performance using nightly precomputed tables, reducing latency from minutes to milliseconds.
Python Django PostgreSQL Linux HPC / Slurm

Volunteer Web Developer

Aug 2019 — Jun 2025

Avondale United Methodist Church  Â·  Jacksonville, FL

  • â–¹ Designed, coded, and maintained the church website using HTML, CSS, JavaScript, and PHP, serving 50+ members.
  • â–¹ Implemented a pictorial directory, migrating hand-collected forms to 20+ member entries via server-side scripting.
HTML CSS JavaScript PHP

Projects

MoTorch

GitHub

MoTorch is a lightweight, NumPy-based deep learning library inspired by the PyTorch API. It provides a Tensor container with automatic differentiation, neural network modules, optimization utilities, and loss functions for building and training models from scratch.

Python NumPy

UF Student Marketplace

GitHub

A full-stack commerce platform for the UF community. Implements a RESTful API with Go/Gin and a reactive Angular frontend. Utilizes GORM + SQLite for managing user accounts and listing data. Secured with JWT-based middleware.

Go Angular TypeScript SQLite

Multi-Robot Area Coverage

GitHub

A Multi-Agent PPO framework using CTDE for robotic area coverage. Employs a CNN backbone for spatial feature extraction from multi-channel grid observations. Combines reward shaping with decentralized policies to scale from 20 to 50 robots while maintaining continuous connectivity.

Python PyTorch Ray RLlib Gymnasium

Raspberry Pi Desktop Interface

GitHub

Desktop interface for the Raspberry Pi, developed using JavaFX. Key modules include a file manager, a shell interface, real-time CPU, RAM, disk usage monitoring, and a GPIO control panel. Uses multithreading and local storage for system preferences to improve UX.

Java CSS R-Pi Linux