Builds.

LMS

Bringing lesson-grounded AI into an LMS

A Laravel platform with reviewed course revisions, progress checked on the server, and AI help drawn from lessons each learner can access.

In progress
Subjects
Read record

Brimfox

Connecting recipes to the way a household cooks

Brimfox brings recipe discovery, pantry context and cooking memory into a Flutter app, with Laravel controlling shared access and confirmed pantry changes.

In progress
Subjects
Read record

Research Workflow Engine

Continuing research from a saved checkpoint

Immutable revisions preserve the work already captured while letting an active research run continue across sessions and recover from access pauses.

In progress · Anonymized work
Subjects
Read record

Omitto

Reviewing developer text before it leaves the Mac

Omitto provides local redaction and an editable review step, keeping useful formatting while tying every displayed result to the text that produced it.

In progress
Subjects
Read record

Operations Ledger

Recording a purchase and its retry result together

Exact invoice calculations feed one SQLite transaction for the purchase, stock records, audit event and saved response.

In progress · Anonymized work
Subjects
Read record

MonitorMate

Bringing a saved display setup back after reconnecting

MonitorMate saves macOS display arrangements and checks wake and reconnect events before restoring a matching layout, with separate controls for trying and keeping manual changes.

In progress
Subjects
Read record

Asset Release Registry

Retrieving a media release with its files and reviews intact

A local Python registry checks a pinned manifest, every listed file and the selected creative's dependencies before accepting the release's recorded readiness.

In progress · Anonymized work
Subjects
Read record

Brimfox AI Core

Ranking recipes and checking explanations in Python

Brimfox AI Core packages two inspectable recipe helpers behind FastAPI, with a Laravel client prepared to carry their results, traces and failures across the service boundary.

Prototype
Subjects
Read record

Campaign Record Validator

Checking that campaign approvals still match the selected media

A Python CLI rebuilds approval fingerprints from current campaign fields and verifies the pinned release and creative, exposing disagreement across the local records.

In progress · Anonymized work
Subjects
Read record

Career Application Agent

Keeping application approval tied to the facts reviewed

A local TypeScript MCP core versions profiles, CVs and application packs, then rechecks those references before consuming a single-use approval.

Prototype
Subjects
Read record

Career Document Tooling

Generating Word layouts and making controlled template edits

Python builders handle document layout, while selected DOCX patchers check template hashes and XML structure before replacing text.

Study
Subjects
Read record

CareerNest

Building a job board around structured postings

CareerNest connects job requirements, candidate applications and company posting allowances through Laravel records rather than one large description field.

Study
Subjects
Read record

Creative Queue Workflow

Preparing creative work with enough state to recover

An n8n worker carries source-image context into prompts and records which stage failed, so recovery can distinguish a failed save from unfinished generation.

In progress · Anonymized work
Subjects
Read record

DataStore Compliance

Connecting a Flutter fieldwork prototype through one shell

Shared navigation, typed demo records and reusable Material components connect the prototype's forms, check-in and incident screens.

Prototype
Subjects
Read record

eComTall

Making catalogue filters shareable with Livewire

eComTall gives a filtered product search its own URL and carries cart selections between pages through a shared cookie helper.

Study
Subjects
Read record

elevenFiftyNine

Managing product galleries one image at a time

elevenFiftyNine uses separate gallery records and validated uploads to let a product carry several images without fixed image columns.

Study
Subjects
Read record

Engineering Interview Defence Lab

Interview practice tied to the code being discussed

A Python practice engine builds sessions from a pinned repository and records progress only when the returned assessment meets the plan's rules.

Prototype
Subjects
Read record

Fathom

Building an editorial product page around scroll

Fathom is a frontend study for a fictional diving-equipment brand, using one-time React entry checks and CSS motion to introduce its product story.

Study
Subjects
Read record

footie

Connecting football posts to the searches that found them

Thirteen n8n workflows collect, normalize, rank and draft football material, with separate query-hit records to retain discovery context alongside the post.

Prototype
Subjects
Read record

HumanToAction

Giving Codex separate routes for execution, handoff and review

HumanToAction uses explicit activation and destination-aware instructions to refine work in place, prepare a handoff or return audit findings without conflating those requests.

In progress
Subjects
Read record

Inertia Listing Study

Connecting Laravel listing data to Vue through Inertia

This early coursework prototype puts listing selection in a Laravel controller and passes the records as page props; the page resolver and detail view remain unfinished.

Prototype
Subjects
Read record

Job Search Workflow System

Coordinating job research through recoverable n8n workflows

Seventeen workflows connect listing intake to application-pack review, with per-attempt tokens that qualify which scoring worker may update a job.

Prototype
Subjects
Read record

Kingdom Pioneers

Connecting event registration to the event agenda

Kingdom Pioneers uses an event's first scheduled session to decide when signups close, keeping registration tied to the agenda people see.

Prototype
Subjects
Read record

Laravel Task API

Adding task ownership to a versioned Laravel API

The v2 coursework API combines Sanctum, user-owned task queries and Laravel policies for its main create, read, update and delete actions.

Study
Subjects
Read record

ListingApp

Combining directory search with moderated ratings

ListingApp adds category, location and amenity conditions to one Laravel query, then returns matching listings with ratings from approved reviews.

Study
Subjects
Read record

LMS AI Core

Checking lesson-based AI answers, claim by claim

A FastAPI service that ranks lesson passages and checks generated statements, giving Laravel the support decisions used to shape the learner's answer.

In progress
Subjects
Read record

Media Job Compiler

Compiling media jobs that keep their approval attached

A Python compiler checks provider payloads and records the schema, adapter and media inputs reviewed with each job, so changed definitions can't silently reuse an earlier approval.

In progress · Anonymized work
Subjects
Read record

Metaphor in Matter

Reviewing generated images before caption work begins

An n8n pipeline turns model reviews into explicit acceptance decisions, then gives a failed caption one repair attempt before saving a draft or a stage-specific rejection.

Prototype
Subjects
Read record

MyPortfolio

Moving portfolio content out of page templates

MyPortfolio uses Laravel records for project details and reusable technology associations, letting admin edits change content without changing its Blade rendering.

Study
Subjects
Read record

Operations Snapshot Dashboard

Reading two systems through checked snapshots

A local operations view keeps each source's result and freshness visible, including when one refresh fails or the latest snapshot is invalid.

In progress · Anonymized work
Subjects
Read record

Pairly landing showcase

Turning a kitchen journal into a responsive website

Pairly's concept landing page combines server-rendered React, a journal built in HTML and CSS, and optional scroll motion over a visible reading baseline.

Prototype
Subjects
Read record

Portfolio Site with Admin Panel

Preparing portfolio images during the upload flow

My early Laravel CMS coursework resizes images before saving their paths and handles written edits separately from image replacement.

Study
Subjects
Read record

Quiet Lineage

Coordinating render workers through to stored assets

A capacity-aware dispatcher passes claimed shots to authenticated workers, which save and register the output and queue QA before marking the render successful.

Prototype
Subjects
Read record

RedactionCore

Keeping useful context when sensitive text is removed

RedactionCore gives Omitto a reusable Swift engine that selects sensitive spans, resolves competing matches and replaces them without reconstructing the document.

In progress
Subjects
Read record

Research MCP Service

Research tools with validated requests and responses

One versioned schema registry keeps MCP clients and direct callers on the same validated operations, with controlled failures and recorded retries.

In progress · Anonymized work
Subjects
Read record

Retail Workflow Prototype

Turning workflow events into explicit write plans

Reusable n8n modules prepare business records and runtime history, then a shared planner separates their destinations before any external writer runs.

Prototype · Anonymized work
Subjects
Read record

SHC account-flow contribution

Adding account management to an existing charity website

My SHC contribution fits login and profile editing into the site's existing Blade layouts, with profile writes tied to the signed-in user.

Study
Subjects
Read record

Site Skills Knowhow Revamp

Making course-booking states visible before implementation

The Site Skills Knowhow study uses coded desktop and mobile artboards to compare course discovery, funding, booking and waitlist layouts.

Study
Subjects
Read record

The Fire Remembers

Carrying story review decisions into episode briefs

A four-workflow n8n prototype turns source text and declared permissions into structured ledgers and briefs, keeping blocked, review and ready outcomes available to later stages.

Prototype
Subjects
Read record

The Glass Archive

Building each episode around four tracked frames

An n8n dispatcher verifies ownership of a story seed and creates episode and frame records before rendering, giving returned assets explicit places to belong.

Prototype
Subjects
Read record

The Velvet Paradox

Following image jobs from submission to usable candidates

An n8n render workflow preserves local job identity while polling a provider, then requires returned image URLs before creating candidates.

Prototype
Subjects
Read record

ThriftCampus

Taking cart prices from the catalogue

ThriftCampus reads a product's price on the server while carrying selected variants and vendor details with the cart item.

Study
Subjects
Read record

Tiny Party

Coordinating a short motion scene on one timeline

Tiny Party combines GSAP timing with index-based confetti settings, keeping the scene's arrangement repeatable and its playback under an external controller.

Study
Subjects
Read record

trades

Separating trading decisions from authority to execute them

The Python engine records risk-adjusted order plans, while a separate FastAPI control path checks whether live execution is authorized and ready.

In progress
Subjects
Read record

Trainer Practice Lab

Resuming rehearsal from a checked practice record

A Python CLI ties each rehearsal plan to its source and starting progress, then previews returned results before accepting them into local history.

In progress
Subjects
Read record

Vue Task Client

Keeping task views connected through one Pinia store

This Vue coursework client derives completed and unfinished views from shared task records and refreshes account state before protected navigation.

Study
Subjects
Read record

WatchTube website

Scheduling website announcements through the content model

The WatchTube website lets editors set an announcement's dates in Filament, then uses a Laravel query scope to decide what the public page should show.

Prototype
Subjects
Read record

Working Memory Content Operations

Checking a draft before it reaches the publishing system

A local Node CLI checks draft content and links with the portfolio's own validator, then records exactly which files and content were checked.

In progress
Subjects
Read record