-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.json
More file actions
17 lines (17 loc) · 769 Bytes
/
java.json
File metadata and controls
17 lines (17 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"tech": "Java",
"emoji": "☕",
"tagline": "Write once, run anywhere",
"description": "Java is a widely used, platform-independent language popular in enterprise applications, Android, and backend systems.",
"category": "Programming Language",
"level": "Intermediate",
"videoUrl": "https://www.youtube.com/watch?v=eIrMbAQSU34",
"videoTitle": "Java Full Course for Beginners (Telusko)",
"nextSteps": [
"Understand OOP with classes and inheritance",
"Learn collections and streams",
"Build a Spring Boot REST API"
],
"videoEmbedUrl": "https://www.youtube.com/embed/eIrMbAQSU34",
"videoId": "eIrMbAQSU34"
}