GitHub Pages portfolio website presenting project work across Python, Django, TypeScript, React, Angular, PostgreSQL, Redis, Docker, backend APIs, full-stack applications, workflow-heavy systems, and reviewable AI-assisted products.
- Portfolio website: cherryaugusta.github.io/developer-portfolio-profile
- GitHub profile: github.com/cherryaugusta
- LinkedIn: linkedin.com/in/cherry-augusta-3957a916
- Portfolio repository: github.com/cherryaugusta/developer-portfolio-profile
The portfolio is structured to show credible engineering breadth and clear project hierarchy.
The strongest repeated evidence across the repositories includes:
- Python application engineering
- Django and Django REST Framework
- TypeScript-based frontend delivery
- React and Angular
- PostgreSQL and Redis-backed workflows
- Celery, Django Channels, and async processing
- Docker-based local reproducibility
- workflow-heavy system design
- typed frontend-backend integration
- reviewable AI-assisted workflows with auditability and evaluation-oriented patterns
These projects provide the strongest combined evidence across backend systems, frontend delivery, full-stack application design, workflow control, and technical reviewability.
Repository: consumer-duty-evidence-engine
AI-assisted evidence review workflow for regulated-style artefacts, built around claim extraction, evidence sufficiency assessment, contradiction detection, review routing, evaluation, and audit-ready traceability.
Repository: meridian-ledger
Full-stack knowledge operations platform for owner-scoped notes, asynchronous indexing, grounded retrieval-backed answers, and persisted evaluation workflows.
Repository: agentic-compliance-auditor
Rules-first policy audit system for contradiction detection, drift analysis, typed findings, citations, review tasks, audit lineage, and degraded-mode visibility.
Repository: ai-model-governance-workbench
Internal AI governance control plane for prompt and model versioning, release candidates, evaluation gates, approvals, incidents, rollback, and audit history.
These projects add further evidence across frontend architecture, full-stack workflow design, and practical Python integration.
The Gmail MCP Server card on the Projects page uses a composite of five local screenshots showing Gmail API enablement, OAuth client configuration, Claude Desktop configuration, smoke-test verification, and local MCP server startup.
These repositories show Angular, TypeScript, Django, OpenAPI-aware integration, and reproducible local execution as part of the wider portfolio.
These projects reinforce Python, analytics, and machine learning foundations.
- Python Contacts Manager
- Advanced Python Calculator
- GloBox A/B Testing Analysis
- Credit Card Customer Segmentation
- Predicting Heart Disease
This portfolio website is intentionally built as a static GitHub Pages site using:
- plain HTML
- plain CSS
- plain JavaScript
This keeps the site:
- zero-cost by default
- easy to maintain
- easy to inspect during review
- fast to load
- simple to update
- compatible with GitHub Pages without extra hosting services
This repository contains the portfolio website, not the runtime infrastructure for the showcased applications.
That distinction matters:
- the portfolio website itself is a static site hosted on GitHub Pages
- the showcased Django, React, Angular, Python, and workflow-heavy systems are separate project repositories
- some showcased projects represent full-stack or local-tooling architectures that require their own runtime environments beyond GitHub Pages
- the portfolio site is intentionally static so the presentation layer stays low-maintenance and reliable
developer-portfolio-profile/
├── about.html
├── contact.html
├── cv.html
├── index.html
├── projects.html
├── script.js
├── styles.css
├── README.md
├── LICENSE
├── assets/
│ └── og-preview.jpg
└── screenshots/
├── consumer-duty-evidence-engine/
├── meridian-ledger/
├── agentic-compliance-auditor/
├── ai-model-governance-workbench/
├── sentra-nexus/
├── lawpulse/
├── greenops/
├── tradeflow/
└── gmail-mcp-server/
├── google-cloud-gmail-api-enabled.png
├── google-oauth-client-config.png
├── claude-desktop-config.png
├── smoke-test-success.png
└── mcp-server-running.png
Run from the repository root:
python -m http.server 8080Open:
http://localhost:8080
This is a long-running process.
Press CTRL + C when you are finished previewing the site.
This repository uses the GitHub Pages project-site model.
Live URL:
https://cherryaugusta.github.io/developer-portfolio-profile
Keep internal links and asset paths relative so the site continues to work correctly under the project-site URL structure.
This project is licensed under the MIT License.
See the LICENSE file for full details.