Skip to content

Instantly share code, notes, and snippets.

@vasi
Forked from dergachev/alex-tools.md
Last active January 27, 2016 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasi/7e23b97a0327b3b9e2cc to your computer and use it in GitHub Desktop.
Save vasi/7e23b97a0327b3b9e2cc to your computer and use it in GitHub Desktop.
The tools I use.

Tools we use for PM for project management and communication

  • git for code and structured docs
  • dropbox for screenshots and file sharing
  • markdown (in github) and textile (in redmine)
  • markdown for presentations
  • TextMate and Atom for text editing
  • MacDown for markdown editing

Development:

  • PHPStorm for editing and debugging PHP
  • xDebug as a debugging backend
  • xhprof and Blackfire for profiling

Web sites:

  • api.drupal.org for an API reference
  • StackOverflow for questions
  • Google Calendar for scheduling
  • Mozilla's JS reference
  • Lobste.rs for news

Communication:

  • Slack
  • Adium
  • Gmail
  • Google Translate

Project management:

  • Basecamp (client communications, email tracking)
  • Google docs + google spreadsheets + google calendar
  • gist.github.com for easily sharing code or document snippets

Technical infrastructure:

  • github + gitlab for repositories management
  • vagrant for testing (VirtualBox + Parallels)
  • CircleCI for continuous integration
  • Cloudflare for DNS, SSL, and CDN
  • docker for quick containers
  • LXC for containers without filesystem issues
  • Proxmox / docker on OVH for our company's hosting infrastructure
  • Pfsense as router distro
  • squid-deb-proxy

Web:

  • Drupal for our corporate site
  • Chrome Extensions: xDebug helper, Blackfire, Check My Links, Dreditor, Proxy SwitchyOmega, uBlock

Custom stuff:

  • drupalsun - nice UI on Drupal Planet RSS feeds
  • dozen redmine plugins, including redmine-git-remote
  • sitediff for QA of migrations and updates
  • md2prez.sh
  • pixz for fast compression

OSX utilities:

  • clipmenu
  • homebrew
  • KeePassX
  • Spectacle
  • Mail notifr
  • Vagrant Manager
  • GrabBox

Command line:

  • make for build scripts
  • Fink/MacPorts for OSX package management
  • ngrok
  • sshfs for mounting remote servers
  • ncdu
  • debfoster
  • dockviz
  • ag
  • colordiff
  • bash-completion
  • pwgen
  • jq

Visual

  • Omnigraffle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment