DISQUS

Dreamz: Development environment @ home

  • cooler choice · 1 year ago
    graet post good information thanks
  • Pedro Assuncao · 1 year ago
    My usual setup:
    - Development enviroment:
    - For JAVA: Eclipse
    - For Python: Eclipse + PyDev plugin
    - Version control: GIT or Subversion
    - General purpose text editing: VIM
    - More visual text editing: Mousepad
  • Rob · 1 year ago
    An obvious Windows developer that thinks open source is only for amateurs.
  • Veerasundar · 1 year ago
    Hi Rob,

    //An obvious Windows developer that thinks open source is only for amateurs.//

    May be it is because of the mindset. But I think, in practical it is not. :-)
  • Corey · 1 year ago
  • Thejesh GN · 1 year ago
    XAMPP rocks
  • Veera · 1 year ago
    Yes Thej! With XAMPP setting up the wordpress development environment is really simple.
  • JGM · 1 year ago
    I was a fan of XAMPP until I discovered WAMP Server 2. This project is great for a PHP developer because it allows me to install different versions of PHP and switch between them as I need to. As we are in the midst of migrating all of our clients from PHP 4 to PHP 5, it is nice to be able to toggle my local development server between them with a couple of mouse clicks. Different versions of Apache and MySQL are also supported.
  • Veera · 1 year ago
    HI JGM,

    Thanks for the information about WAMP. I've heard about WAMP software, but never tried it. May be I should give it once.