How do we achieve the highest efficiency in software development in Kvinivel
03 October 2019As many of our clients already know, we are doing fixed-price projects. Starting from requirements preparation and finishing with delivery and initial support. We have a lot of success stories, and all our customers are happy with our services. However, any software contains defects. We are fighting against defects at every stage of our development. But sometimes they can be discovered in production afterward. To protect our clients from these cases, we offer a warranty — some period (actual warranty…Why do I like fixed-price projects?
03 May 2019We have been delivering software development services at Kvinivel for more than 8 years. During this time, I learned one interesting thing. We tried different kinds of cooperation namely outstaffing, outsourcing, some mixed things, time and material, fixed price, and some very customized billing schemes. Several years ago, I realized that a complete development cycle with a fixed price is the most efficient scheme for us and for our clients. This remains true even considering that we mostly work on…Explicit call to RequireJS in TypeScript
31 March 2015I'm working on a mobile application with Apache Cordova (http://cordova.apache.org) technology. And one of the tasks was to load a JSON localization file from the content folder. The first idea and actually the most correct (as for me) is to load the file with RequireJS text plugin (https://github.com/requirejs/text). The plugin allows loading text file in the same way as usual modules and do not evaluate the content, but return it as a string. So you just specify something like the…