JORGE ARAMBULA

HELLO, WORLD!

jorge@portfolio ~ python3 about.py
class Jorge(Human):
    def __init__(self):
        self.full_name = "Jorge Arambula"
        self.home_town = "San Jose, CA"
        self.school = "UC Davis"
        self.graduated = "June 2025"
        self.resume = Resume("pdf")
        self.hobbies_and_interests = [
            "content creation", "skiing", "overwatch",
            "classical music", "hiking", "poker"
        ]

    def contact(self):
        self.email = Email("jarambula@ucdavis.edu")
        self.links = ["LinkedIn", "Github", "Instagram"]

EDUCATION

University of California, Davis

University of California, Davis

B.A. - Computer Science

Graduated: June 2025

Relevant Coursework:

Computer Science

  • Programming (ECS 032A)
  • Data Structures (ECS 032B)
  • Discrete Mathematics (ECS 020)
  • Artificial Intelligence (ECS 170)
  • Computational Linguistics (LIN 177)
  • Analysis of Variance (STA 106)
  • Probability Theory (STA 131A)
  • Mathematical Statistics (STA 131B)

Cognitive Science

  • Symbol Logic (PHI 112)
  • Communication Theories (CMN 101)
  • Computational Social Sciences (CMN 150V)
  • Simulating Communication Processes (CMN 151)
  • Minds, Brains, and Computers (PHI 013G)
  • Human Memory (PHI 130)
  • Cognitive Psychology (PSC 100Y)
  • Research Methods in Psychology (PSC 041)
  • Linguistics (LIN 001)

Other

  • Chicano Theoretical Perspectives (CHI 100)
  • Principles of Macroeconomics (ECN 100A)
  • Combinatorics (MAT 145)

*in progress

Western Governors University

Western Governors University

M.S. - Computer Science, AI & Machine Learning

Expected Graduation: December 2027

Relevant Coursework:

  • Applied Algorithms and Reasoning
  • Unix and Linux*
  • Artificial Intelligence and Machine Learning Foundations*
  • Governance, Risk, and Compliance*
  • Machine Learning for Computer Scientists*
  • Deep Learning
  • Natural Language Processing
  • Advanced AI for Computer Scientists*

*in progress

PROJECTS

2048 AI Game Solver

Built a fully playable 2048 game engine in Python and developed an AI agent using the Expectimax algorithm with a depth-3 search tree. Designed a weighted heuristic evaluation function combining empty tile count, adjacency position weighting, and a snake pattern matrix to maximize tile consolidation. Conducted comparative analysis against Minimax with alpha-beta pruning to benchmark decision quality and performance.


Code

Python, NumPy

Automated Poker Bot with ML Strategy

Engineered a sophisticated automated decision-making system using computer vision APIs and machine learning pipelines. Implemented Game Theory Optimal (GTO) strategies with probabilistic modeling and real-time data processing. Built scalable JSON-based data lakes with Pandas for advanced statistical analysis and strategy refinement.


Python, OpenCV, Pandas, Statistical Modeling

Fashion MNIST

Architected a production-ready convolutional neural network using TensorFlow and Keras with transfer learning. Implemented data augmentation pipelines, batch normalization, and dropout regularization. Deployed with Docker containers on AWS EC2 with load balancing and achieved 98% classification accuracy with sub-100ms inference time.


Python, Keras, TensorFlow

Behavioral Analytics & A/B Testing Platform

Engineered a comprehensive data science pipeline for behavioral nudge optimization using statistical modeling and causal inference. Implemented A/B testing frameworks with statistical significance testing and multi-variant analysis. Built ETL pipelines with Apache Airflow and deployed insights dashboard using Tableau API integration.

Report

Python, A/B Testing

Personal Website

This website was made from pure HTML/CSS!


Repo for this website

HTML / CSS / JavaScript

PCFG Parse Tree Visualizer

An interactive tool that visually breaks down how sentences are grammatically structured. Input any grammar rules and sentence to generate color-coded parse trees ranked by probability — useful for understanding how language can be interpreted in multiple ways.


Try it

HTML / CSS / JavaScript

Freelance Website for Daycare

Built a website for a local childcare business. Took it down after one month once they reached 100% capacity of children enrolled.


Demo

HTML / CSS / JavaScript, React

STIMMED OUT

A Chrome extension that turns daily habits into a game. Tracks XP, levels, and streaks, with tiers that stay locked until you progress. Built on a Manifest V3 service worker, using chrome.alarms for scheduling and storage.local so progress survives worker eviction.


JavaScript / Chrome Extension (Manifest V3)

Overlayr

A browser tool for layering data overlays onto photos. Pulls frames straight from the camera through the MediaDevices API or by drag and drop, composites the overlay on a canvas, and exports the finished image.


React / TypeScript / Vite / Tailwind

CompTIA Security+

Industry-recognized certification validating foundational cybersecurity skills. Covers network security, threats and vulnerabilities, access control, cryptography, and risk management. Demonstrates competency in identifying and addressing security incidents.


CompTIA

CompTIA Network+

Vendor-neutral certification covering networking concepts, infrastructure, network operations, and security. Validates ability to design, configure, manage, and troubleshoot wired and wireless networks.


CompTIA