joemogy / SoupyzInc

A read me profile that pulls crypto prices using GitHub Actions.

Home Page:https://github.com/SoupyzInc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

| BTC: $26898.5 ▼ -0.03% | LTC: $90.9 ▲ 0.04% | As of Mon, 22 May 23 21:14:50 +0000 | From the Kraken REST API. |

Matthew Okashita | SoupyzInc

disp("Hey, Matthew here!")  % Or in Japanese, 岡下雄太.

I have a programming and math addiction. You can find my resume here.

Data Engineer - Bulls Racing

Click to expand summary!Saved $2,495 per year from the team’s budget by developing a bespoke tire data analysis program using MATLAB to substitute out-of-budget software such as OptimumTire.
Justified purchasing of over $4,000 in new tires with 90 different graphs (FY vs SA and MZ vs SA) comparing different tire and rim combinations. Graphs also determined an optimal tire pressure of 10 PSI for our vehicle setup.
• Documented and maintain over 60 different sensors and 190 data channels that these sensors produce.
• Assisted in the design on the new wiring harness by calculating safety of lighter, lower-gauge wires in the safety circuit.
• Promoted to Junior Engineer for consistent daily dedication of progressive work towards the team. Consistently produced work that positively impacted the quality of our car. Junior Engineer is a steppingstone role to becoming a Design Lead or other Executive Board and leadership positions.

Software Engineering Projects

Notreal Engine – Graphics Engine | C++, OpenGL, GLFW, GLM

Developed an OpenGL based graphics engine from scratch. Supports rendering of 3D objects with custom textures, shading, and Phong lighting with specular maps.
A wooden crate with shiny metal reinforcements.

LineDelta – Topological Data Analysis Research | Python, Matplotlib

Developed a topological data analysis framework to analyze spikiness in chronological or time series data
• Placed third in the state of Florida out of twenty-four other mathematics and computational science academic research projects at the Florida State Science and Engineering Fair, which tied the school record for placement.
• Placed first in Pasco County district in mathematics and computational sciences category and awarded the Mu Alpha Theta Award for the most challenging, original, thorough, and creative investigation of a problem involving mathematics accessible to a high school student at the Pasco Science & Engineering Showcase.

Calculatte – Numerical Calculus Library | Java, GitHub, Unit Testing

A simple Java calculus library. Why? Because I love math and programming!
// Integrate f(x) = 2x from 0 to 2.

import io.github.derivasians.calculatte.*;

Calculatte c = new Calculatte(); Function TwoX = x -> 2 * x;

double a = c.integrate(0, 2, TwoX); System.out.println(a);

SoupOS – Operating System Kernel | C/C++, QEMU

• Developed a Linux-like operating system kernel from scratch using C, C++, and assembly. The operating system was hosted on a QEMU virtual machine.


GitHub: SoupyzIncLinkedIn: mokashita

About

A read me profile that pulls crypto prices using GitHub Actions.

https://github.com/SoupyzInc

License:Apache License 2.0


Languages

Language:Python 100.0%