My tools.
Comparing the equipment we use can lead to some fun conversations. With that spirit in mind, let me share a few of my preferred tools
Hardware
MacBook Pro Apple M1 Max Chip
Apple's 16-inch MacBook Pro with M1 Max chip takes the portable powerhouse to new heights. Packing a 10-core CPU, up to 32-core GPU, and 64GB of unified memory, this laptop delivers desktop-class performance whether you're compiling large codebases, training complex ML models, rendering 3D scenes, or pushing multiple 4K video streams.
Software
VSCode
I spend most of my time writing, debugging code in VSCode and is a massive productivity boost with tons of extensions.
Maccy
Unlike other Mac clipboard managers, Maccy does only one job - keep your copy history and let you access it fast. You won't be overloaded by unnecessary features. I've been using it for a while and have found it to be an amazing tool.
Laravel
Laravel is a web application framework with expressive, elegant syntax. It is a powerful PHP framework for building web-enabled applications. It also comes with a batteries-included solution to get you started, with solid testing and best practices.
Notion
Notion is a freemium productivity and note-taking web application developed by Notion Labs Inc. It offers organizational tools including task management, project tracking, to-do lists, and bookmarking.
Google Antigravity
Google Antigravity is my go-to AI coding assistant. It helps me debug faster, understand unfamiliar codebases, and write code more efficiently. It's become an essential part of my bug-hunting workflow.
Next.js
Next.js is my React framework of choice for building full-stack web applications. It handles routing, server-side rendering, and API routes out of the box, making it perfect for modern web apps.
Bun.js
Bun is an incredibly fast JavaScript runtime, bundler, and package manager all in one. I use it for quick scripts, API servers, and anywhere I need blazing speed. It's a game-changer for JavaScript development.
Flask (Python)
Flask is a lightweight Python web framework that I reach for when I need to build APIs or microservices quickly. It's minimal, flexible, and gets out of your way — perfect for prototyping and production alike.