Tag

layered

0 views collected around this technical thread.

Architect's Guide
Architect's Guide
Apr 11, 2023 · Backend Development

General Architecture Overview and Implementation for Scalable Applications

This article presents a comprehensive, adaptable three‑tier architecture—gateway, business, and foundation layers—detailing how to evolve from simple LAMP or SSH structures to a scalable system that cleanly separates protocol handling, service logic, and data components.

Backendarchitecturedesign
0 likes · 12 min read
General Architecture Overview and Implementation for Scalable Applications
Top Architect
Top Architect
Mar 11, 2023 · Backend Development

General Architecture Overview and Implementation for Backend Systems

The article presents a practical, layered backend architecture—including gateway, business, and foundation layers—designed to replace simple early‑stage setups, improve maintainability, and handle various protocols such as HTTP and TCP while offering reusable components and technical guidelines.

Backendarchitecturedesign
0 likes · 13 min read
General Architecture Overview and Implementation for Backend Systems
Architecture Digest
Architecture Digest
Mar 10, 2021 · Fundamentals

Overview of Common Software Architecture Patterns

This article introduces seven widely used software architecture patterns—layered, multi‑layer, pipe‑filter, client‑server, MVC, event‑driven, and microservices—explaining their context, problems they address, core solutions, drawbacks, and typical application scenarios.

Design PatternsMVCarchitecture
0 likes · 10 min read
Overview of Common Software Architecture Patterns