Software · Systems · InnovationPersonal portfolio / 2026
Khristofer Vicencio

Hi, I’m

Khristofer
Vicencio.

A computer science student turning complex data into useful tools.

Explore my work
Arizona State UniversityB.S. Computer Science / Expected 2027A little more about me

01 / About me

Where code integrates
into the real world.

I’m Khris, a computer science student at Arizona State University. My projects explore the various utilizations and details of how programming languages precisely work.

Outside the classroom, I connect software with practical operations: automating project data collection, building reports, and coordinating construction and technical projects at KAG Decoration & Landscaping.

Experience

Assistant Project Manager

May 2021 – Present

KAG Decoration & Landscaping Corp. Chicago, IL

  • Python applications via Google Cloud to turn Gmail project emails into structured CSV datasets.
  • Reports with Pandas, Matplotlib, and Jupyter Notebook to track job locations, staffing, and spending.
  • 50+ construction and technical projects for Chicago Public Schools, using GitHub issues, milestones, and project boards for planning.

My toolkit

Languages

Python · C · C++ · C# · Java · JavaScript

Web & data

HTML · CSS · SQL · Pandas · Matplotlib

Tools & platforms

Git · GitHub · Google Cloud · Linux/Unix · Windows · VS Code · Visual Studio

02 / Selected work

Built to figure things out.

Software, from signals to syntax.
02 / AI integrationSummer 2026
Python × Google GenAI

Gemini API Integration

A Python terminal application for ongoing conversations with Google Gemini, with clear input handling and session controls.

  • Python
  • Google GenAI SDK

03 / Language processingSpring 2026
Source → Tokens

Lexical Analyzer

Extending a C++ lexer to recognize more numeric formats, with careful token boundaries and automated regression checks.

  • C / C++
  • Linux