|
26 | 26 | 1. [Hadoop Ecosystem](#hadoop-ecosystem) |
27 | 27 | 1. [Idempotent, Backfill](#idempotent-backfill) |
28 | 28 | 1. [JIT vs AOT](#jit-vs-aot) |
| 29 | +1. [Landing zone](#landing-zone) |
29 | 30 | 1. [Measuring Engineering Productivity (DORA, SPACE, DX Core 4, DevEx)](#measuring-engineering-productivity-dora-space-dx-core-4-devex) |
30 | 31 | 1. [Medallion Architecture](#medallion-architecture) |
31 | 32 | 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) { |
599 | 600 |
|
600 | 601 | --- |
601 | 602 |
|
| 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 | + |
602 | 610 | #### Measuring Engineering Productivity (DORA, SPACE, DX Core 4, DevEx) |
603 | 611 | <a id="measuring-engineering-productivity-dora-space-dx-core-4-devex-2"></a> |
604 | 612 |
|
@@ -767,8 +775,11 @@ sequenceDiagram |
767 | 775 | 🔹Technology: FIDO2/WebAuthn standards, public key cryptography |
768 | 776 | 🔹Implementations: Apple (iCloud Keychain), Google (Password Manager), Microsoft (Windows Hello), 1Password, Dashlane, Bitwarden |
769 | 777 |
|
770 | | -**[`^ back to top ^`](#terminology-and-comparisons)**#### Popular Enterprise Architecture Frameworks |
| 778 | +--- |
| 779 | + |
| 780 | +#### Popular Enterprise Architecture Frameworks |
771 | 781 | <a id="popular-enterprise-architecture-frameworks-2"></a> |
| 782 | + |
772 | 783 | 🔹[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). |
773 | 784 |
|
774 | 785 | --- |
|
0 commit comments