Skip to content

1Git2Clone

Building AI integrations, APIs, data pipelines, and internal tools.

github.com/1Git2Clone

API backends, AI-backed dashboards, document processing tools, data ingestion flows, automation scripts, and developer tooling. Production work spans OpenAI, Gemini, RAG/code graph systems, OCR, computer vision, and AWS services like Lambda, S3, IAM, VPC, CloudWatch, and CloudFormation.

Go professionally, Rust for systems work, interfaces with Svelte or React. Contributed to rust-random/rand, the standard Rust random number generation library used across the ecosystem.

Production AWS Lambda/S3 · rust-random/rand contributor · 20x benchmark improvement · Sub-100ms Discord bot · PCI-adjacent fintech

API Creation

Go services and AWS Lambda pipelines that handle async workflows, data ingestion, and backend glue for production systems.

AI Integration

LLM features, RAG systems, document processing, and AI-backed automation.

Internal Dashboards & Tooling

Svelte/React admin interfaces, observability dashboards, and operational tools that teams actually use.

Data Pipelines

ETL flows, streaming consumers, and analytics infrastructure that scales from batch to event-driven workloads.

Work Beyond Home (localhost)

Things that actually shipped.

Fintech Transaction Pipeline (Confidential)

A production fintech data pipeline for safely processing and analyzing transaction flows.

Tech Stack:

Problem

Process sensitive transaction data for analytics while guaranteeing correctness under failure conditions.

Solution

Built a greenfield AWS Lambda with NDJSON streaming to redact transaction data under memory constraints, feeding a consumer flow that analyzes, deletes, and preserves insights.

Outcome

Enabled automated failure-rate analytics on production flows with 20x benchmark improvements while maintaining correctness, auditability, and data-handling compliance.

Tags: fintech, backend, aws
Available on request

AI Admin Tools (Confidential)

Internal AI tooling for operational analytics, policy scanning, and document forensics.

Tech Stack:

Problem

An internal admin system needed AI tools for analyzing failures, scanning policies, and inspecting documents without regex-only brittle workflows.

Solution

Built AI-backed features for the Go dashboard: failure-rate insights, an AI policy scanner that handles SPAs, and document forensics using ExifTool, Tesseract, OpenCV, and Gemini computer vision.

Outcome

Replaced fragile review workflows with auditable, reusable tools that help teams inspect operational issues, policy changes, and suspicious metadata faster inside production systems.

Tags: ai, backend, aws, automation
Available on request

Serenity Discord Bot

Asynchronous Discord bots with reactive database integrations and sub-100ms response times.

Tech Stack:

Problem

Standard Discord bot frameworks trade off response time or require verbose async handling, making it hard to build responsive bots without boilerplate.

Solution

Leveraged Serenity's event-driven architecture with Tokio for non-blocking I/O, PostgreSQL for state, and optimized task queuing to handle rapid user interactions.

Outcome

Deployed bots achieving sub-100ms response times in production, handling thousands of concurrent users with minimal latency.

License: MIT
Tags: discord, backend, systems, chatbot, oss