Product Designer Setup
  • Introduction
  • Preparation
    • Preparing Your Mac
    • Installing macOS
  • Setup
    • Xcode
    • System Preferences
      • Finder
    • Homebrew
      • Cask
    • Terminal Setups
      • Warp Setup
      • Hyper Setup
      • iTerm2 Setup
        • Zsh
    • Terminal Packages
    • Git
      • Git Ignore
    • Code Editor Setups
      • Visual Studio Code
        • Extensions
        • Preferences
      • Sublime Text
        • Preferences
        • Packages
    • Tech Stack
      • Package Managers
  • Apps + Tools
    • Intro
    • Productivity Tools
    • Design Tools
    • Developer Tools
Powered by GitBook
On this page
  • Terminal
  • IRC & Instant Messaging
  • Local Server Environments
  • Code Snippets Manager
  • Database Management
  • FTP Clients
  • Text Editor
  • Internet Browsers
  • Others

Was this helpful?

  1. Apps + Tools

Developer Tools

PreviousDesign Tools

Last updated 1 year ago

Was this helpful?

Most of the development tools found here are geared toward frontend development, static site generations and CMS.

Terminal

Warp

AI-powered terminal

brew install --cask warp

iTerm Your terminal on steroids

brew install --cask iterm2

Hyper A terminal built on web technologies.

brew install --cask hyper

IRC & Instant Messaging

Limechat It's the IRC for geeks

If you already have previously installed it, you can run

mas install 414030210

Gitter Chat tool for communities

brew install --cask gitter

Spectrum Chat tool for communities

brew  install --cask spectrum

Local Server Environments

MAMP Apache + mySQL + PHP stack (for Wordpress development)

brew install --cask mamp

If you want to build Wordpress sites, MAMP does a good job of running a local server for your Wordpress site to run.

Code Snippets Manager

Quiver The Programmer's Notebook

https://happenapps.com/downloads/QuiverFreeTrial.zip

I was always looking for a great way to store quick code snippets I could access anytime because I find it really annoying opening old projects because of a code snippet that I find reusable. Quiver was a good contender for it being lightweight, fast, and has good code formatting. Shared notebooks allow you to sync in code snippets collaboratively. The only downside is its hefty $10 price tag, and the iOS app is read-only.

Lepton The Lean Github Gist Client

brew install --cask lepton

I'm starting to move to this one because first of all - the gists syncs up on github (which is great for sharing) and it's completely FREE.

Database Management

brew install --cask sequel-pro

There are times when I want to modify the database tables easily in a GUI (Command-line is cool and geeky, but sometimes - I'm just in a hurry)

FTP Clients

brew install --cask transmit

Filezilla It works, gets the job done, and most of all - it's FREE!

brew install --cask filezilla

Text Editor

brew install --cask visual-studio-code

SublimeText Before VS Code, this was king.

brew install --cask sublime-text

Internet Browsers

There are lots of internet browsers out there. Some interesting ones I have noticed are:

Orion - Built on WebKit, Orion gives you a fast, smooth, and lightweight browsing experience

brew install --cask orion

Chrome ๐Ÿ†

brew install --cask google-chrome

Firefox

brew install --cask firefox

Others

Docker

brew install --cask docker

When googling errors on Stackoverflow fails, I use mostly Limechat for asking questions when I want instantaneous answers in language-specific channels (#css, #wordpress, #js) at

Sequel Pro A nice database tool

Transmit Simply the best FTP client. It is quite pricey though.

VS Code The best code editor

Arc - Dubbed the "Chrome Replacement".

Honorable Mentions

Brave

brew install --cask brave-browser

Opera

brew install --cask opera
๐Ÿชฆ
Freenode
๐Ÿ†
๐Ÿ†
๐Ÿ†
https://arc.net
๐Ÿ†
๐Ÿ†
โ€ŽLimeChatApp Store
Logo