Architecture encompasses the process, artifacts and high-level structure of a solution.
What is the difference between cohesion and coupling? How can coupling and cohesion lead to either good or poor software …
oop architecture theory ooadWhat's the difference between a REST system and a system that is RESTful? From a few things I've read most …
architecture restWhat I want is not a comparison between Redis and MongoDB. I know they are different; the performance and the …
architecture mongodb nosql redisCould someone explain the difference between Software Design and Software Architecture? More specifically; if you tell someone to present you …
architecture definitionI know that Activities are designed to represent a single screen of my application, while Fragments are designed to be …
android android-fragments android-activity architectureI was wondering if someone could give me an overview of why I would use them and what advantage I …
c# class architectureI've seen quite a few developer job postings recently that include a sentence that reads more or less like this: "…
architecture n-tier-architecture multi-tierWhat is a Data Transfer Object? In MVC are the model classes DTO, and if not what are the differences …
model-view-controller architecture dto data-transfer data-transfer-objectsI am just getting a grasp on the MVC framework and I often wonder how much code should go in …
php oop model-view-controller architecture modelI have been looking at game engine design (specifically focused on 2d game engines, but also applicable to 3d games), …
architecture game-engine entity-component-system entity-system