Tools that keep me productive

7 minute read

This page details mostly all I use as a developer. I use a Mac, so a bunch of tools are macOS-specific, but there are some OS-agnostic ones in the list.

One thing to mention before we get started is that these are the tools that make me productive. Maybe they won't make you productive like the way they do for me. I always say, use the tools that make you the most productive.

Some of these tools are free but some are paid. I personally think the paid ones are worth it, but I leave that up to you and your wallet.

Note: I've put some referral links in here. Just want to be upfront about that is all.

Editor permalink

It all starts with the editor. Visual Studio Code (VS Code) is my go-to editor. I was using the Insider’s Edition for the longest time, but some extensions would try to log in and redirect to VS Code regular edition, so I decided to go back to it. That said, VS Code Insider's is very stable.

I was a big fan of the Dank Mono for the longest time, but GitHub released a bunch of monospaced fonts this year and I've been loving Monaspace Krypton.

For the theme, it varies. I've been on the light modern default theme recently as I find it's better for my live streaming, but I'm also a fan of the Houston and Fortnite themes.

Me when I tell them I use a dark theme in my editor.

Although I have iTerm installed, a great terminal for macOS, I honestly live in the VS Code terminal 99.999% of the time.

Editor Settings permalink

If you're interested in my editor settings, here's my current settings.

One of the more fun ones is you can change the title bar, so I've added some emojis to mine.


  "window.title": "🦙⚡🫡 – ${activeEditorShort}${separator}${rootName} – 🫡⚡🦙",

An alpaca floating through a rainbow

Another setting that I find super handy is terminal.integrated.autoReplies. I never want to source my .env file and this handles it perfectly.


  "terminal.integrated.autoReplies": {
    "dotenv: found '.env' file. Source it? ([Y]es/[n]o/[a]lways/n[e]ver)": "e\r"
  },

Maybe Zed Soon? permalink

I do want to give a shout out to the Zed editor. I use it occasionally and it’s super fast, but it hasn’t become my main editor yet. I think once the extension ecosystem blows up a little more is when I move to this. Maybe in the next year. We’ll see. 😎

Browser Extensions permalink

I don't use all of these everyday, but these are my go-to browser extensions.

Desktop Apps permalink

These are most of the desktop apps that I use every day. Let's get started with some general ones.

General Tools for Common Things I do Everyday permalink

Arc Browser is a Chromium-based browser that, in my opinion, has nailed a tonne of the user experience (UX) issues I've encountered with any other browsers. Vertical tabs, command palette, and auto-picture in picture video to name a few.

I used Vanilla for the longest time for my top menu bar icons, but once I got a MacBook Pro with the notch, it just didn't work well. I've since moved on to Bartender for managing my menu bar.

The emoji picker on macOS isn't that great, but Rocket makes it so easy to add emojis. I can't tell you how many times a day I use this.

Raycast is my go-to replacement for macOS' spotlight. It's like Spotlight on steroids. I previously used Alfred, another outstanding Spotlight alternative, but for some reason Raycast grew on me. I also use it for window management.

For those evenings where I'm in front of the computer, f.lux is a must. Like some wise person said, "Be kind to your eyeballs". macOS's Nightshift kind of works, but f.lux destroys it.

For managing meetings, Dato is a better date app for macOS. It's great for having multiple time zones in the address bar. I have my local time as well as UTC. I also use it for upcoming meetings and events. Previously I was using Meeter which is great for this, but it's one less app I need now.

I take screenshots or short video recordings almost daily, and Cleanshot X is so great for this.

Tools for Git permalink

I do most of my "git"ing on the command line, but sometimes I need a graphical user interface (GUI) to really understand what's going on. When I need that, I reach for Fork.

Cassidy demonstrating squash, rebase and merge

Shoutout to Cassidy (@cassidoo) for the awesome GIF!

If you're using Git, which I imagine most of you are, signing your commits is super important. GPG Suite makes this easy to set up.

Frontend Tooling permalink

I do a lot of work building user interfaces (UIs) and these are some indispensable tools for that kind of work.

xScope is a fantastic tool set for frontend development. Rulers, guides etc.

Figma is where I live when I need to coordinate with our designer, look at designs, or pull some assets.

I had heard about Polypane before and I think I may have tried it a few years ago, but nowadays, It's a must for frontend. It helps you build out responsive, accessible apps with all kinds of goodies. Curious about it? I hung out with the creator of Polypane, Kilian Valkhof (@kilianvalkhof), on a live stream earlier this year.

For color contrast issues, TPGi's Color Contrast Analyzer is top tier. I can't recommend it enough. Thanks to Todd Libby (@colabottles) for recommending this to me last year.

Other Desktop Apps I Use permalink

  • Cloudflare Warp - Faster Internet and some VPN goodness
  • Plash - An interactive desktop background (one or more web pages) for your Mac
  • CleanMyMac X - A suite of utilities for keeping your Mac in tip-top shape.
  • Starship - A cross shell prompt

Live Streaming Software permalink

I'm sure there are streamers with bigger audiences that have a better setup, but this is how I roll.

Restream.io is what I use to stream to multiple platforms, currently Twitch, YouTube, X/Twitter, and LinkedIn.

OBS is used by many including myself. It's a great piece of open source software. I use it for streaming instead of Restream Studio or similar tools like Streamyard because I have custom overlays and some other customizations.

The https://github.com/obsproject/obs-studio repository on GitHubOpenGraph image for https://github.com/obsproject/obs-studio

Krisp is outstanding for filtering out unwanted noise on calls and streams. Say goodbye to fire engines in the background while you stream. 🤣

I use Loopback for virtual audio sources. This is super helpful because I create an audio source, which is my microphone and the guest's (guests') audio, and treat it as one input source. I use this audio source as the audio source for live captioning.

I don't have a fancy camera for streaming. I used to use my Logitech webcam, which was fine, but when I finally got a decent iPhone, I was like the camera on this is amazing! So I decided to use that for live streaming. Camo makes it possible to do that, and it has plenty of niceties like zooming, watermarks, filters, etc.

Tools for Live Streaming Guests permalink

For the longest time, I couldn't figure out how people brought guests on to livestreams. In my early days of streaming, I used to bring in the full Discord screen and share that on my live stream. Although that worked, it was not ideal. I also tried Zoom similarly, and then I also started cropping parts of Zoom on my screen, but again, not ideal.

Eventually, I discovered vdo.ninja. The TLDR is, it uses peer-to-peer technology to bring remote cameras into OBS or other studio software.

The https://github.com/steveseguin/vdo.ninja repository on GitHubOpenGraph image for https://github.com/steveseguin/vdo.ninja

It's a fantastic project and I highly recommend it. If your guest has a Twitch account, another similar piece of software is Twitch's Stream Together. I use this as well, depending on the guest.

Command Line Interface (CLI) Tools permalink

I don't have many CLI tools, but here are some of my go-to ones:

  • Homebrew - The Missing Package Manager for macOS (or Linux)
  • GitHub CLI - GitHub on the command line. Great for creating PRs, etc.
  • nvm - Node version manager
  • cloudflared - Exposes local servers to the public internet over secure tunnels

If you're curious about the reset of my setup like hardware and office setup or what I bring when I'm on the go, feel free to check out my uses page.

Until the next one!