Uses
The hardware, editors and tools I actually use day to day.
Hardware
- Apple M2 Pro - 16 GB - 1 TB Disk
- Primary machine. Flutter builds for both platforms without leaving the desk.
- Dell U3219Q
- Editor on the left, simulator and device logs on the right.
- Samsung C27HG7x
- Second monitor for logs, docs and messaging apps.
- Logitech MX Keys S Türkçe Q
- Daily driver keyboard.
- Logitech MX Master 3S
- Daily driver mouse.
Editor & terminal
- Cursor
- AI-assisted editing for quick exploration and one-off scripts.
- VS Code
- Flutter and Dart work, with the official extensions and very few others.
- Android Studio
- Kept around for profiling, layout inspection and Gradle problems.
- Xcode
- iOS builds, simulators and the occasional Instruments session.
- Warp
- Terminal for AI-assisted command blocks and shared workflows.
- iTerm2 + zsh
- Oh My Zsh, Powerlevel10k, and a short list of aliases for the commands I type most.
- JetBrains Mono
- Editor and terminal typeface.
Development
- Flutter & Dart
- The bulk of my working day.
- FVM
- Per-project Flutter versions, so a two-year-old branch still builds.
- Git + GitHub
- Trunk-based work with short-lived branches and required checks.
- GitHub Actions
- Analysis and tests on every pull request.
- Fastlane
- Signed builds on tags.
AI tooling
- Claude Code
- Refactors, test scaffolding and reading unfamiliar code. Reviewed like any other pull request.
- Codex
- A second opinion on the same task, run alongside Claude Code.
Everything else
- Notion
- Technical notes and planning before they become anything public.
- Figma
- Reading design hand-off and measuring what the implementation got wrong.
- Raycast
- Launcher, clipboard history and a few small scripts.