Skip to content
/uses

What I Use

Everything here is in real use — verifiable through repositories, certificates and projects. No hardware is listed: no showcase padding.

Editor & Development

VS Code
Main editor — all TypeScript and Python work happens here.
Claude Code
AI pair programming — actively used in the development and security review of this site.
GitHub + GitHub Actions
Version control + CI/CD — every push triggers automated tests and a deploy.
Windows 11 + PowerShell / Git Bash
Daily operating system and terminals.

Language & Framework

TypeScript + Next.js + React
The entire web side — this site is built with Next.js 16 + React 19 + Tailwind CSS.
Python + PyTorch Geometric
The machine learning side — VARIANT-GNN (disease classification with a graph neural network) is built with it.
Playwright
End-to-end smoke tests — the live site is verified automatically after every deploy.

Infrastructure

Cloudflare Workers + KV + D1
This entire site runs on Cloudflare: Workers (server), KV + D1 (data), Email Routing (email), Turnstile (bot protection), WAF (edge security). No external services.
OpenNext + Wrangler
The adapter that brings Next.js to Cloudflare Workers, plus the deployment tool.

AI Tools

Claude
Daily companion for research, architectural decisions and code review.
GitHub Copilot
In-editor completion — LinkedIn-certified usage.
Workers AI (Llama)
The AI chat on this site runs on a Llama model hosted by Cloudflare Workers AI.