Hey, I'm
Trevor Streng
About Me
I am a new college graduate from Sacramento State, I have a passion learning science and technology that shapes the future. My intersts in technology include full stack web development, algorithms and I am starting to learn data science and ai. In my free time I try enjoy riding my bike, playing golf and going to the mountains to snowboard.
Education
California State University, Sacramento
Bachelors of Science, Computer Science
August 2020 - December 2023
Folsom Lake College
Associates in Arts, Interdisciplinary Studies: Math and Science
August 2016 - May 2020
Skills
Basics
Comfortable
Advanced
Expert
Work History
•
Directed specialized training sessions to accelerate recovery for 20-40 patients daily.
•
Collaborated with 5 Physical Therapists to ensure effective patient treatment.
•
Prepared and maintained hundreds of patient accounts, implementing best practices to ensure data integrity.
•
Supervised a team of up to 5 aides simultaneously, overseeing and ensuring high-quality treatment.
•
Managed social media and website content while actively contributing to advertising and marketing efforts.
•
Worked on various construction tasks including fence repair, painting, deck restoration, and landscaping.
•
Coordinated with up to 4 team members to complete projects efficiently.
•
Communicated effectively with supervisor and coworkers to complete tasks to specifications.
Cameron Park Physical Therapy
Physical Therapy Aide Supervisor
Streng Construction Inc.
Construction Associate
Projects
Fortbot
A Discord bot that provides information about the game Fortnite. Data provided includes getting player stats and selecting random named places of interest.
Data Professional Survey Breakdown
Created an interactive Power BI dashboard to analyze survey data from data professionals, providing insights into job roles, salaries, job satisfaction, and geographic distribution.
Face Detector
An AI face detector app built with python and Opencv. Can be used with photos, videos, or webcams. Was trained to captured the fronts of faces. It is not perfect but works fairly well.
Cart2Go
Cart2Go is a shopping list website. It allows users to add things to their cart and sort into customized sections. It is built with Next.js and stores users shopping lists in local storage.
Feed
Feed is a messaging board website that allows users to create an account, and post messages to the main page. It was created with Next.js on the frontend and Node.js and Express on the backend. Feed takes advantage of both a Rest api for creating user accounts, logging in, reseting passwords and storing posts, as well as web sockets to update posts in real time.
Crypto Trading Bot
This is a automated cryptocurrency trading bot I have been working on. It is built using python and the ccxt library to connect to binanceUS. I have set it up to fetch data every minute that calculates moving averages based on the closing price of the last 5, 8, and 13 minutes. It then buys if the 5 and 8 minute moving averages move above the 13 minute average and sells if both of them go below the 13 minute average. I have it running on a raspberry pi and am logging all trades to see if there is any errors that might occur.
Tea Rex
For my senior project I worked on a website for a local boba tea shop. Our client requested a website for her restaurant that would allow customers to order directly from the website and have those orders printed out at the restaurant.
Sorting Simulator
This is a simulator that allows you to visualize how different sorting algorithms run.
Input the length of the array
Must be between 1-100
*This algorithm was implmented in an iterative way for visualization purposes.
Chess Timer App
This is an app to keep time of people when they are playing chess. It is just a basic app made using React Native. It consists of two pages, the main timer page and a settings page where you can change the color for each player and a way to set the time to a custom time of the users choice.
Robot Game
This is the Robot Game we worked on in our Object Oriented Computer Graphics programming class. The goal is to get the player robot to all of the bases without running out of energy or taking too much damage from other robots or drones.