-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp.json
More file actions
17 lines (17 loc) · 717 Bytes
/
Copy pathphp.json
File metadata and controls
17 lines (17 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"tech": "PHP",
"emoji": "ðŸ˜",
"tagline": "Server-side scripting for the web",
"description": "PHP is a widely-used server-side language powering over 75% of websites, including WordPress.",
"category": "Backend",
"level": "Beginner Friendly",
"videoUrl": "https://www.youtube.com/watch?v=OK_JCtrrv-c",
"videoTitle": "PHP For Beginners (Traversy Media)",
"nextSteps": [
"Learn PHP with MySQL",
"Build a login/registration system",
"Explore Laravel framework"
],
"videoEmbedUrl": "https://www.youtube.com/embed/OK_JCtrrv-c",
"videoId": "OK_JCtrrv-c"
}