Тенденции в web-программировании за последние несколько лет
У hackers news спрашивают, hackers news отвечает I - MVC, makes building websites more robust, every major language has a framework for this now - ORMs, every framework has a pluggable object-relational mapper for getting rid of your basic CRUD code - Ruby on Rails or Django (Python) are mainstream ways to develop web applications. Both based on MVC. - People still hate PHP, but it's still incredibly popular - Internally a lot of companies still use ASP.Net, it's still awful, but ASP.Net MVC is pretty good - In data transfer JSON is king, XML is dying, SOAP is dead (thank god) - if you're developing a sales site, include a/b testing - The rise of the API, lots of online services now offer online APIs. You can also plug a lot of functionality onto your website by using other people's services (e.g. uservoice.com for feedback, visualwebsiteoptimizer.com for a/b testing) - Javascript frameworks make writing javascript much better, jQuery has pretty much won the framewo...