What language do you study? [closed]

-2

Next, I'm doing the 2nd semester of the Information System course and I'm in great doubt of which language to devote myself to learning!

I would like to know what was the first language you learned and which is the most accepted language in the North and Northeast?

    
asked by anonymous 16.06.2015 / 16:21

2 answers

2

This will greatly depend on your needs. If you are interested in developing for WEB, PHP is a fairly easy language to learn. If you follow with PHP, I highly recommend you study some framework:

Codeigniter: High learning curve, MVC quite simple and so is quite versatile. With good knowledge you can modify it to suit you better. Recommended for websites.

Cakephp: Also a famous and simple framework. Enables the creation of simple or more complex applications. Easy to learn and have a great community.

Laravel : This is the name of the time, it is a VERY good framework, but at the same time complex for those who are learning. I recommend only when you are more familiar with PHP OO and MVC.

Zend Framework : This is undoubtedly the most complete of all. It is developed by the same team that takes care of PHP. It is a framework for robust applications. The learning curve is long, so I recommend only to those who already have a certain knowledge with PHP and MVC.

About the other languages (JAVA, .NET) I can not tell you because I have no experience with them. But what I can tell you is that once you understand programming and logic concepts, languages become just tools for you and that's what matters, solving problems.

    
16.06.2015 / 16:55
2

I can be criticized (and I will) but it is my opinion and I ask only that they respect my point of view.

When you see me, for those who are starting to study a language the focus should be "learning" and starting from this point I would exclude .NET as a language to start studies, languages with more people to help you is recommended and that you will find in greater quantity in PHP and Java , I have said, who did not like -1, but it is MY point of view.

    
16.06.2015 / 17:02