Development Stack

All of the apps, tools and services I use to build projects.

Apps

Cursor
Cursor

My code editor of choice. The AI augmentations on-top of this fork of VS Code work really well. The VS Code plugins work out the box, see more below.

Xcode
Xcode

Uses when creating Swift & SwiftUI projects.

Warp
Warp

My main terminal app. It has AI built-in which is great in case I forget a command. The autocompletion is also really good.

Yaak
Yaak

To interact with and test REST, GraphQL & gRPC APIs.

Source Control

GitHub
GitHub

Where all my code repositories are stored

GitHub Desktop
GitHub Desktop

GUI for GitHub source control client to simplify interactions with git

VSCode Setup

Geist Mono
Geist Mono

My font of choice. This looks great in the IDE and terminal

Git Blame
Git Blame

I only use the inline blame, in the format `user, time ago • commit message` to understand why changes were made on the fly.

Prettier
Prettier

Ensures my code adheres to the preferences of the different teams I work with.

Tailwind CSS IntelliSense
Tailwind CSS IntelliSense

Makes using Tailwind CSS properties much easier. Even shows color previews.

Services

Vercel
Vercel

For Next.js application deployments.

Supabase
Supabase

For database, real-time data subscriptions, storage and authentication. My go-to backend-as-a-service.

Resend
Resend

For email sending.

Porkbun
Porkbun

For domain name registration. Cute name and logo.

Hugging Face
Hugging Face

For machine learning models and AI based APIs for AI backed projects.

This is not a comprehensive list of all the tools and services I use. It is just a list of the ones I use frequently. Let me know if there is anything I should try.