I have been creating small personal projects and trying to monetize or just learn from the creation process. I love programming and I am doing it as a hobby, looking forward to become a strong developer as soon as possible.
Starting out I used Joomla, Wordpress, Drupal as CMSs but soon I needed more custom solutions (even If they were little ones).
So I begun to use Symfony2 and suddenly I fell in love with it. After 3 years of using it every day I decided to learn a bit python and django. Then I realised that it's much fast and easy than php to create a website with a backend admin, some kind of ACL or user accounts/groups (simple ones) and some objects (restaurants, shops, cars etc.). I took a look also into ruby but didn't start learning. Apache seems to me easy to setup, same as mysql. Nginx and python webservers look like much advanced and time consuming to setup, but I might be mistaken.
I feel confused. I am trying to invest my time in a solution that will build up and make me an experienced programmer, while at the same time I should be able to create small projects very easily. Of course I could take into consideration the chance for my projects to get "bigger" in the future, so they must be scalable.
What kind of framework/language/server do you suggest? I install everything on an ubuntu server. Apache/mysql/php ? Stick with Symfony2? Abandon everything for Ruby on Rails ? PostgreSQL/MySQL/mongoDB?