Skip to content

Commit 72eb09d

Browse files
committed
_
Added section on popular enterprise architecture frameworks.
1 parent ea73f4c commit 72eb09d

2 files changed

Lines changed: 199 additions & 188 deletions

File tree

Glossary.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
1. [Hadoop Ecosystem](#hadoop-ecosystem)
2727
1. [Idempotent, Backfill](#idempotent-backfill)
2828
1. [JIT vs AOT](#jit-vs-aot)
29+
1. [Landing zone](#landing-zone)
2930
1. [Measuring Engineering Productivity (DORA, SPACE, DX Core 4, DevEx)](#measuring-engineering-productivity-dora-space-dx-core-4-devex)
3031
1. [Medallion Architecture](#medallion-architecture)
3132
1. [Memory Consistency Model (SC vs TSO vs Relaxed)](#memory-consistency-model-sc-vs-tso-vs-relaxed)
@@ -599,6 +600,13 @@ public static void consume(List<? super Shape> shapes) {
599600

600601
---
601602

603+
#### Landing zone
604+
<a id="landingzone"></a>
605+
606+
🔹Abstractly speaking, a landing zone helps you plan for and design an Azure deployment, by conceptualizing a designated area for placement and integration of resources. 1) **platform landing zone**: provides centralized enterprise-scale foundational services for workloads and applications. 2) **application landing zone**: provides services specific to an application or workload.
607+
608+
---
609+
602610
#### Measuring Engineering Productivity (DORA, SPACE, DX Core 4, DevEx)
603611
<a id="measuring-engineering-productivity-dora-space-dx-core-4-devex-2"></a>
604612

@@ -767,8 +775,11 @@ sequenceDiagram
767775
🔹Technology: FIDO2/WebAuthn standards, public key cryptography
768776
🔹Implementations: Apple (iCloud Keychain), Google (Password Manager), Microsoft (Windows Hello), 1Password, Dashlane, Bitwarden
769777

770-
**[`^ back to top ^`](#terminology-and-comparisons)**#### Popular Enterprise Architecture Frameworks
778+
---
779+
780+
#### Popular Enterprise Architecture Frameworks
771781
<a id="popular-enterprise-architecture-frameworks-2"></a>
782+
772783
🔹[Popular Enterprise Architecture Frameworks](https://dzone.com/articles/popular-enterprise-architecture-frameworks): TOGAF, Zachman, Federal Enterprise Architecture (FEA), Gartner Enterprise Architecture Framework, Business Architecture Guild's BIZBOK, Department of Defense Architecture Framework (DoDAF), ArchiMate, and Sherwood Applied Business Security Architecture (SABSA).
773784

774785
---

0 commit comments

Comments
 (0)