Home

Uses

The tools that powered my daily life as a software engineer.

Hardware

What’s in my engineer backpack

  • πŸŽ’Aer Tech Pack - Absolutely phenomenal bag with minimalistic design and water resistant, perfect for the rainy Saigon.
  • πŸ’»15-inch 2018 Macbook Pro - I’d love it more if it didn’t break twice a year.
  • πŸ“±iPhone XS Max - For taking mundane daily photos, and to Uber around.
  • πŸ“§11-inch iPad Pro with Smart Keyboard - OMG, this is currently my most favorite Apple device, I’m on it most of the time when I’m not coding.
  • 🎧Bose QC35 - A godsent if you travel often, or usually work in coffee shops.
  • πŸ‘‚AirPods 2 - I use it to listen to podcasts while commuting around the city.
  • πŸ‘›distilunion’s Wally Bifold - it has been with me for ~ 3 years and still holding strong
  • πŸ“¦Samsung Portable SSD T5 - Mostly used to tranfer files around my iPad and MBP.
  • πŸ–²Logitech MX Master 2S - When I need that ergonomic feeling.
  • πŸ“’Muji’s stationery - I’m a big fan of Muji and its simple design, I carry around a notebook, and some Muji pens.
  • 🚠Cables - A bunch of USB-C, lighting cables mostly from Anker.

Software

  • πŸ€„οΈMoom - It’s like i3wm but for macOS.
  • 🐳Docker - When I need to spin up a background services or a Tensorflow instance
  • πŸ’¬Telegram - Communication tool of choice. Man you gotta appreciate the speed of the app
  • πŸ”1Password - To store all my passwords, OTP, private keys and other secured notes
  • πŸ—’iA Writer - All my notes are in markdown and put under version control as a Pragmatic Programmer
  • 🎩Alfred - From opening apps, to sophisticated workflows, Alfred is the savior
  • πŸ›Xcode - Swift
  • πŸ“‘Dash - To quickly look up API documentation using Alfred integration.
  • πŸ›‘Adguard - I love ads.
  • 🐘TablePlus - SELECT * FROM chair
  • πŸ‘¨β€πŸš€Proxyman - A native HTTP proxy debugging app.

Shell Setup

“Where there is a shell, there’s a way”

I’m most productive if given a shell, my configs are on dotfiles.

  • 🐑Fish - “Out Of The Box” shell that’s arguably better than zsh
  • πŸ“Neovim - My text editor of choice that needs no introduction
  • πŸ”fzf - fuzzy finder for everything
  • πŸ”Œtmux - screen multiplexer, long running tasks, tile management, you name it.
  • πŸ“–tldr - dead simple man page with examples.
  • πŸ’€ripgrep - a better ack
  • πŸ™hub - a git wrapper that allows me to interact with Github from the CLI (creating repo, creating PR)