Cross-Origin Resource Sharing (CORS)

Cross-origin resource sharing (CORS) is a mechanism based on HTTP headers that permits restricted access to a resource with a different domain. The browser restricts the web page of different origin, this mechanism is called same origin policy. For example, https://www.demo.com/abc.html and https://www.demo.com/xyz.html these two urls are of the same origin. Consider the following urls:… Continue reading Cross-Origin Resource Sharing (CORS)

Know the difference between UI and UX

When talking about web and mobile app design users often get confused between UI and UX. Although UI and UX are often used interchangeably they are actually two different terms. UI stands for User Interface design and UX stands for User Experience and both are crucial for the success of a product. This article defines… Continue reading Know the difference between UI and UX

Serverless Computing

Serverless Computing allows building applications without managing the infrastructure. Serverless doesn’t mean there are not any servers involved in application development. Servers are involved but they are provided as a back end service by a cloud vendor. A Serverless architecture enables software organizations to focus only on writing and deploying the code without worrying about… Continue reading Serverless Computing

Technology Stack for Mobile App Development

When you are developing a mobile application, the first challenge that you come across is choosing the right technologies. To develop a robust mobile application, it is important to understand the technical feasibility and choose the right technology stack. The mobile technology stack should be selected based on cost, and time for development.  The technology… Continue reading Technology Stack for Mobile App Development

Agile and waterfall- which method ensures success for your project development

One of the important decisions faced during project implementations is “Which development methodology should we use?” And this is one topic that gets a lot of discussion. If it is not something you’ve worked with before, then to put it very simply, it’s a way of organizing the work of software development. While there are… Continue reading Agile and waterfall- which method ensures success for your project development