-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
446 lines (400 loc) · 22.7 KB
/
index.html
File metadata and controls
446 lines (400 loc) · 22.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cherry Augusta | Software Engineer | Python, Django, TypeScript, React, Angular, Docker</title>
<meta name="description" content="Cherry Augusta is a London-based Software Engineer with portfolio work across Python, Django, TypeScript, React, Angular, PostgreSQL, Redis, Celery, Channels, Docker, backend APIs, full-stack web applications, and reviewable AI-assisted workflow systems.">
<meta name="theme-color" content="#0b1220">
<meta name="robots" content="index,follow">
<meta property="og:title" content="Cherry Augusta | Software Engineer">
<meta property="og:description" content="Python, Django, TypeScript, React, Angular, Docker, backend APIs, full-stack applications, and reviewable AI-assisted workflow systems.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://cherryaugusta.github.io/developer-portfolio-profile">
<meta property="og:image" content="https://cherryaugusta.github.io/developer-portfolio-profile/assets/og-preview.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Cherry Augusta | Software Engineer">
<meta name="twitter:description" content="Python, Django, TypeScript, React, Angular, Docker, backend APIs, full-stack applications, and reviewable AI-assisted workflow systems.">
<meta name="twitter:image" content="https://cherryaugusta.github.io/developer-portfolio-profile/assets/og-preview.jpg">
<link rel="canonical" href="https://cherryaugusta.github.io/developer-portfolio-profile">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script defer src="script.js"></script>
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<header class="site-header">
<div class="container nav-wrap">
<a class="brand" href="index.html" aria-label="Cherry Augusta home">Cherry Augusta</a>
<button class="nav-toggle" type="button" aria-expanded="false" aria-controls="primary-nav" aria-label="Open navigation">
<span class="nav-toggle-line"></span>
<span class="nav-toggle-line"></span>
<span class="nav-toggle-line"></span>
<span class="sr-only">Toggle navigation</span>
</button>
<nav id="primary-nav" class="main-nav" aria-label="Primary">
<a href="index.html" aria-current="page">Home</a>
<a href="projects.html">Projects</a>
<a href="cv.html">CV</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<main id="main-content">
<section class="hero">
<div class="container hero-grid hero-grid-enhanced">
<div class="hero-copy">
<p class="eyebrow">London, United Kingdom</p>
<h1>
<span class="hero-title-primary">Software Engineer</span>
<span class="hero-title-secondary">building backend systems, full-stack applications, and reviewable AI-assisted workflows</span>
</h1>
<p class="hero-lead">
I build software with Python, Django, TypeScript, React, Angular, PostgreSQL, Redis, Celery, Channels, and Docker across backend APIs, full-stack products, workflow-heavy systems, and maintainable local development environments.
</p>
<div class="hero-metrics" aria-label="Primary technical strengths">
<div class="metric">
<strong>Python + Django + DRF</strong>
<span>Backend APIs, orchestration logic, data models, validation, and workflow state.</span>
</div>
<div class="metric">
<strong>TypeScript + React + Angular</strong>
<span>Typed frontend delivery, operational dashboards, and structured full-stack integration.</span>
</div>
<div class="metric">
<strong>PostgreSQL + Redis + Docker</strong>
<span>Reproducible environments, async workflows, real-time systems, and local infrastructure.</span>
</div>
</div>
<div class="cta-row">
<a class="button button-primary" href="projects.html">View Projects</a>
<a class="button button-secondary" href="cv.html">View CV</a>
<a class="button button-ghost" href="contact.html">Contact</a>
</div>
</div>
<aside class="hero-aside" aria-label="Hero right column">
<div class="hero-stack">
<div class="hero-panel hero-summary-panel hero-stack-card" aria-label="Professional summary">
<p class="panel-label">Professional summary</p>
<h2>Portfolio work centred on strong engineering fundamentals across backend, frontend, and workflow systems</h2>
<p class="hero-summary-text">
My portfolio combines Python and Django backend engineering, TypeScript-based frontend delivery in React and Angular, PostgreSQL and Redis-backed workflows, Celery and Channels for asynchronous and real-time behaviour, and Docker-based reproducibility. The strongest repositories also add auditability, evaluation, governance, and reviewable AI-assisted workflow design, but the overall portfolio remains grounded in broad software engineering capability rather than a single narrow theme.
</p>
</div>
<figure class="profile-card profile-card-compact hero-stack-card">
<div class="hero-project-visual" aria-label="Selected project highlights">
<div class="hero-project-main">
<img
src="screenshots/consumer-duty-evidence-engine/case-detail-weak-support.png"
alt="Consumer Duty Evidence Engine case review showing evidence sufficiency states and structured assessment"
width="1600"
height="900"
loading="eager"
decoding="async">
</div>
<div class="hero-project-supporting">
<img
src="screenshots/meridian-ledger/grounded-answer-with-sources.png"
alt="Meridian Ledger grounded answer view showing retrieved sources and answer output"
width="1600"
height="900"
loading="lazy"
decoding="async">
<img
src="screenshots/agentic-compliance-auditor/finding-detail-side-by-side.png"
alt="Agentic Compliance Auditor finding detail showing side-by-side contradiction analysis with cited evidence"
width="1600"
height="900"
loading="lazy"
decoding="async">
<img
src="screenshots/sentra-nexus/command-center.png"
alt="Sentra Nexus command center showing operational workflow metrics and constrained decision surfaces"
width="1600"
height="900"
loading="lazy"
decoding="async">
</div>
</div>
<figcaption class="profile-caption">
<span>Python</span>
<span>Django</span>
<span>TypeScript</span>
<span>React + Angular</span>
</figcaption>
</figure>
<div class="hero-panel hero-core-panel hero-stack-card" aria-label="Core themes">
<p class="panel-label">Core themes</p>
<h2>Backend systems, frontend engineering, typed integration, and reproducible delivery</h2>
<ul class="tag-list tag-list-core">
<li>Python application engineering</li>
<li>Django and DRF APIs</li>
<li>React and Angular frontends</li>
<li>TypeScript contracts and UI state</li>
<li>PostgreSQL, Redis, Celery, Channels</li>
<li>Docker-based local reproducibility</li>
</ul>
</div>
</div>
</aside>
</div>
</section>
<section class="section section-soft">
<div class="container">
<div class="section-intro">
<p class="section-kicker">Strengths</p>
<h2>What the portfolio demonstrates</h2>
</div>
<div class="card-grid three">
<article class="card feature-card">
<h3>Python and backend engineering</h3>
<p>Django and Django REST Framework systems with structured models, validation, health endpoints, orchestration logic, OpenAPI documentation, and maintainable backend design.</p>
</article>
<article class="card feature-card">
<h3>TypeScript and frontend delivery</h3>
<p>React and Angular applications with typed integration, reusable interfaces, operational views, and browser-facing product flows connected to backend services.</p>
</article>
<article class="card feature-card">
<h3>Data and infrastructure</h3>
<p>PostgreSQL, Redis, Docker Compose, Celery, Channels, WebSockets, and reproducible local environments across multiple full-stack repositories.</p>
</article>
<article class="card feature-card">
<h3>Workflow-heavy systems</h3>
<p>Projects with explicit state, review routing, queueing, async processing, audit events, and operationally credible failure handling.</p>
</article>
<article class="card feature-card">
<h3>Frontend-backend contract discipline</h3>
<p>Typed interfaces, OpenAPI-aware development, and integration patterns that keep application structure inspectable and easier to maintain.</p>
</article>
<article class="card feature-card">
<h3>Controlled AI-assisted products</h3>
<p>Where AI appears in the portfolio, it is framed inside reviewable workflows with traceability, evaluation, governance, and explicit control.</p>
</article>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-intro split">
<div>
<p class="section-kicker">Flagship projects</p>
<h2>Projects that should lead technical review</h2>
<p>These repositories provide the strongest combined evidence across Python, Django, TypeScript, React, workflow modelling, frontend engineering, infrastructure, and reviewable application design.</p>
</div>
<a class="text-link" href="projects.html">See all projects</a>
</div>
<div class="project-list">
<article class="project-card project-card-featured project-card-with-image">
<div class="project-image-wrap">
<img src="screenshots/consumer-duty-evidence-engine/case-detail-weak-support.png" alt="Consumer Duty Evidence Engine case review showing evidence sufficiency states and structured assessment" width="1600" height="900" loading="lazy" decoding="async">
</div>
<div class="project-content">
<div class="project-meta">
<span class="pill">Flagship</span>
<span class="pill pill-muted">Python + Django</span>
<span class="pill pill-outline">React + TypeScript</span>
</div>
<h3><a href="https://github.com/cherryaugusta/consumer-duty-evidence-engine" target="_blank" rel="noopener noreferrer">Consumer Duty Evidence Engine</a></h3>
<p class="stack">Django · DRF · React · TypeScript · PostgreSQL · Redis · Celery · Channels · pgvector</p>
<p>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.</p>
</div>
</article>
<article class="project-card project-card-with-image">
<div class="project-image-wrap">
<img src="screenshots/meridian-ledger/grounded-answer-with-sources.png" alt="Meridian Ledger grounded answer view showing retrieved sources and answer output" width="1600" height="900" loading="lazy" decoding="async">
</div>
<div class="project-content">
<div class="project-meta">
<span class="pill">Flagship</span>
<span class="pill pill-muted">Django + React</span>
<span class="pill pill-outline">Retrieval + evals</span>
</div>
<h3><a href="https://github.com/cherryaugusta/meridian-ledger" target="_blank" rel="noopener noreferrer">Meridian Ledger</a></h3>
<p class="stack">Django · React · TypeScript · PostgreSQL · Redis · Celery · JWT · Retrieval · Evaluation</p>
<p>Full-stack knowledge operations platform for owner-scoped notes, async indexing, grounded retrieval-backed answers, and persisted evaluation workflows with operator-visible source support.</p>
</div>
</article>
<article class="project-card project-card-with-image">
<div class="project-image-wrap">
<img src="screenshots/agentic-compliance-auditor/finding-detail-side-by-side.png" alt="Agentic Compliance Auditor finding detail showing side-by-side contradiction analysis with cited evidence" width="1600" height="900" loading="lazy" decoding="async">
</div>
<div class="project-content">
<div class="project-meta">
<span class="pill">Flagship</span>
<span class="pill pill-muted">Rules-first workflow</span>
<span class="pill pill-outline">Django + React</span>
</div>
<h3><a href="https://github.com/cherryaugusta/agentic-compliance-auditor" target="_blank" rel="noopener noreferrer">Agentic Compliance Auditor</a></h3>
<p class="stack">Django · DRF · React · TypeScript · PostgreSQL · Redis · Celery · Channels · pgvector</p>
<p>Rules-first policy audit system for contradiction detection, drift analysis, typed findings, citations, review tasks, audit lineage, and degraded-mode visibility.</p>
</div>
</article>
<article class="project-card project-card-with-image project-card-span-full">
<div class="project-image-wrap">
<img src="screenshots/ai-model-governance-workbench/release-candidate-blocked.png" alt="AI Model Governance Workbench screen showing blocked release candidate and approval controls" width="1600" height="900" loading="lazy" decoding="async">
</div>
<div class="project-content">
<div class="project-meta">
<span class="pill">Flagship</span>
<span class="pill pill-muted">Django + React</span>
<span class="pill pill-outline">Governance</span>
</div>
<h3><a href="https://github.com/cherryaugusta/ai-model-governance-workbench" target="_blank" rel="noopener noreferrer">AI Model Governance Workbench</a></h3>
<p class="stack">Django · DRF · React · TypeScript · PostgreSQL · Redis · Celery · Docker Compose</p>
<p>Internal control plane for prompt and model versioning, release candidates, evaluation gates, approvals, incidents, rollback, and governed lifecycle visibility.</p>
</div>
</article>
</div>
</div>
</section>
<section class="section section-soft">
<div class="container">
<div class="section-intro split">
<div>
<p class="section-kicker">Broader engineering range</p>
<h2>Frontend architecture, Angular delivery, and Python tooling also matter in this portfolio</h2>
<p>Alongside the flagship systems, the portfolio includes Angular-based applications, React-heavy frontend architecture, and standalone Python engineering work.</p>
</div>
<a class="text-link" href="projects.html#featured-projects">View featured tier</a>
</div>
<div class="card-grid two">
<article class="card">
<h3>Sentra Nexus</h3>
<p class="stack">React · TypeScript · Vite · TanStack Query · Zustand · Zod · Tailwind · Playwright</p>
<p>Frontend-first operational intelligence control plane demonstrating modular React architecture, typed domain modelling, policy-aware workflows, explainable AI support, auditability, and production-minded UX.</p>
</article>
<article class="card">
<h3>Angular-based engineering work</h3>
<p class="stack">Angular · TypeScript · Django · OpenAPI · Docker</p>
<p>Angular appears in portfolio work such as EcoRoute LEZ Optimiser, PolicyPulse, FinCrime GraphOps, LondonPlan RAG, and related repositories that demonstrate strict typing, contract-aware frontend integration, and frontend-backend discipline.</p>
</article>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-intro">
<p class="section-kicker">Core stack</p>
<h2>Technologies most consistently evidenced across the portfolio</h2>
<p>Python, Django, TypeScript, React, Angular, PostgreSQL, Redis, Docker, and workflow-oriented application design appear repeatedly across the repositories and training record.</p>
</div>
<div class="card-grid four">
<article class="card">
<h3>Languages</h3>
<ul class="plain-list">
<li>Python</li>
<li>TypeScript</li>
<li>JavaScript</li>
<li>SQL</li>
<li>HTML5</li>
<li>CSS3</li>
</ul>
</article>
<article class="card">
<h3>Backend and APIs</h3>
<ul class="plain-list">
<li>Django</li>
<li>Django REST Framework</li>
<li>JWT authentication</li>
<li>OpenAPI documentation</li>
<li>Workflow orchestration</li>
</ul>
</article>
<article class="card">
<h3>Frontend and UI</h3>
<ul class="plain-list">
<li>React</li>
<li>Angular</li>
<li>Vite</li>
<li>Typed integration</li>
<li>Operational dashboards</li>
</ul>
</article>
<article class="card">
<h3>Infrastructure and quality</h3>
<ul class="plain-list">
<li>PostgreSQL</li>
<li>Redis</li>
<li>Celery</li>
<li>Django Channels</li>
<li>Docker Compose</li>
<li>Pytest</li>
<li>Vitest</li>
<li>GitHub Actions</li>
</ul>
</article>
</div>
</div>
</section>
<section class="section section-soft">
<div class="container card-grid two">
<article class="card">
<p class="section-kicker">Experience</p>
<h2>Recent experience</h2>
<div class="timeline-item">
<h3>Technical Upskilling (Full-Time)</h3>
<p class="meta">Self-Directed · May 2023 – Present</p>
<p>Built a portfolio of software projects across Python, Django, TypeScript, React, Angular, SQL, Docker, backend APIs, frontend applications, workflow systems, and AI-assisted product design while completing structured software engineering and web development study.</p>
</div>
<div class="timeline-item">
<h3>Independent Researcher</h3>
<p class="meta">Remote · Jul 2021 – Present</p>
<p>Research-led work requiring structured analysis, evidence-based reasoning, documentation discipline, and clear written communication.</p>
</div>
</article>
<article class="card">
<p class="section-kicker">Education and training</p>
<h2>Background</h2>
<div class="education-block">
<h3>Software Development Programme</h3>
<p class="meta">Primed Talent · Jan 2026 – Mar 2026</p>
<p>Backend applications in Python and Django, frontend interfaces in TypeScript and Angular, SQL with SQLite and MongoDB, and Agile/SDLC practices.</p>
</div>
<div class="education-block">
<h3>Data Analytics Programme</h3>
<p class="meta">Masterschool · May 2023 – Aug 2024</p>
</div>
<div class="education-block">
<h3>PhD in Religion, International Relations, and Politics</h3>
<p class="meta">King’s College London · Apr 2014 – Jul 2021</p>
</div>
<p class="note-text">Certificates are listed in full on the CV page, including software engineering, Python, Angular, Docker, machine learning, and CI/CD-related training.</p>
</article>
</div>
</section>
<section class="section section-cta">
<div class="container cta-panel">
<div>
<p class="section-kicker section-kicker-light">Contact</p>
<h2>Open to software engineering, backend, full-stack, Python, frontend, and AI platform opportunities</h2>
<p>Particularly relevant for teams building backend APIs, frontend applications, internal platforms, workflow-heavy products, typed integrations, or reviewable AI-enabled systems.</p>
</div>
<div class="cta-panel-actions">
<a class="button button-primary" href="contact.html">Contact</a>
<a class="button button-secondary" href="projects.html">Projects</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-wrap">
<div>
<p class="footer-title">Cherry Augusta</p>
<p>Portfolio site showcasing Python, Django, TypeScript, React, Angular, Docker, backend, and full-stack engineering work.</p>
</div>
<div>
<p><a href="https://github.com/cherryaugusta" target="_blank" rel="noopener noreferrer">GitHub</a></p>
<p><a href="https://www.linkedin.com/in/cherry-augusta-3957a916" target="_blank" rel="noopener noreferrer">LinkedIn</a></p>
<p><a href="mailto:cherryaugusta@gmail.com">cherryaugusta@gmail.com</a></p>
</div>
<div>
<p>London, United Kingdom</p>
<p>© <span id="current-year">2026</span> Cherry Augusta</p>
</div>
</div>
</footer>
</body>
</html>