My Workspace
A deep dive into the exact hardware setup, software environment, and cloud infrastructure I use every day to engineer AI systems and modern web applications.
Hardware & Setup
MacBook Pro 16" (M-Series)
My primary machine. The Apple Silicon architecture provides an unbeatable combination of battery life and raw processing power. It handles local Docker containers, heavy Node.js builds, and lightweight local LLM inference without ever turning on the fans.
Dual 27" 4K Monitors
Screen real estate is critical for full-stack engineering. I use a multi-monitor setup: one screen dedicated entirely to my IDE and terminal, while the other holds API documentation, live browser previews, and Figma designs.
Keychron K2 Keyboard
A wireless mechanical keyboard with a tactile layout. The 75% layout is perfectly compact while retaining the function row. It keeps typing fatigue to an absolute minimum during long debugging marathons.
Software & Editor
Cursor IDE
Built on top of VS Code, Cursor is my AI-first code editor. The built-in Claude 3.5 Sonnet integrations drastically speed up prototyping, writing boilerplate, and understanding complex orchestration logic.
JetBrains Mono
My absolute favorite monospace font. I use it everywhere—from my editor to my terminal. It's highly legible at small sizes, and the programming ligatures make reading modern TypeScript/React code much cleaner.
Warp Terminal
A blazing fast, Rust-based terminal that works like a modern text editor. The IDE-like text navigation and built-in AI command search save me from constantly Googling obscure shell commands.
Cloud & Tech Stack
Next.js, TypeScript & Tailwind CSS
The holy trinity of my modern web development stack. Next.js provides the robust App Router and SSR capabilities needed for SEO-friendly platforms. TypeScript ensures type safety across large codebases, preventing runtime errors. Tailwind CSS allows me to rapidly build stunning, responsive user interfaces without writing custom CSS files.
Vercel & AWS
Vercel serves as the edge deployment network for my frontends (like this portfolio and PayQIA), offering unparalleled CI/CD. AWS handles the heavy lifting—running EC2 instances for background tasks and S3 for storage.
OpenAI & Anthropic
The core intelligence behind my AI products. I leverage OpenAI (GPT-4o) and Anthropic (Claude 3.5 Sonnet) via their APIs to build autonomous agents, intelligent chatbots, and complex reasoning pipelines.