Portfolio Projects

Project controls tools built with Python, GitHub, and AI-assisted development.

Project #1

Schedule Movement Analyzer

A Python tool that compares original and updated milestone dates, calculates schedule movement, and produces a variance report for project controls review.

  • Business problem: Schedule changes are hard to summarize consistently across milestones.
  • Automation solution: Read a schedule CSV and calculate calendar-day and workday movement.
  • Skills shown: Python, CSV processing, date logic, validation, testing, GitHub documentation.
View Repository

Project #2

Smartsheet Formula Helper

A Python tool that converts structured Smartsheet formula examples into a reusable Markdown reference guide organized by formula type and business use case.

  • Business problem: Smartsheet formulas are easy to break and hard to standardize across teams.
  • Automation solution: Store formula patterns in a CSV and generate a clean reference guide.
  • Skills shown: Python, Markdown generation, Smartsheet workflow logic, validation, unit tests.
View Repository

Project #3

AI Portfolio Site

A static portfolio website that presents project controls automation work in a business-facing, web-accessible format.

  • Business problem: GitHub repositories alone are not always easy for non-technical viewers to evaluate.
  • Automation solution: Create a central site with project summaries, demos, and repository links.
  • Skills shown: HTML, CSS, JavaScript, GitHub Pages, portfolio storytelling.
View Demo Sections

Portfolio Approach

Each project is built around practical business value.

The goal of this portfolio is not just to demonstrate code. Each project starts from a real workflow problem, defines a repeatable process, and produces an output that would help a project manager, project controls team, or operations leader make better decisions.

Interactive Demo

Sample schedule movement analysis

This browser demo mirrors the core logic from Project #1 by calculating both calendar-day movement and weekday-only workday movement.

Click the button to calculate sample schedule movement results.
Milestone Original Date New Date Calendar Days Moved Workdays Moved Movement Direction

Interactive Demo

Smartsheet formula reference filter

This demo previews how Project #2 can become a searchable web reference.

About This Portfolio

Built around real project controls workflows.

This portfolio focuses on practical automation: schedule analysis, Smartsheet formula logic, project reporting, workflow standardization, and AI-assisted process improvement.

Each project is designed to show both technical growth and business value: clear inputs, repeatable logic, useful outputs, documentation, testing, and version control.