Skip to content
View trentdavis15's full-sized avatar

Block or report trentdavis15

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
trentdavis15/README.md

Hi, I'm Trent

Computer Science Student at the University of Wisconsin–La Crosse Passionate about data, AI, and software development.
Currently exploring ways to grow my skills for a Summer 2026 Software or Data Internship.


About Me

  • Currently learning:

    • Artificial Intelligence (CS452)
    • Programming Language Concepts (CS421)
    • Database Management Systems (CS364)
  • Interested in:

    • Data Science / Data Engineering
    • AI / Machine Learning
    • Backend Development
  • Outside of Computer Science:

    • I love running, golf, and sports in general.
    • Always down to talk about tech, fitness, or new ideas.

Tech Stack (Learning & Using)

Category Tools & Languages
Languages Python, Java, C, SQL
Databases MySQL Workbench
Tools Git, VS Code, Linux, SSH

Goals for 2025

  • Build a portfolio project (data-focused)
  • Grow my GitHub presence with consistent commits
  • Land a Summer 2026 internship
  • Learn a new framework or data tool

Connect with Me

Pinned Loading

  1. map-search-routing-tool map-search-routing-tool Public

    Java program that finds the shortest route between U.S. cities using Dijkstra’s algorithm and graph-based data structures.

    Java 1

  2. trentdavis15 trentdavis15 Public

    Config files for my GitHub profile.

    1

  3. search-algorithm-pathfinding search-algorithm-pathfinding Public

    Python program comparing BFS, DFS, and Dijkstra algorithms for shortest-path search and runtime efficiency.

    Python