Setting up a web developer lab for learning purposes

Posted by Saleh Al-Abbas on Stack Overflow See other posts from Stack Overflow or by Saleh Al-Abbas
Published on 2010-12-06T15:02:54Z Indexed on 2010/12/23 20:54 UTC
Read the original article Hit count: 280

I'm not a developer by profession. Therefore, I'm not exposed to real world technical problems that face professional developers. I read/heard about web farms, integration between different systems, load balancing ... etc.

Therefore, I was wondering if there are ways for the individual developer to create an environment that simulates real world situations with minimal number of machines like:

  • web farms & caching
  • simulating many users accessing your website (Pressure tests?)
  • Performance
  • load balancing
  • anything you think I should consider.

By the way, I have a server machine and 1 PC. and I don't mind investing in tools and software. PS. I'm using Microsoft technologies for development but I hope this is not a limiting factor.

Thanks

© Stack Overflow or respective owner

Related posts about web-development

Related posts about testing