Summary
Overview
Work History
Education
Skills
Websites
Certification
Languages
Timeline
Projects
Research
Generic

Brandon Angell

Aurora,OH

Summary

Motivated Computer Science major with a strong passion for artificial intelligence and software engineering. Eager to contribute technical skills and creativity to impactful projects that push the boundaries of technology. Proficient in C/C++, and Git.

Overview

4
4
years of professional experience
1
1
Certification

Work History

Full Stack Developer Intern

Visual Alpha
05.2025 - 08.2025
  • Performed unit testing on developed features to identify bugs or issues before deployment
  • Collaborated with cross-functional teams to gather requirements and design scalable solutions for client projects
  • Designed and implemented database schemas, ensuring data integrity and efficient querying of information
  • Participated in regular stand-up meetings and sprint planning sessions to track progress on project milestones

Crew Member

Chipotle Mexican Grill
08.2024 - 08.2025
  • Provided exceptional customer service by greeting and assisting customers in a friendly and professional manner
  • Efficiently operated cash register, accurately handling transactions and providing correct change to customers
  • Prepared food items according to established recipes and portion sizes, maintaining high quality standards
  • Proactively addressed customer concerns or complaints, resolving issues promptly to ensure customer satisfaction

Front End Associate

HEINEN'S
10.2022 - 10.2023
  • Maintained cleanliness and organization of the grocery store aisles to ensure a pleasant shopping experience for customers
  • Assisted customers in locating items and provided product recommendations based on their preferences
  • Operated cash registers accurately and efficiently, handling transactions with precision
  • Stocked and replenished shelves with fresh produce, dairy products, and dry goods

FOH staff

PANDA EXPRESS
09.2021 - 10.2022
  • Provided fast and friendly service to customers, ensuring a positive dining experience
  • Efficiently took customer orders and accurately entered them into the POS system
  • Maintained cleanliness of work area, including wiping down counters, tables, and equipment
  • Managed cash transactions with accuracy and integrity, handling large volumes of cash daily
  • Prepared food items according to established recipes and portion sizes
  • Closely followed all safety and sanitation procedures to ensure food quality and prevent accidents or injuries

Education

Computer Science - College

Kent State University
Kent, OH
05-2027

Japanese - College

Toyo University
Tokyo, Japan
08.2024

High School - undefined

Aurora High School
Aurora, OH
05.2023

Skills

  • Python
  • C/C
  • Java
  • MySQL
  • Debugging
  • Integration testing
  • MongoDB
  • Problem-solving
  • TypeScript
  • Git
  • SQL
  • React
  • Laravel

Certification

Japanese Language Proficiency Test (JLPT) N4 Certificate

  • Can comprehend conversations in daily life and read simple texts in Japanese.
  • Able to understand common phrases, expressions, and grammatical structures.
  • Basic reading comprehension of short articles, emails, and instructions in Japanese.
  • Familiarity with approximately 300 kanji and 1,500 vocabulary words.


Languages

Japanese - Intermediate
English - Fluent
Spanish - Beginner

Timeline

Full Stack Developer Intern

Visual Alpha
05.2025 - 08.2025

Crew Member

Chipotle Mexican Grill
08.2024 - 08.2025

Front End Associate

HEINEN'S
10.2022 - 10.2023

FOH staff

PANDA EXPRESS
09.2021 - 10.2022

High School - undefined

Aurora High School

Computer Science - College

Kent State University

Japanese - College

Toyo University

Projects

Chicken Jocky Catch

  • Overview: This is a client-server arcade-style game developed as a final project. Players control a bucket that must catch balls dropping from random points in the sky.
  • Key Contributions: Created responsive user interface with score tracking and game state management, and implemented client-server architecture for real-time multiplayer functionality
  • Technologies: Python and Pygame.

Calculator

  • Overview: Built a fully functional web-based calculator supporting basic arithmetic operations (addition, subtraction, multiplication, division)
  • Key Contributions: Implemented comprehensive arithmetic logic with input validation, and designed responsive CSS layout using gradients
  • Technologies: CSS, React, JavaScript and TypeScript


Research

Fully Homomorphic Encryption (FHE)

  • Overview: The program evaluates a polynomial when the user gives an input for x, but performs the entire calculation on encrypted data without ever decrypting it.
  • Implemented using Microsoft's SEAL library, and utilized the BFV scheme to encrypt.
  • Key Contributions: Converted abstract polynomial evaluation into concrete homomorphic operations using batch encoding and encrypted arithmetic
  • Technologies: C++ and Makefile to compile