I love building products that solve real problems. My work spans distributed systems, networking protocols, web apps, and developer tools, with a focus on creating software that's both powerful and accessible.
Other than coding, I like to explore many areas in tech as well: 3D modeling, music production, motion animations, you name it. I literally love building or doing something creative all the time.
Currently diving deep into:
- Systems programming with Rust
- Backend architecture and infrastructure
- DevOps practices - CI/CD pipelines, containerization, and deployment automation
- Machine learning fundamentals and the math behind it all
Cross-Platform Local Network File Sharing
A sophisticated P2P file transfer tool that keeps your data private by never leaving your local network. But 100s of such tools exist already, right? What's special here is...instant clipboard syncing across any OS and device. Copy on one device, and instantly paste it in another!
Tech Stack: Rust · TLS 1.3 · mDNS/DNS-SD · Ed25519 Cryptography Highlights:
- Zero cloud - All transfers stay local with TLS 1.3 encryption
- Clipboard sync - Bidirectional real time clipboard sharing across devices
- Simple 4-char codes - No IP addresses needed for discovery
- Web interface - Browser-based UI with drag-and-drop support
- Trusted devices - Ed25519 signature authentication for direct transfers
- Resume capability - Automatic recovery of interrupted transfers
# Share files with a simple code
yoop share document.pdf
# Code: A7K9
# Receive on another device
yoop receive A7K9Production-Ready HTTP/HTTPS Load Balancer
A feature-rich load balancer built in Go with enterprise-grade reliability patterns.
Tech Stack: Go · TLS · Prometheus · Circuit Breaker Pattern Highlights:
- Multiple algorithms - Round robin, weighted RR, least connections
- TLS termination - SSL/TLS 1.2/1.3 with configurable cipher suites
- Resilience patterns - Circuit breaker with exponential backoff retry
- Rate limiting - Per-client sliding window rate limiting
- Active health checks - Configurable monitoring with automatic failover
- Observability - Prometheus metrics and status endpoints
# Weighted distribution with circuit breaker
upstreams:
- name: "web-servers"
algorithm: "weighted_round_robin"
backends:
- url: "http://backend-1:3000"
weight: 3
- url: "http://backend-2:3000"
weight: 2Like I said, I also love to explore other creative domains:
- 3D Modeling - Creating digital art and visualizations
- Music Production - Composing and sound design
- Motion Graphics - Animation and visual effects
I'm always open to interesting conversations about technology, systems design, open source, or anything creative. Feel free to reach out!




