Hi all.
Over the last few months I've been developing a website that I expect to have 1000's of users join. These users will either just query the website, whilst others will want to upload images (think TripAdvisor).
Now I've no coding experience, my day job is tour guide. I started by coding in php but as I get deeper into development my code has become more and more messy and complicated, where not even I actually know what I coded months ago.
Now whilst googling for examples to solve a specific problem I came across, I found some articles that were written in 2015 that basically said "stay away from php if building large scalable websites". After more googling, it seems that the common thought is to use Django or Ruby on Rails.
So I wanted to get your thoughts. Would you agree that going forward either Django or Ruby on Rails are a better fit for "large scale websites"? Is there perhaps an even better option?
Thanks in advance.
ps... Whether I actually launch my websites and get 1 user siging up or 20 billion is besides the point, I want to use the right code base regardless of the result
Over the last few months I've been developing a website that I expect to have 1000's of users join. These users will either just query the website, whilst others will want to upload images (think TripAdvisor).
Now I've no coding experience, my day job is tour guide. I started by coding in php but as I get deeper into development my code has become more and more messy and complicated, where not even I actually know what I coded months ago.
Now whilst googling for examples to solve a specific problem I came across, I found some articles that were written in 2015 that basically said "stay away from php if building large scalable websites". After more googling, it seems that the common thought is to use Django or Ruby on Rails.
So I wanted to get your thoughts. Would you agree that going forward either Django or Ruby on Rails are a better fit for "large scale websites"? Is there perhaps an even better option?
Thanks in advance.
ps... Whether I actually launch my websites and get 1 user siging up or 20 billion is besides the point, I want to use the right code base regardless of the result