Web applications are kept alive by data. These data usually retrieved from data sources. AJAX (Asynchronous JavaScript and XML) is a technique used to communicate with web servers to send and receive data asynchronously. Often you'll send a ajax request, wait for data to come inside
callbacks and execute rest of the flow. Ajax uses XMLHttpRequest object to communicate with server side.
XMLHttpRequest...
Monday, March 10, 2014
The Comparison of Continuous Integration, Deployment and the Delivery
What appears in title seems familiar? It should because these are the concepts (or you can say techniques) we use to deliver our products to stakeholders. Even though Continuous Delivery, Continuous Integration and Continuous Deployment are the buzzwords today most people often misunderstands the difference among each.
First we'll look...
Saturday, March 1, 2014
Performance tuning JavaScript
In this article we'll look at what is performance,
why it is important, different ways of tracking performance issues
and ways to solve them.
What and why performance is important?
Performance tuning is very important when an application gets larger. But it can be very crucial to retain the value of the software. When developing...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.