Hello! Welcome to Tyler's Software Engineering Portfolio


Most Recent Project

NumC: Matrix Operation Optimization

In this project, I developed a lightweight version of the python library numPy in C. I focused on developing optimizations for expensive matrix operations using techniques such as cache efficient organization, input vectorization (Intel AVX x256), and thread-level parallelism (OpenMP).

Technologies: C, Intel AVX Intrinsics, OpenMP

Code >>

See all >>

Current Project

BearChat

In this project, I am developing an interactive chat app hosted on Amazon Web Services (AWS). Individuals will be able to create and login into their accounts with a fully interactive display and functionality will be shipped and distributed via Docker.

Technologies: Go, AWS, Docker, HTML, CSS, Rest API

View Repo >>