Introduction In software engineering, architecture is not only about organizing folders or choosing frameworks. Architecture is also about deciding where the business rules live, how they interact with the outside world, and how easily we can test them without depending on databases, user interfaces, external APIs, files, or infrastructure. BlueZoneNet is an example application thatContinue reading “BlueZoneNet: Implementing Hexagonal Architecture in .NET”
Category Archives: Uncategorized
Navigating Code Quality: A Deep Dive into Static Code Analysis with SonarQube
Introduction In the ever-evolving realm of software development, maintaining a high standard of code quality is akin to navigating through tumultuous waters. The unseen icebergs in this voyage are the bugs, code smells, and security vulnerabilities that lurk beneath the surface of every codebase. To steer clear of these potential hazards, developers employ a varietyContinue reading “Navigating Code Quality: A Deep Dive into Static Code Analysis with SonarQube”