Uses

A detailed look at the tools, apps, and configurations I use for development and content creation.

This page is regularly updated to reflect my current setup. Feel free to reach out if you have any questions about specific tools or configurations.

Development Workstation

My current hardware setup for coding and content creation.

24GB RAM, 512Gb SSD - My main development machine

14-inch 4K USB-C monitor for extended workspace

Wireless mechanical keyboard with Gateron Brown switches

Noise-canceling earphones for focused work

Development Environment

The tools and software I use for coding.

Zed

v0.190.4

My primary code editor with custom configuration

Configuration
{
  "icon_theme": "JetBrains New UI Icons (Light)",
  "features": {
    "edit_prediction_provider": "zed"
  },
  "telemetry": {
    "diagnostics": false,
    "metrics": false
  },
  "theme": "Xcode High Contrast Darker",
  "buffer_font_size": 15,
  "base_keymap": "SublimeText",
  "ui_font_family": "Fira Code Retina",
  "ui_font_weight": 450,
  "ui_font_features": {
    "fontLigatures": true
  },
  "tab_size": 2,
  "hard_tabs": true
}
Plugins & Extensions
  • DockerFile
  • Php
  • Log
  • Html
  • Emmet
  • Xcode Themes
  • Colorizer
  • JetBrains New UI Icon Theme

Cursor

v1.25.0

My secondary code editor with custom configuration

Plugins & Extensions
  • Code Spell Checker
  • Color Highlight
  • Error Lens
  • Eslint
  • Fluent Icons
  • Github Actions
  • Import Cost
  • Pretty TypeScript Errors
  • Project Manager
  • Rainglow
  • Sublime Text Keymap
  • Svg Preview
  • Tailwind CSS IntelliSense
  • Version Lens

My primary code editor for iOS development

My primary code editor for Android development

My primary database manager

The intelligent terminal

Plugins & Extensions
  • oh-my-zsh
  • nvm
  • brew
  • git

Browsers & Testing

Setup for web development and testing.

Google Chrome

Primary development browser

Plugins & Extensions
  • React Developer Tools
  • React Scan Toggle
  • JSON Viewer Pro
  • Detailed SEO Extension

Development Tools

Additional software and tools I use regularly.

Docker

For containerization and consistent development environments

Configuration
version: '3'
services:
  web:
    build: .
    ports:
      - "3000:3000"
    volumes:
      - .:/app

API testing and documentation

Productivity Apps

Tools that help me stay organized and productive.

Notion

Documentation, notes, and project management

Audio Setup

My audio equipment for meetings and content creation.

Homepod Mini for recording and calls

Need More Details?

You can find all my configuration files and dotfiles on my GitHub. Feel free to clone, fork, or ask questions about any part of my setup.

View on GitHub