Code
Real code from real projects I've shipped. Not demos, not tutorials - just examples of how I build things. Take a look at what's under the hood.
-
RAG Search Service
AI & ToolingA production hybrid search service combining semantic search (FAISS) with keyword search (BM25) using Reciprocal Rank Fusion. Features HuggingFace emb...
python fastapi faiss huggingfaceView code
-
Laravel Integration Patterns
Backend & APIsProduction patterns for third-party integrations, queued jobs, and reusable traits. Demonstrates API client classes, error handling with failed sync l...
laravel php redisView code
-
Python Web Scraper
Data & ScrapingData collection pipeline that fetches records from REST APIs, enriches them with detailed profiles, and stores in SQLite. Features rate limiting, erro...
python sqlite requestsView code
-
Server Backup Script
DevOpsAutomated backup script using Restic (restic.net) for encrypted, deduplicated backups to AWS S3. Backs up web applications and MySQL databases with Sl...
bash restic aws-s3 mysqlView code
-
Laravel Backup Package
Backend & APIsA convenience wrapper around spatie/laravel-backup that eliminates repetitive setup. Pre-configures Dropbox integration with automatic token refresh,...
laravel phpView code