Programming Projects & Automations

Hobby projects, open-source utilities, and architectural prototypes. Built to solve real friction with code that feels natural to human operators.

⚡ Deployment Status: Staging & Compiling

Currently resolving merge conflicts with coffee and negotiating with linters.

In Development
alphi@automations-lab: ~/projects/side-quests (zsh)
alphi$>

Featured Repositories & Prototypes

Browse through project templates and live experiments:

⚙️ Active
Python FastAPI Slack API

Human-Centered Workflow Bot

An intelligent orchestration bot that translates cross-departmental requests into automated ticket pipelines without bureaucratic friction.

📊 Production Ready
BigQuery Dataform SQLX

Dataform Automated Quality Pipeline

Declarative data cleaning framework for Google Cloud BigQuery datasets with built-in assertion tests and automated schema change detection.

🔍 Prototype
TypeScript Vite Scryfall API

Cardboard Matrix Scanner

A modern client-side deck analyzer combining card visual recognition, price threshold notifications, and commander mana curve modeling.

Template Slot
[Tech Tag 1] [Tech Tag 2]

[Your Next Project Title]

Write a concise description of your new automation, open-source library, or client application here.

📝

How to Add New Projects to this Template

To add a new project card, simply duplicate the HTML snippet below and paste it inside the #projectGrid container:

<article class="content-card" data-category="automations"> <div class="card-media" style="background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%); font-size: 3rem;">🚀</div> <div class="card-body"> <div class="card-tags"> <span class="tag">Python</span> <span class="tag">API</span> </div> <h3 class="card-title">New Project Name</h3> <p class="card-desc">Brief summary of the problems solved.</p> <div class="card-footer-action"> <span>v1.0.0</span> <a href="#" class="btn btn-secondary">Demo / Repo &rarr;</a> </div> </div> </article>