My Learnings with current Mobility/Web market trend

Hi,

First of all a big happy new year to all my visitors. Today I would like to share my learning about the current market trend as the winter is going to complete and all the market will start to bounce back in next 30-45 days.

At the starting of my career I used to be in a big misconception like any fresher. I always think ASPX, PHP, JSP, CFM etc are far better than the plain HTML pages. I really felt painful to write plain prototype based html with javascrript.

But now after seeing the market trends and mobility boom I realized the true strength & can confidently say it like HTML is far far away from any other above mentioned server based web technologies. In the coming future the only UI we will see with is developed only with HTML5.

Question : So WHY previously we didn't concentrated on these things, Because HTML already there and which works only via http protocol means we have web services etc to work on.

Answer : Previously the handshakes will be based on SOAP requests with XML and AJAX calls with difficulty of CORS(cross origin - means HTML page should be on same domain of services--> No separation of concerns). Which is too heavy and eats your network speed etc.

Now we have HTML5 with XmlHttpRequest based on JSON along with JQUERY and CSS3 .... BINGO!!! :) .... Now we can opt for these technologies to develop a mobile webapps which need a tremendous network and data quality.

Conclusion : If you know HTML5 you have many options in the market to explore your career. Like a HTML developer can be used for developing outstanding website, web applications, Responsive websites, Hybrid apps, Windows8 apps, Phone gap and many more. Also if you are aware of one server side technology (web services) along with a pinch of DB  knowledge. Then you are a complete package :) .

Even companies also need to concentrate on these sections to have a tremendous future . Cloud computing, mobility, web services and DB(Hadoop, Teradata, etc.) .

Just FYI : Also a tool called XAMARIN getting more and more popular these days. Many MNC's are tieing up with Xamarin and many more bigger MNCs are migrating their apps to xamarin and encouraging their developers to move on. You just need a design knowledge of IOS, basics of android SDK, visual studio, C#..

Its all just because of its powerful IDE. with which you can develop all kinds of mobile native apps with single code base. Isn't that cool ?! :) .

Regards,
Pavan N



Comments

Popular posts from this blog

Download file using WCF REST services

server side printing / PDF conversions using c# and asp.net/wcf service

Finding file size in bytes on serverside using c#