Projects
A collection of my technical work focusing on high-performance systems, machine learning, and security.
MCP Research Tool
Stable ReleaseAn AI-driven research orchestration service that gathers, analyzes, and synthesizes information from multiple sources to provide comprehensive answers to complex queries. Built on Cloudflare Workers with inspiration from Octotools' component architecture.
Key Features
- Intelligent query analysis and optimization
- Dynamic tool selection and orchestration
- AI-powered information synthesis
- Comprehensive source attribution
Implementation Status
Project highlights:
- Multiple research tool integrations
- Advanced orchestration system
- Comprehensive error handling
Systems & Performance

Go Embeddings Library
High-performance embedding service with MacOS Metal acceleration, achieving sub-2μs latency and optimized batch processing.

RSS Feed Aggregator
Production-ready content aggregation service with automated scraping, authentication, and comprehensive test coverage.

MiniGrep
A command-line search tool implemented in Rust, demonstrating systems programming concepts including file I/O, error handling, and environment variable configuration.

Rust Sudoku Solver
Production-grade Sudoku solver showcasing high-performance Rust development with SIMD acceleration, achieving sub-15ms average solve times. Project completed and archived.

Custom Vector Implementation
A production-ready vector implementation with type-size aware memory management, comprehensive iterator support, and robust safety guarantees. Features specialized handling for zero-sized types and platform-specific optimizations.

Veet Video Calling App
A serverless video calling application built with Cloudflare Durable Objects and WebRTC, demonstrating stateful serverless architecture and real-time communication.

Rust Web Server
A multi-threaded web server implementation showcasing Rust's core concepts, built as the culmination of comprehensive Rust learning journey through the official book and courses.
Machine Learning & AI

IMDB Review Classification
Sentiment analysis system using BERT, achieving 87% accuracy on 50,000 movie reviews with comprehensive evaluation metrics.

Malware Classification
Deep learning system for classifying malware into 31 families using computer vision techniques, achieving 93.97% accuracy.

Snake Game with AI
Advanced implementation of Snake featuring multiple AI algorithms including Deep Q-Learning, A* Pathfinding, and Hamiltonian Cycle approaches.

Neural Network Library
Flexible neural network implementation with Python bindings, focusing on performance optimization and numerical stability.
View Details →Security & Cryptography

Ethical Hacking Course - Part 1
Comprehensive study of ethical hacking fundamentals, covering reconnaissance techniques, network foundations, and the penetration testing mindset, documented with detailed technical notes.

Network Security Agent
A sophisticated network security monitoring system featuring real-time traffic analysis, ML-based anomaly detection, and comprehensive alert management.
View Details →
Cryptographic Library
Comprehensive cryptographic library implementing modern encryption standards with hardware acceleration and extensive testing.
View Details →