Uncategorized

About Refactoring legacy code

Refactoring differs from general cleanup in that we aren’t just doing low-risk things such as reformatting source code, or invasive and risky things such…

spstech
5 min
Technical

Bonded Context in Microservices

Bounded context is a group of subdomains. It’s a logical boundary for domains and subdomains. DDD divides a large business system to small bounded…

spstech
2 min
Technical

The Hexagon design pattern

With the advancement in the software industry, there have also been advancements in the way we design and architect our software. Hexagonal architecture is…

spstech
2 min