What platform can a system programmer use for web development?
-
Me & my friends are planning to build a web service. Everyone in our team are embedded system programmers (C/C++) & don't know much about the latest web development. Which is a good platform (ex: Ruby on Rails) for web development? We need something that is scalable, efficient, easy to debug & maintain code. We are not worried about learning a new programming language/platform since it should be fairly easy for us. The web service will have lots of videos & web pages. We will probably use MySQL for database. If we have to pick one thing that we care most is scalability.
-
Answer:
I suggest these two: 1. Django (Python) 2. Ruby on Rails (Ruby) We need something that is scalable, efficient, easy to debug & maintain code Scalability: Both Ruby on Rails and Django are scalable. But when you are talking about scalability, there are too many variables specific to your application than framework. Efficiency: Rails has lot of "magic" via "Convention over configuration". Therefore sometimes it becomes hard to know what exactly is going on. Rails "magic" makes it efficient to write application quickly. However, Ruby is not considered as "best performing" programming language. Python is faster. Debugging: Write tests, lots of it. Unit tests, functional tests. Do Test Driven Development. That will help a lot. We are not worried about learning a new programming language/platform since it should be fairly easy for us A language is more than syntax. Ruby has a philosophy behind it (the ruby/rails way). So, please take care that you don't write rubyfied/pythonified C/C++. So the rule of thumb is: If you prefer configuration over convention, use Django (python). If you prefer convention over configuration, go for Ruby on Rails.
Prabhakar Bhat at Quora Visit the source
Related Q & A:
- What Job can a BFA get?Best solution by Yahoo! Answers
- What jobs can a degree in Corporate/Organizational Communications land you??Best solution by Yahoo! Answers
- Can a mediocre programmer find a job?Best solution by Programmers
- What can I do with a computer science degree besides web development or IT?Best solution by worldwidelearn.com
- Other than being a lawyer, what occupations can a law degree get you?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.