-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle-value-system.html
More file actions
139 lines (120 loc) · 6.04 KB
/
article-value-system.html
File metadata and controls
139 lines (120 loc) · 6.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Platform Engineering - Conditions for Success</title>
<meta property="og:title" content="Platform Engineering - Conditions for Success - Platform Engineering Toolkit">
<meta name="description" content="This paper shares key considerations for Platform engineering beyond technology, Evolutionary PlatformOps and the Platforms Landscape">
<meta property="og:description" content="This article introduces PlatformOps">
<meta name="author" content="Platform Engineering Toolkit">
<meta name="keywords" content="platform engineering, devops, developer experience, internal platforms, cloud native">
<meta property="og:type" content="website">
<meta property="og:image" content="ShareableIcon.png"/>
<meta property="og:image:secure_url" content="ShareableIcon.png"/>
<meta property="og:image:type" content="image/png"/>
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="favicon.ico" sizes="32x32">
<link rel="icon" href="android-chrome-512x512.png" type="image/png">
<link rel="apple-touch-icon" href="apple-touch-icon.png"><!-- 180×180 -->
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container">
<nav class="nav">
<a href="index.html" class="nav-brand">Platform Engineering Toolkit</a>
<div class="nav-links">
<a href="get-involved.html" class="nav-link">Get Involved</a>
<a href="about.html" class="nav-link">About</a>
</div>
</nav>
</div>
</header>
<!-- Main Content -->
<main>
<div class="container">
<!-- Article Header -->
<div class="article-header">
<a href="what-and-why.html" class="back-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M19 12H5m7-7l-7 7 7 7"/>
</svg>
Back to What And Why
</a>
<div class="article-meta">
<span class="badge">Article</span>
</div>
<h1 class="article-title">Platform Engineering: Conditions for Success</h1>
<div class="article-audience">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/>
<circle cx="9" cy="7" r="4"/>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"/>
<path d="M16 3.13a4 4 0 0 1 0 7.75"/>
</svg>
<span>For: C-Board, Transformation, Change, ITSM & Platform Leaders </span>
</div>
</div>
<!-- Article Content -->
<div class="article-content">
<div class="prose">
<h2>
<h2>Platform Engineering: Conditions for Success</h2>
<p>
Organisations that do not deliberately evolve their internal platforms often struggle with slower change, rising operational complexity, and a widening gap between technology investment and realised business value.
</p>
<p>
Those that move ahead recognise that platforms form part of a connected landscape. Their success depends not only on tooling, but on how platforms are designed, operated, governed, and evolved over time. When treated as systems of value, platforms can become engines of resilience, adaptability, and sustained business impact.
</p>
<p>
This position paper by Gielen Rojas-López brings together years of hands-on experience to outline the key considerations that shape successful platform evolution in complex enterprises. It offers a structured lens — not a prescription — for understanding what needs attention and why.
</p>
<p>
The paper clarifies:
</p>
<ul>
<li><strong>Why</strong> Platform Engineering matters beyond the tech stack</li>
<li><strong>What</strong> conditions platforms and teams need in order to succeed</li>
<li>Industry patterns and insights that support this perspective</li>
</ul>
<h2>Use it when you want to:</h2>
<ul>
<li>Understand the key considerations influencing Platform Engineering outcomes.</li>
<li>Frame platform evolution conversations in a structured and practice-informed way.</li>
<li>Identify areas and stakeholders that require deliberate attention.</li>
</ul>
<h2>Resources</h2>
<p>
Full paper:<br>
<strong>Read the paper →</strong>
<a href="https://valuecraftstudio.com/platform-engineering-1" target="_blank" rel="noopener">
https://valuecraftstudio.com/platform-engineering-1
</a>
</p>
<p>
Related articles:
<a href="https://www.linkedin.com/pulse/platform-engineering-beyond-tech-stack-gielen-rojas-lopez-ae7ne/?trackingId=mU1CYGp%2BR6GZDD2x7H7kmw%3D%3D" target="_blank" rel="noopener">
Platform Engineering, beyond the Tech stack
</a>
</p>
<a href="https://www.linkedin.com/pulse/from-anti-patterns-evolutionary-platform-ops-gielen-rojas-lopez-iydbe/?trackingId=G9ievlrtRk6r3K53xzjb%2Bw%3D%3D" target="_blank" rel="noopener">
From Anti-patterns to Evolutionary PlatformOps
</a>
</div>
<!-- Article Navigation -->
<div class="article-nav">
<p class="article-nav-text">Continue your platform engineering journey</p>
<div class="article-nav-buttons">
<a href="what-and-why.html" class="btn-outline">← Back to What and Why</a>
</div>
</div>
</div>
</main>
<script src="script.js"></script>
</body>
</html>