all projects

CFC: Rust-Powered Tool for LLM Context Generation

Context File Concatenator (CFC) is a desktop tool that selects, filters, and concatenates project files into one LLM-ready context. The architecture is split: a Rust backend for file I/O and search, and a lightweight WebView UI (Wry and Tao). Tokio handles async I/O. Rayon parallelizes search so large directories stay responsive. I specified the architecture, features, and quality bar. Implementation was accelerated with generative tools. Review and validation stayed human.

rusttokiorayonwry & taojsmonaco-editorgithub-actions

LLM Job Market Analytics

A Go system that ingests job postings from public portals, then uses LLM APIs (OpenAI and Anthropic) to extract structured fields for analysis. Ingest, enrichment, and storage are separate modules. Results land in MongoDB and are served through an API. Prometheus and Grafana cover runtime metrics. Components run in Docker and can be deployed on Kubernetes. Collection runs on a configurable schedule. Personal analytics project. Not a commercial job board.

GOMongoDBDockerK8sPrometheusLLMChatGPTAnthropic

Tab Organizer - Chrome Browser Extension

A Chrome extension that groups open tabs by domain and title rules, with custom groups and colors. It also saves and restores window layouts, flags duplicate tabs, and shows simple usage stats. The UI is vanilla JavaScript, built for performance, with translations in 19+ languages.

jshtmlcsschrome-extension-apiservice-workerwebpack