Skip to content

Commit 55bc33a

Browse files
committed
Updating courses to have latest tutorial, Subscription Authorization
1 parent 07c2474 commit 55bc33a

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

content/tutorials/courses/_index.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ menu:
4949
{{< youtube-badges id="bbfsak5i8Ok" playlistIndex="9" >}}
5050

5151
## 10 - DataFetcherResult - Returning data and errors
52-
{{< youtube id="zjT9Jy276" >}}
53-
{{< youtube-badges id="zjT9Jy276" playlistIndex="10" >}}
52+
{{< youtube id="zjT9Jy276-E" >}}
53+
{{< youtube-badges id="zjT9Jy276-E" playlistIndex="10" >}}
5454

5555
## 11 - Asynchronous Resolvers
5656
{{< youtube id="UOyIQCsVii4" >}}
@@ -86,56 +86,60 @@ menu:
8686

8787
## 20 - Listener
8888
{{< youtube id="nybkMHHyXUk" >}}
89-
{{< youtube-badges id="nybkMHHyXUk" playlistIndex="20" >}}
89+
{{< youtube-badges id="nybkMHHyXUk" playlistIndex="19" >}}
9090

9191
## 21 - Pagination (Edges, Nodes, Cursor)
9292
{{< youtube id="J9Nq0Fq7t_8" >}}
93-
{{< youtube-badges id="J9Nq0Fq7t_8" playlistIndex="21" >}}
93+
{{< youtube-badges id="J9Nq0Fq7t_8" playlistIndex="20" >}}
9494

9595
## 22 - Custom Context
9696
{{< youtube id="YsM2VSnWUcg" >}}
97-
{{< youtube-badges id="YsM2VSnWUcg" playlistIndex="22" >}}
97+
{{< youtube-badges id="YsM2VSnWUcg" playlistIndex="21" >}}
9898

9999
## 23 - DataLoader (N+1 problem)
100100
{{< youtube id="tbxskis_ny4" >}}
101-
{{< youtube-badges id="tbxskis_ny4" playlistIndex="23" >}}
101+
{{< youtube-badges id="tbxskis_ny4" playlistIndex="22" >}}
102102

103103
## 24 - Instrumentation (Request Logging)
104104
{{< youtube id="fPfApe80amg" >}}
105-
{{< youtube-badges id="fPfApe80amg" playlistIndex="24" >}}
105+
{{< youtube-badges id="fPfApe80amg" playlistIndex="23" >}}
106106

107107
## 25 - Request Tracing
108108
{{< youtube id="b5o6w-WA9iM" >}}
109-
{{< youtube-badges id="b5o6w-WA9iM" playlistIndex="25" >}}
109+
{{< youtube-badges id="b5o6w-WA9iM" playlistIndex="24" >}}
110110

111-
#26 - Correlation ID (Thread propagation)
111+
## 26 - Correlation ID (Thread propagation)
112112
{{< youtube id="17AFe2eCRqc" >}}
113-
{{< youtube-badges id="17AFe2eCRqc" playlistIndex="26" >}}
113+
{{< youtube-badges id="17AFe2eCRqc" playlistIndex="25" >}}
114114

115-
#27 - Integration Testing (GraphQLTestTemplate)
115+
## 27 - Integration Testing (GraphQLTestTemplate)
116116
{{< youtube id="bdfEjn6xZx0" >}}
117-
{{< youtube-badges id="bdfEjn6xZx0" playlistIndex="27" >}}
117+
{{< youtube-badges id="bdfEjn6xZx0" playlistIndex="26" >}}
118118

119-
#28 - JS GraphQL IntelliJ Plugin
119+
## 28 - JS GraphQL IntelliJ Plugin
120120
{{< youtube id="hFHxOlThFR4" >}}
121-
{{< youtube-badges id="hFHxOlThFR4" playlistIndex="28" >}}
121+
{{< youtube-badges id="hFHxOlThFR4" playlistIndex="27" >}}
122122

123123
## 29 – JVM Profiling (VisualVM, JMeter)
124124
{{< youtube id="Bu-P0aZyOfE" >}}
125-
{{< youtube-badges id="Bu-P0aZyOfE" playlistIndex="29" >}}
125+
{{< youtube-badges id="Bu-P0aZyOfE" playlistIndex="28" >}}
126126

127127
## 30 – DataLoader Key Context
128128
{{< youtube id="nuRYRRAQh_Y" >}}
129-
{{< youtube-badges id="nuRYRRAQh_Y" playlistIndex="30" >}}
129+
{{< youtube-badges id="nuRYRRAQh_Y" playlistIndex="29" >}}
130130

131131
## 31 – Spring Security
132132
{{< youtube id="_T_0VB3AoV4" >}}
133-
{{< youtube-badges id="_T_0VB3AoV4" playlistIndex="31" >}}
133+
{{< youtube-badges id="_T_0VB3AoV4" playlistIndex="30" >}}
134134

135135
## 32 – Schema Directive Validation
136136
{{< youtube id="DN9XyUZ8yq8" >}}
137-
{{< youtube-badges id="DN9XyUZ8yq8" playlistIndex="32" >}}
137+
{{< youtube-badges id="DN9XyUZ8yq8" playlistIndex="31" >}}
138138

139139
## 33 – Subscription with Reactor
140140
{{< youtube id="I3NBPHA5coo" >}}
141-
{{< youtube-badges id="I3NBPHA5coo" playlistIndex="33" >}}
141+
{{< youtube-badges id="I3NBPHA5coo" playlistIndex="32" >}}
142+
143+
## 33 – Subscription Authorization
144+
{{< youtube id="Q8k-u1cDwic" >}}
145+
{{< youtube-badges id="Q8k-u1cDwic" playlistIndex="33" >}}

0 commit comments

Comments
 (0)