Education
University of Central Oklahoma
Current – Expected Dec 2027
Bachelor of Science in Computer Science (GPA: 3.66/4.0)
Relevant coursework: Advanced Data Structures & Algorithms, Discrete Structures, Object-Oriented Programming, Operating Systems, Computer Organization & Architecture II, Cybersecurity, Software Engineering I.
Anticipated coursework: Artificial Intelligence, Deep Learning, Machine Learning, Robotics.
Oklahoma City Community College
Jan 2024 – Dec 2025 • Completed
Associate of Science in Computer Science
Technical Skills
LanguagesC++, Python, Java, HTML, CSS, SQL, TypeScript
Frameworks & LibrariesNext.js 15, React, Tailwind CSS, Vercel AI SDK
AI & Machine LearningRetrieval-Augmented Generation (RAG), OpenAI API (gpt-4o-mini), Vector Embeddings (text-embedding-3-small), Cosine Similarity, Prompt Engineering
Tools & PlatformsGit, GitHub, Linux, PostgreSQL, Vercel, Claude Code, Agentic AI Development
Technical Projects
Enterprise & RAG-Focused AI Customer Service Implementation
Next.js 15, TypeScript, Tailwind CSS, Vercel AI SDK, OpenAI API, In-Memory RAG Vector Engine
- Architected a full-stack e-commerce storefront featuring "Gleb," an AI customer service agent powered by an in-memory RAG (Retrieval-Augmented Generation) pipeline to ground the foundation model's responses in verified internal data, company policies, and product specifications to deliver accurate, policy-compliant customer responses.
- Built a custom, lightweight vector search engine using OpenAI text-embedding-3-small and cosine similarity, choosing an in-memory design to maximize lookup efficiency and eliminate external database overhead for static datasets.
- Engineered a high-contrast UI with Next.js 15 App Router and streamed real-time AI responses via Vercel AI SDK, deployed to Vercel with automated CI/CD for continuous, 24/7 online availability.