When the requirements are given for a piece of software, they usually cover only a minor section of what the software should do and be. Aspect-Oriented Programming (AOP) provides a way to think about all the necessary, but not easily compartmentalized components of a software system.
INNOGAMES STORIES

How we Rewrote Wallet Using Test Driven Development
If you have been working as a developer for a while, you will almost certainly have come across legacy code. And you probably hated working on it. It is code that has been working fine the way it is for long enough that most of – if not all – the developers in your team […]

When cleaner code makes your code faster
For a long time already, it has been clear that software development is more than just a job. More than coding something that somehow works. It is about craftsmanship and the responsibility to deliver working software in a good quality. Robert C. Martin definitely influenced – if not started – the movement of developers […]

Introduction to Spring Cloud
Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems.
In this article we’ll use some of Spring Cloud’s features to build up set of microservices that are interacting together.