
SOFTWARE DEVELOPMENT











In today’s software development world, microservices have become a de-facto industry standard, especially when it comes to the evolution of service-oriented approaches. And while they’re meant to be decoupled by means of architectural solutions, in most cases there still remains a layer of common code, libraries, and configuration shared between services, specific for each solution: …
Software Development
2020/04/30


The necessity of unit testing in software development ceased to be the subject of discussion lately: the real-life practice has proved, that unit tests are essential for a stable product. But speaking about the necessity of writing unit tests, authors often forget to explain how to do this. At the same time, many developers don’t give pride of place to unit tests as a part of their job. The common …
Software Development
2019/07/14

Every developer knows that the testable code can make life easier. There are a lot of books and articles written about unit-testing. Particular attention is paid to Test-driven software development (TDD) as the best process for the development of hi-tech products. In my working routine, I face tons of problems with untestable code. It may happen even in those projects for which 100% test coverage …
Software-Development
2019/04/17