Skip to content

Latest commit

 

History

History
179 lines (125 loc) · 6.96 KB

File metadata and controls

179 lines (125 loc) · 6.96 KB

Cherry Augusta | Software Engineer Portfolio

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.

Live links

Portfolio focus

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

Project groups

Flagship projects

These projects provide the strongest combined evidence across backend systems, frontend delivery, full-stack application design, workflow control, and technical reviewability.

Consumer Duty Evidence Engine

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.

Meridian Ledger

Repository: meridian-ledger

Full-stack knowledge operations platform for owner-scoped notes, asynchronous indexing, grounded retrieval-backed answers, and persisted evaluation workflows.

Agentic Compliance Auditor

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.

AI Model Governance Workbench

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.

Featured projects

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.

Angular and contract-aware projects

These repositories show Angular, TypeScript, Django, OpenAPI-aware integration, and reproducible local execution as part of the wider portfolio.

Supporting projects

These projects reinforce Python, analytics, and machine learning foundations.

Website implementation

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

Important architecture distinction

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

Repository structure

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

Local preview

Run from the repository root:

python -m http.server 8080

Open:

http://localhost:8080

This is a long-running process.

Press CTRL + C when you are finished previewing the site.

GitHub Pages notes

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.

License

This project is licensed under the MIT License.

See the LICENSE file for full details.