02:31 PM
Is your code fast enough? Modern development reality, especially when thinking about web development desn't care about effective code because there are a lot of cheap ways to increase the performance of applications, for example one could optimize database structure, add sophisticated indexes and so on. But sometimes, cheap ways ...
Posted in Articles, Technology | No Comments »
04:11 PM
(Русский) Введение
Накопленный нами опыт по разработке web-приложений позволяет говорить о том, что большинство современных web-сайтов, предназначенных для работы в условиях высокой нагрузки, имеющих развитую бизнес-логику, предназначенных для критических операций, имеют в своем арсенале фоновые службы, которые незаметны для пользователя, но критичны для выполнения приложения. Часто фоновые службы значительно сложнее и ...
Posted in Articles, Uncategorized | No Comments »
03:58 PM
The memory management operations are one of the most expensive operations in software development. The feature is about the complexity of automatical memory management optimization. Other words, often memory management operations are done by software developer manually in code (except languages with automatic garbage collection and so on). This article ...
Posted in Articles, Technology | No Comments »