👋 Hello my name is

Gabriel Anguiano.

I'm a human from Brownsville, Texas who loves learning new technologies, video-games, anime, & music.

I'm currently a student at UT Dallas looking for an internship to grow as a Software Engineer. You can find my resume here.

>> Latest Projects

What I'm working on in my free time

Whose that pokemon?

React | Javascript | CSS3

Architected a front-end web page using modular, reusable React components where the user is able to input their guess of a Pokemon of over 700 different pokemon images from the PokeAPI

Hackathon project

Javascript | CSS3 | HTML5

Guided my team in creating a financial calculator that uses your expenses and income to yield the appropriate results

Anime finder

React | Javascript | CSS3

Created a search field where the user can input the image url of an anime scene. Obtained data asynchronously using axios with Javascript from the trace.moe API providing data for an anime’s name, episode, and time stamp utilizing the image url provided by the user.

Cube runner

C# | Unity

Architected an endless runner game utilizing the Unity game engine. Implemented game logic, endless object spawning, and a persistent high score tracker with C#

Anagram solver

React | Javascript | CSS3

Utilized a map as the data structure to implement an anagram checker.