-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse-remote-info.yaml
executable file
·406 lines (406 loc) · 11.1 KB
/
course-remote-info.yaml
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
hyperskill_project:
id: 423
ide_files: https://cogniterra.org/media/attachments/lesson/34355/additional_files.json
is_template_based: false
use_ide: true
update_date: "Mon, 30 Dec 2024 04:19:50 UTC"
stages:
- id: 2459
step: 40328
is_completed: true
- id: 2460
step: 40329
is_completed: true
- id: 2461
step: 40330
is_completed: true
- id: 2462
step: 40331
is_completed: true
- id: 2463
step: 40332
is_completed: true
topics:
0:
- title: Modulo division
theory_id: 10586
- title: Data structures
theory_id: 40371
- title: Abstract and concrete data structures
theory_id: 16927
- title: "Write, compile, and run"
theory_id: 3739
- title: "Basic terms: JVM, JRE, JDK"
theory_id: 3499
- title: Operating systems
theory_id: 9704
- title: Command line overview
theory_id: 8977
- title: Parameters and options
theory_id: 9746
- title: World Wide Web
theory_id: 6633
- title: "HTTP: HyperText Transfer Protocol"
theory_id: 6569
- title: Spring and Spring Boot frameworks
theory_id: 7944
- title: Getting started with Spring Boot
theory_id: 6336
- title: Immutability
theory_id: 7929
- title: Fixed-size array
theory_id: 20078
- title: Dynamic array
theory_id: 5357
- title: Basic project structure
theory_id: 6339
- title: IoC Container
theory_id: 16851
- title: Spring beans
theory_id: 14641
- title: Spring components
theory_id: 14652
- title: '@Bean vs @Component'
theory_id: 14771
- title: ApplicationContext
theory_id: 22062
- title: Scopes of beans
theory_id: 19487
- title: Bean lifecycle
theory_id: 19550
- title: Spring Stereotypes
theory_id: 38935
- title: HTTP URL
theory_id: 6740
- title: Introduction to Spring Web MVC
theory_id: 13611
- title: HTTP messages
theory_id: 6752
- title: REST
theory_id: 7834
- title: Postman
theory_id: 8512
- title: Introduction to Spring Data
theory_id: 16299
- title: "CRUD Repositories: Create and Read"
theory_id: 38290
- title: "CRUD Repositories: Update and Delete"
theory_id: 38918
- title: Application layers
theory_id: 13971
- title: Insecure Cryptographic Storage
theory_id: 20069
- title: Spring Security Crypto
theory_id: 21866
- title: "Web security, OWASP"
theory_id: 14755
- title: Getting started with Spring Security
theory_id: 13856
- title: Authentication
theory_id: 31058
- title: Authorization
theory_id: 31611
- title: Transaction management
theory_id: 28141
- title: Property expressions
theory_id: 28236
- title: Custom User Store
theory_id: 32430
- title: Introduction to Java
theory_id: 38627
- title: "Basic literals: numbers, strings and characters"
theory_id: 3522
- title: Writing first program
theory_id: 3521
- title: Printing data
theory_id: 3749
- title: Types and variables
theory_id: 3518
- title: Comments
theory_id: 3520
- title: Reading user's input with Scanner
theory_id: 9055
- title: Coding style conventions
theory_id: 12411
- title: Naming variables
theory_id: 3513
- title: Arithmetic operations
theory_id: 3519
- title: Integer types and operations
theory_id: 3565
- title: Increment and decrement
theory_id: 5008
- title: Data types and their sizes
theory_id: 3532
- title: Type casting
theory_id: 3510
- title: Calling methods
theory_id: 10973
- title: Floating-point types
theory_id: 3517
- title: Boolean type and operations. True and false
theory_id: 3516
- title: Comparing values. Relational operators
theory_id: 3512
- title: Conditional statement
theory_id: 3503
- title: One-line condition with ternary operator
theory_id: 3506
- title: While and do-while loops
theory_id: 3498
- title: For loop
theory_id: 3505
- title: Break and continue. Branching
theory_id: 3507
- title: Declaring methods
theory_id: 10982
- title: Method "main"
theory_id: 3489
- title: "Multiple conditions: switch"
theory_id: 3504
- title: Functional decomposition
theory_id: 10570
- title: Overloading
theory_id: 3525
- title: Primitive and reference types
theory_id: 5035
- title: Array
theory_id: 3511
- title: Arrays as parameters
theory_id: 3594
- title: Iterating over arrays
theory_id: 3602
- title: Characters
theory_id: 3514
- title: String
theory_id: 3523
- title: Constants. Final variables
theory_id: 7427
- title: Errors in programs
theory_id: 3536
- title: First glance at exceptions
theory_id: 3497
- title: NullPointerException
theory_id: 1945
- title: Build tools
theory_id: 4284
- title: JAR files
theory_id: 4311
- title: "Gradle: overview"
theory_id: 5075
- title: Basic project with Gradle
theory_id: 5077
- title: Building apps using Gradle
theory_id: 7917
- title: Gradle build configuration
theory_id: 35988
- title: "Dependency management: repositories"
theory_id: 37189
- title: External resources
theory_id: 6216
- title: Libraries
theory_id: 8504
- title: Frameworks
theory_id: 6701
- title: Web development
theory_id: 13931
- title: What is object-oriented programming
theory_id: 3614
- title: What are bugs
theory_id: 5504
- title: Functional testing
theory_id: 13438
- title: Unit testing
theory_id: 7545
- title: Dependency injection
theory_id: 20580
- title: Interfaces
theory_id: 9640
- title: YAML
theory_id: 12722
- title: Code organization. Design principles
theory_id: 8956
- title: Coupling and cohesion
theory_id: 21478
- title: Concept of design patterns
theory_id: 3611
- title: What are databases
theory_id: 8497
- title: "SQL: structured query language"
theory_id: 7054
- title: Introduction to software architecture
theory_id: 15368
- title: Tags and Attributes
theory_id: 7536
- title: HTML page structure
theory_id: 6491
- title: Relational Data Model
theory_id: 13785
- title: Basic data types
theory_id: 7123
- title: Literals
theory_id: 7400
- title: Arithmetic expressions
theory_id: 7409
- title: Basic CREATE statement
theory_id: 9084
- title: Basic SELECT statement
theory_id: 7392
- title: SELECT FROM statement
theory_id: 8611
- title: Logic and comparison expressions
theory_id: 8619
- title: The NULL value
theory_id: 7907
- title: Special WHERE operators
theory_id: 10521
- title: Basic INSERT statement
theory_id: 9059
- title: Basic DELETE statement
theory_id: 9075
- title: "Hashing: overview"
theory_id: 9831
- title: JSON
theory_id: 6854
- title: XML
theory_id: 6901
- title: Data and object mapping
theory_id: 8262
- title: Object-Relational Mapping (ORM)
theory_id: 8312
- title: Introduction to JPA
theory_id: 17125
- title: Hash function
theory_id: 30143
- title: Introduction to API
theory_id: 17007
- title: Getting data from REST
theory_id: 13287
- title: Posting and deleting data via REST
theory_id: 13292
- title: Handling requests with bodies
theory_id: 13334
- title: Customizing REST responses
theory_id: 33247
- title: Authentication and Authorization
theory_id: 14219
- title: Introduction to transactions
theory_id: 12144
- title: Understanding Transactions
theory_id: 12357
- title: Introduction to generic programming
theory_id: 3492
- title: Generics and Object
theory_id: 3493
- title: What are collections
theory_id: 3770
- title: The Collections framework overview
theory_id: 3624
- title: ArrayList
theory_id: 3567
- title: The List interface
theory_id: 3581
- title: MVC
theory_id: 17197
- title: Entities
theory_id: 18135
- title: Defining classes
theory_id: 3618
- title: Grouping classes with packages
theory_id: 3621
- title: Instance methods
theory_id: 3495
- title: Initializing new instances. Constructor
theory_id: 3535
- title: Access modifiers
theory_id: 3589
- title: Getters and setters
theory_id: 3599
- title: Inheritance
theory_id: 3583
- title: Protected modifier
theory_id: 6692
- title: Referencing subclass objects
theory_id: 3585
- title: Multiple constructors
theory_id: 3538
- title: Keyword "super"
theory_id: 3588
- title: Object class
theory_id: 3596
- title: Objects and their properties
theory_id: 4727
- title: Static members
theory_id: 3534
- title: Adding annotations
theory_id: 3622
- title: Method overriding
theory_id: 3572
- title: Polymorphism
theory_id: 3587
- title: Declaring functionality with interfaces
theory_id: 3615
- title: Wrapping classes. Boxing
theory_id: 3595
1:
- title: Stack
theory_id: 5252
- title: Queue
theory_id: 28474
- title: Deque
theory_id: 18635
- title: Getting authenticated user details
theory_id: 16710
- title: Pagination and sorting
theory_id: 25602
- title: The Set interface
theory_id: 3575
- title: JPA relationships
theory_id: 17787
- title: Stack
theory_id: 20203
- title: Iterator and Iterable
theory_id: 3574
2:
- title: Using Spring MVC
theory_id: 28136
- title: Spring Security architecture
theory_id: 27770
- title: Intro to H2 database
theory_id: 27725
- title: Relational databases with Spring Data
theory_id: 18086
- title: Intro to MySQL
theory_id: 16662
- title: UserDetails and GrantedAuthority
theory_id: 35364
- title: Security Filters
theory_id: 31487
- title: Spring Security Exceptions
theory_id: 35375
- title: Introduction to PostgreSQL
theory_id: 17974
- title: UserDetailsService Implementations
theory_id: 36134
- title: "Custom authentication: Creating components"
theory_id: 38734
- title: "Custom authentication: Configuration"
theory_id: 38745
- title: JWT authentication in Spring Boot
theory_id: 40779
3:
- title: Custom queries with @Query
theory_id: 27291
- title: Results ordering
theory_id: 8627
- title: Limit and Offset
theory_id: 18793
- title: JPARepository
theory_id: 36156
4:
- title: JPA PersistenceContext
theory_id: 28242
- title: Eager and lazy initialization
theory_id: 37328
- title: JPA projections
theory_id: 40790