You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cap/docs/v2-announcement.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,7 @@ title: "From the Cinema to the Cloud: Announcing v2.0 of the Cloud CAP HANA SWAP
6
6
7
7
## A Long Time Ago in a Cinema Far, Far Away
8
8
9
-
I was six years old in 1980.
10
-
11
-
Which means I was exactly the right age to have my brain completely rewired by *Star Wars: The Empire Strikes Back*.
9
+
I was six years old when I saw my first Star Wars movie. Which means I was exactly the right age to have my brain completely rewired by *Star Wars: The Empire Strikes Back*.
12
10
13
11
I remember sitting in that darkened theater, eyes wide, watching Star Destroyers that filled the entire screen, an asteroid field that felt genuinely dangerous, and a revelation at the end that I'm still not going to spoil even though everyone on earth has had 45 years to catch up. I walked out of that cinema convinced of two things: space was really interesting and stories mattered.
14
12
@@ -20,9 +18,9 @@ I became a developer, but I never stopped being someone who believed that the *w
20
18
21
19
## The API a Universe Deserves
22
20
23
-
If you've spent any time in web development over the last decade, you've probably used [SWAPI](https://swapi.dev/)— the Star Wars API.
21
+
If you've spent any time in web development over the last decade, you've probably used [SWAPI](https://swapi.dev/) the Star Wars API.
24
22
25
-
Paul Hallett built it in 2014 as a REST learning tool, and it became something of a cultural fixture in developer education. Every tutorial that needed "some real data to work with" reached for SWAPI. It has 87 characters, 60 planets, 37 starships, 39 vehicles, 14 species, and 6 films — all neatly organized, consistently structured, and immediately recognizable.
23
+
Paul Hallett built it in 2014 as a REST learning tool, and it became something of a cultural fixture in developer education. Every tutorial that needed "some real data to work with" reached for SWAPI. It has 87 characters, 60 planets, 37 starships, 39 vehicles, 14 species, and 6 films all neatly organized, consistently structured, and immediately recognizable.
26
24
27
25
The brilliance of SWAPI as a teaching tool is that so many of **you already know the data**. When a tutorial shows you `{"name": "Luke Skywalker", "height": "172", "homeworld": "Tatooine"}`, you don't need to understand the domain. You already live there. That frees your brain to focus on what the tutorial is actually teaching.
0 commit comments