-
Notifications
You must be signed in to change notification settings - Fork 266
/
middleware-pathway.json
74 lines (74 loc) · 2.5 KB
/
middleware-pathway.json
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
{
"title": "Building Applications On OpenShift",
"icon": "fa-openshift",
"courses": [
{
"action": "Start Course",
"count": 2,
"external_link": "https://learn.openshift.com/middleware/courses/middleware-quarkus/",
"course_id": "middleware-quarkus",
"title": "Developing with Quarkus"
},
{
"count": 5,
"external_link": "https://learn.openshift.com/middleware/courses/middleware-vertx/",
"course_id": "middleware-vertx",
"title": "Eclipse Vert.x development"
},
{
"action": "Start Course",
"count": 11,
"external_link": "https://learn.openshift.com/middleware/courses/middleware-spring-boot/",
"course_id": "middleware-spring-boot",
"title": "Spring and Spring Boot development"
},
{
"external_link": "https://learn.openshift.com/middleware/middleware-javaee8/",
"count": 1,
"course_id": "middleware-javaee8",
"title": "Jakarta EE 8 Development"
},
{
"action": "Start Course",
"count": 3,
"external_link": "https://learn.openshift.com/middleware/courses/middleware-kogito/",
"course_id": "middleware-kogito",
"title": "Developing with Kogito"
},
{
"action": "Start Course",
"count": 2,
"external_link": "https://learn.openshift.com/middleware/courses/middleware-camelk/",
"course_id": "middleware-camelk",
"title": "Developing with Camel K"
},
{
"action": "Start Course",
"count": 2,
"external_link": "https://learn.openshift.com/middleware/courses/middleware-kafka/",
"course_id": "middleware-kafka",
"title": "Event-Driven Architecture with Apache Kafka"
},
{
"external_link": "https://learn.openshift.com/middleware/amq-getting-started-broker/",
"course_id": "amq-getting-started-broker",
"title": "Application Messaging with Openshift",
"description": "Get started with Red Hat AMQ and OpenShift"
},
{
"external_link": "https://learn.openshift.com/middleware/rhoar-getting-started-rhdg/",
"course_id": "rhoar-getting-started-rhdg",
"title": "Red Hat Data Grid development"
},
{
"external_link": "https://learn.openshift.com/middleware/rhoar-getting-started-nodejs/",
"course_id": "rhoar-getting-started-nodejs",
"title": "Node.js development"
},
{
"external_link": "https://learn.openshift.com/middleware/pipelines/",
"course_id": "pipelines",
"title": "Using OpenShift Pipelines"
}
]
}