-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathall-codelabs.json
150 lines (150 loc) · 4.21 KB
/
all-codelabs.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
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
140
141
142
143
144
145
146
147
148
149
150
[
{
"environment": "web",
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-03-12T17:08:25+02:00",
"id": "kt-basics",
"duration": 0,
"title": "Kotlin basics",
"summary": "First baby steps into the fascinating Kotlin world",
"source": "kt-basics-codelab.md",
"theme": "",
"status": [
"draft"
],
"category": [
"jvm"
],
"tags": [],
"feedback": "https://github.com/neculai-stanciu/my-codelabs/issues",
"url": "kt-basics",
"containsPresentation": false,
"containsDemo": false
},
{
"environment": "web",
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-03-12T17:08:25+02:00",
"id": "micronaut-cli-kt",
"duration": 0,
"title": "Micronaut kotlin cli (httpclient)",
"summary": "How to create a cli app with micronaut, picocli and kotlin",
"source": "micronaut-cli-kt-codelab.md",
"theme": "",
"status": [
"draft"
],
"category": [
"jvm"
],
"tags": [],
"feedback": "https://github.com/neculai-stanciu/my-codelabs/issues",
"url": "micronaut-cli-kt",
"containsPresentation": false,
"containsDemo": false
},
{
"environment": "web",
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-03-12T17:08:25+02:00",
"id": "native-image",
"duration": 0,
"title": "Generate a Micronaut app's Native Image with GraalVM",
"summary": "A step by step tutorial for native-image generation for a Micronaut web application",
"source": "native-image.md",
"theme": "",
"status": [
"draft"
],
"category": [
"web"
],
"tags": [
"java"
],
"feedback": "https://github.com/neculai-stanciu/my-codelabs/issues",
"url": "native-image",
"containsPresentation": false,
"containsDemo": false
},
{
"environment": "web",
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-03-12T17:08:25+02:00",
"id": "rest",
"duration": 65,
"title": "Representational state transfer",
"summary": "Representational state transfer (REST) is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that conform to the REST architectural style, called RESTful Web services, provide interoperability between computer systems on the Internet.",
"source": "rest-codelab.md",
"theme": "",
"status": [
"draft"
],
"category": [
"web"
],
"tags": [],
"feedback": "https://github.com/neculai-stanciu/my-codelabs/issues",
"url": "rest",
"containsPresentation": false,
"containsDemo": false
},
{
"environment": "web",
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-03-12T17:08:25+02:00",
"id": "rest-micronaut",
"duration": 25,
"title": "Micronaut REST api implementation",
"summary": "A step by step tutorial for a REST api using Micronaut framework.",
"source": "rest-micronaut.md",
"theme": "",
"status": [
"draft"
],
"category": [
"web"
],
"tags": [
"java"
],
"feedback": "https://github.com/neculai-stanciu/my-codelabs/issues",
"url": "rest-micronaut",
"containsPresentation": true,
"containsDemo": false
},
{
"environment": "web",
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-03-12T17:08:25+02:00",
"id": "setup-micronaut",
"duration": 20,
"title": "Setup micronaut CLI",
"summary": "In this moment Micronaut CLI is the way to go to generate a micronaut project. In this tutorial we will install this tool and create a",
"source": "setup-micronaut.codelab.md",
"theme": "",
"status": [
"draft"
],
"category": [
"web"
],
"tags": [],
"feedback": "https://github.com/neculai-stanciu/my-codelabs/issues",
"url": "setup-micronaut",
"containsPresentation": false,
"containsDemo": false
}
]