Uses · Updated August 2026

What I use to ship.

A complete list of the hardware, software, services, and tools I use daily. Inspired by uses.tech. If something here isn't linked, it's because there's no canonical source.

💻 Hardware

MacBook Pro 16" M3 Max
Main work machine. 64GB RAM, 1TB SSD. Handles 70B local LLMs surprisingly well via llama.cpp + Metal.
Custom PC (Linux)
AMD Ryzen 9 + 64GB RAM + RTX 4090. Where the heavy ML training happens. Runs Ubuntu 24.04 LTS.
LG UltraFine 5K
Primary monitor. 27", 5120×2880. Color-accurate, USB-C single-cable dock.
Logitech MX Master 3S
Best mouse for productivity. The horizontal scroll wheel is a game changer for timeline-based work.
HHKB Professional Hybrid Type-S
Mechanical keyboard, Topre switches. Compact 60% layout. Quiet enough for shared spaces.
Sony WH-1000XM5
Noise-cancelling headphones. Essential for focus work and conference calls.

🖥️ Editor & Terminal

Cursor
VS Code fork with native AI integration. Claude 3.5 Sonnet in the sidebar, Cmd-K to edit, agent mode for multi-file changes. The single biggest productivity boost of 2024.
GitHub Copilot
Backup when Cursor's context is too narrow. Also useful for boilerplate and tests.
Warp
Modern terminal with AI command search, block-based output, and proper input editing. Replaces iTerm2 for me.
Figma
Design tool. I design my own portfolio + marketing pages in Figma, then code them.

🛠️ Development Stack

Next.js 14
App Router, RSC, Server Actions. My default for any web product. The portfolio itself is plain HTML/CSS/JS, but anything with auth or data uses Next.
Supabase
Postgres + Auth + Realtime + Storage. The fastest way to ship a multi-tenant SaaS backend.
FastAPI
Python backend. My default for AI/ML serving — the OpenAPI docs are auto-generated and Pydantic validation is bulletproof.
Tauri 2
Desktop apps. Rust backend, web frontend. Used in Strata (local LLM manager). Replaces Electron for me — 10× smaller binaries, way faster startup.
llama.cpp
Local LLM inference. The most important open-source AI project of the last 2 years. Run any GGUF model on consumer hardware.
Vercel
Deployment for the portfolio and most web projects. Edge functions, automatic SSL, GitHub integration. Where this site lives.

🤖 AI Services

OpenAI API
GPT-4o for production assistants, o1 for complex reasoning, text-embedding-3-small for retrieval.
Anthropic Claude
Claude 3.5 Sonnet for code generation and structured extraction. Better than GPT-4 at following complex JSON schemas in my testing.
Google Gemini
Multimodal work, and a fallback for cost-sensitive tasks. The 1.5 Flash model is great for high-volume, low-stakes pipelines.
ElevenLabs
Voice generation for ShortAI and other audio projects. 30+ voices, multi-language, emotion control.

📊 Data & Trading

CCXT
Unified crypto exchange API. Binance, Coinbase, Kraken, Bybit — one interface. Used in the trading bot.
TimescaleDB
Time-series Postgres extension. Used for crypto price history and metrics.
Optuna
Bayesian hyperparameter optimization. 18 minutes for XGBoost tuning vs 4 hours for grid search. Massive difference in iteration speed.

🌐 Hosting & Infrastructure

Vercel
Portfolio, Next.js apps, serverless functions. Frankfurt edge. SSL auto-renewed.
Supabase Cloud
Managed Postgres + Auth. Where Assistora AI lives.
Türkticaret
Domain registrar. omerfarukaydn.com is registered here. Good support, Turkish billing.
Cloudflare
DNS + DDoS protection for non-Vercel services.

📨 Communication & Productivity

Notion
Project management + personal wiki + specs + meeting notes. Everything lives here.
Linear
Issue tracking for client work. The keyboard shortcuts alone make it worth it.
Slack
Async communication with collaborators and clients.
Loom
Async video for client updates and code walkthroughs. Replaces most meetings.
1Password
Passwords, API keys, SSH keys, 2FA codes. Worth every penny.
Google Calendar
The only calendar app that handles 3 timezones without making me want to throw my laptop.

🎵 Music for Focus

Endel
Generative soundscapes. The "Focus" preset is scientifically designed to keep you in flow state.
Brain.fm
AI-composed music for deep work. The 40Hz gamma preset is the closest thing I've found to a productivity drug.

📚 Learning

O'Reilly Learning
Books, videos, live courses. Subscription pays for itself in 2 weeks.
ArjanCodes
Best Python architecture tutorials. Watched every video on his channel.
Frontend Masters
Deep-dive courses from real practitioners. The Next.js course by Scott Moss is gold.

Inspired by uses.tech. Last updated 20 August 2026.