Skip to content

Instantly share code, notes, and snippets.

@llbbl
Last active December 20, 2015 20:18
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 llbbl/6189211 to your computer and use it in GitHub Desktop.
Save llbbl/6189211 to your computer and use it in GitHub Desktop.
Tools of the Trade

Version Control

  • GIT
  • SVN

Editors

  • PHPStorm
  • Zend Studio
  • Sublime
  • VIM
  • NotePad++

More here: http://en.wikipedia.org/wiki/List_of_PHP_editors

Web Server

  • Apache
  • Nginx

Databases

  • MySQL
  • MariaDB
  • PostgreSQL
  • MSSQL
  • MongoDB
  • CouchBase
  • VoltDB

Object or Opcode Caching

  • OPcache
  • APC
  • Memcache
  • Redis

Page Caching

  • Varnish
  • Squid

Linux Distros

  • Ubuntu
  • CentOS
  • Debian
  • Fedora

More here: http://distrowatch.com/

Ticketing or Project Management

  • JIRA
  • ActiveCollab
  • Trac
  • web2project
  • Google Docs
  • Basecamp

More here: http://en.wikipedia.org/wiki/Comparison_of_project-management_software

Software Development Methodology

  • SCRUM
  • Extreme Programming
  • Spiral development
  • Rapid Application Development
  • BDD or TDD

More here: http://en.wikipedia.org/wiki/Software_development_process

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