My Projects
Here are some of the projects I've been working on. You can find more on my GitHub.
Eytrix
Status: Acquired by Meta in August 2025
Description: Led the design and implementation of an AI-driven video surveillance platform, specializing in computer vision, distributed inference, and scalable backend systems. Architected real-time detection models for events and anomalies using multi-modal inputs and reference-based similarity matching. I also built a continual learning pipeline that enabled organizations to upload reference images and automatically update detection models. To support government and enterprise environments, developed a distributed inference system optimized for cloud, on-prem, and edge deployments, delivering low-latency performance without requiring new camera equipment. On the systems side, designed high-throughput, multi-camera video processing pipelines for event filtering and analytics, supported by a microservices architecture with RBAC, audit logging, SSO integration, and automated reporting enriched with model insights and snapshots. Also led the development of enterprise features such as customizable detection policies, mobile and SMS alerts, and organization-specific model configurations, while overseeing privacy, compliance, and security requirements for government deployments.
Website: eytrix.com
Adaptive Streaming of Multimedia Content
Associated with: Netflix
Description: Developed a computer-implemented method for adaptive streaming of multimedia content, focusing on dynamically adjusting audio quality while maintaining a specified minimum video quality. The system ensures seamless multimedia streaming by prioritizing video quality and dynamically adjusting the audio quality in real-time based on network conditions. This approach optimizes the user experience by providing consistent video quality while adapting audio quality to available bandwidth.
Content-Based Split Tunneling for Network Traffic
Associated with: Netflix
Description: Developed a system for split tunneling based on content type to selectively exclude certain network traffic from a VPN tunnel. The solution involved monitoring session traffic, identifying if the traffic corresponds to a specific content type and dynamically redirecting it based on a predefined policy. This approach optimizes network performance by routing traffic based on its type, ensuring more efficient use of the tunnel and improving overall system efficiency.
Tally Form Handler Worker
Description: A Cloudflare Worker that sends responses from Tally forms to Discord webhooks. Supports multiple forms and webhooks.
Repository: github.com/ta2edh/tally-form-handler-worker
Discord Google Directory Worker
Description: A Discord slash-command bot deployed on Cloudflare Workers that integrates with Google Workspace Admin SDK (Directory API).
Repository: github.com/ta2edh/discord-google-directory-worker
Otobüsüm Anlık
Description: Fork of metkm's multi-platform transit app, converted to iOS-only with Apple Maps. Features live bus tracking, route visualization, optimized for iOS devices.
Repository: github.com/ta2edh/otobusum-anlik
MonitServer
Description: A lightweight distributed monitoring system written in Haskell that tracks system metrics, Docker containers, and KVM virtual machines across multiple servers.
Repository: github.com/ta2edh/monitserver
naal.org.tr - Student Platform
Description: Nevzat Ayaz Anatolian High School student platform. Student interaction, club management and certification system.
Repository: github.com/naaltech/naal-org
Related Projects:
• Club Admin Interface - Modern club management system with certificate creation and URL redirection
• Instagram Post Fetch - Pulls posts from 27 Instagram accounts and uploads to Supabase database
• News API - Serverless news API built with Cloudflare Workers, featuring JSON/XML/RSS output and KV caching