Posts: 1
Name: Eric
Location: Northwest Oregon, USA
|
I am a software engineer currently looking for work, and I've noticed that the two most popular web development languages being used right now seem to be ASP.NET and PHP. I've also been seeing some postings for web jobs using Ruby on Rails and some for Django (a web framework that uses Python). As for JSP, I don't remember the last time I saw a job posting for JSP.
I haven't used Django, but I've heard that it's designed for rapid, well-designed web development with clear, understandable code. I've used Python before, and Python itself has a fairly large standard library, which I thought was nice. I've heard that Ruby on Rails is also a good web framework.
I've used PHP, and I think it works well as a web development language. Much of my PHP experience has been with version 4, and one of the things I didn't like so much about PHP is that it didn't have good support for object-oriented programming. Thus, much of PHP's functionality is provided simply by a set of functions that you can call, passing a bunch of parameters. And it feels like the design of PHP was a bit disorganized, with multiple functions performing similar tasks (i.e., explode() vs. split(), and ereg_replace() vs. str_replace()).
Last edited by FlyingToaster; 06-30-2009 at 06:09 PM..
Reason: Adding more thoughts about Django, Ruby on Rails, and PHP
|