# Artem Okhten Resume Summary

> AI-readable mirror of the public resume page.

Canonical resume: https://okhten.com/resume

## Summary

Applied Mathematics student and systems-focused software engineer with experience in full-stack architecture, machine learning, real-time systems, and production web platforms. Founder of Okhten Group LLC, building client-facing websites, local SEO-ready pages, contact and booking workflows, and lightweight digital systems for small businesses. Open to software engineering, machine learning, and data science opportunities.

## Education

## Florida Institute of Technology

- Degree: Junior, Applied Mathematics, B.S.
- Period: Expected Graduation: May 2027
- Status: GPA: 3.69/4.00

- Relevant Coursework: Probability & Statistics, Linear Algebra, Optimization, Machine Learning, Data Analysis, Cryptography, Algorithms
- Dean's List, Florida Institute of Technology, Aug 2023 – Present
- Phi Eta Sigma Honor Society, Jan 2024 – Present

## Experience

## Founder / Full-Stack Developer - Okhten Group LLC
- Period: May 2026 – Present
- URL: https://okhtengroup.com/en
- Founded a Florida-based web studio focused on websites, redesigns, local SEO-ready pages, and lightweight digital systems for small local businesses
- Built and launched the company website with multilingual pages, service pages, pricing pages, legal pages, sitemap, robots.txt, canonical metadata, and Google Search Console setup
- Developed client-facing outreach workflows, lead tracking systems, branded launch assets, and service packages for starter websites and business website redesigns
- Designed contact, booking, and lead-capture workflows integrating third-party business tools and local SEO infrastructure

## Founder & President / Full-Stack Engineer - EECAA (Eastern European & Central Asian Student Association), Florida Tech
- Period: Jan 2026 – Present
- URL: https://eecaa-website.vercel.app
- Founded and currently lead EECAA, scaling membership to 50+ active members while establishing governance and operational structure
- Engineered and deployed a full-stack platform for automated news, events, and media management
- Built a custom rich-text editor and implemented backend concurrency handling for reliable content workflows
- Designed system architecture including role-based access control, admin dashboards, and scalable workflows

## Math and Physics Tutor - Student Success and Support Center (SSSC), Florida Tech
- Period: Sep 2024 – Present
- Tutored 300+ students in mathematics and physics, including calculus, linear algebra, differential equations, statistics, and introductory physics
- Supported students through one-on-one tutoring, group review sessions, and structured problem-solving strategies
- Designed visual explanations and study materials used during tutoring sessions
- Strengthened leadership and communication skills through peer mentoring and group instruction

## Resume Projects

### Darhaal Games Platform

- Stack: Next.js, Supabase Realtime, WebSockets
- URL: https://online-games-phi.vercel.app

- Engineered a real-time multiplayer system tested with 70+ concurrent users across multiple sessions
- Designed low-latency state synchronization using WebSockets and Supabase Realtime
- Built extensible architecture supporting multiple multiplayer games and shared gameplay logic
- Focused on system reliability, session management, and smooth real-time user interaction

### Chess Structure Clustering

- Stack: Python, Scikit-Learn, PCA, K-Means, DBSCAN
- URL: https://github.com/Darhaal/chess-structure-clustering

- Developed an unsupervised learning pipeline to study structural patterns in chess games
- Compared PCA, K-Means, GMM, Agglomerative Clustering, and DBSCAN across multiple feature groups
- Analyzed dynamic, structural, and opening-family features to evaluate clustering behavior
- Found that chess games behave more like continuous strategic tendencies than clean style clusters

### Chess Counterfactual XAI

- Stack: PyTorch, Counterfactual Explanations, Saliency
- URL: https://github.com/Darhaal/chess-cnn-counterfactual-xai

- Studied counterfactual explanations for a chess-position CNN using one-piece board interventions
- Measured prediction flips, material distance, and model sensitivity across predicted classes
- Used gradient saliency as a baseline explanation method for model behavior analysis
- Identified fragile decision-boundary behavior under small board-state changes

### PageRank Numerical Linear Algebra

- Stack: MATLAB, Sparse Matrices, Power Iteration
- URL: https://github.com/Darhaal/pagerank-numerical-linear-algebra

- Implemented PageRank as a sparse numerical linear algebra problem in MATLAB
- Used sparse transition matrices, dangling-node correction, and power iteration
- Compared damping factors and verified results with a direct linear solve on a small graph
- Connected search ranking to eigenvectors, fixed-point iteration, and convergence analysis