Settings

Theme

Ask HN: Which tools you use to develop your webapp?

1 points by pkc 16 years ago · 8 comments · 1 min read


Which tools like IDE, editor do you use to develop your webapp? Paid ones as well as free ones. I am particularly interested in applications using frameworks like Ruby on Rails, DJango or CakePHP.

billturner 16 years ago

Textmate, Firebug, Chrome & Safari's web inspector, Sequel Pro (for MySQL), Gitx, github.com, and Terminal.

  • mechanical_fish 16 years ago

    The same, but with emacs and magit standing in for Textmate and Gitx.

    The only reason to depart from these tools is if you need a PHP debugger -- Ruby has a perfectly fine command-line debugger, but PHP's debuggers are an incredible pain in the ass by comparison. Most of the pro PHP coders I know use Komodo or NuSphere PHPed for debugging (although only a percentage of them use such IDEs for actual coding). I despise IDEs and use debuggers too rarely to feel like spending the money on those tools; on the rare occasions that I need a PHP debugger I use XDebug with MacGDBp and pray that it doesn't crash. It seems to be working better, based on the last time I tried it, sometime last month.

  • generalk 16 years ago

    All of that, but replace Terminal.app with iTerm.app -- it's 2010 and Apple still hasn't released a terminal emulator that supports 256 colors.

  • mantas 16 years ago

    +1. And I use VIM too.

csuper 16 years ago

Currently while developing a Rails app I'm using Notepad++ on my provided XP machine. And normally Pico when SSH'd in, making quick updates.

vorador 16 years ago

Emacs and firebug.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection