Skip to content

Commit 449770f

Browse files
update platylist
1 parent 105db76 commit 449770f

File tree

1 file changed

+67
-1
lines changed

1 file changed

+67
-1
lines changed

data/playlists.json

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,73 @@
234234
{ "id": "d73aSpJIGU4", "title": "Locust Ep 15: Executing Stress & Spike Tests" },
235235
{ "id": "1PHCRDiWXg4", "title": "Locust Ep 17: Mastering Correlation like a PRO" }
236236
]
237+
},
238+
{
239+
"courseId": "bootcamp_k6_academy",
240+
"title": "k6 Academy: Performance-as-Code",
241+
"description": "The ultimate team guide to modern load testing with k6 and JavaScript. Includes installation, POST requests, dynamic correlation, and converting JMeter scripts.",
242+
"category": "performance",
243+
"tool": "k6",
244+
"level": "Advanced",
245+
"videos": [
246+
{ "id": "wEb4Qzleejg", "title": "Introduction to K6: Setup and Installation" },
247+
{ "id": "lon_NQTY6Jw", "title": "Protocol: Testing POST Requests with K6" },
248+
{ "id": "kd96a8hBHdY", "title": "Validations: Check, Text Verification & Assertions" },
249+
{ "id": "OIahoSmB2z8", "title": "Data Drive: Parameterization in K6 Studio" },
250+
{ "id": "-_2HVQWo_cA", "title": "Advanced Logic: Correlating Dynamic Data" },
251+
{ "id": "-4JRxHzdnKU", "title": "Regex Logic: JavaScript match() like JMeter" },
252+
{ "id": "jlL3pKgalmA", "title": "Realism: Mastering Realistic User Delays (Think Time)" },
253+
{ "id": "ASAYuXojG9Q", "title": "Architecture: Understanding constant-vus executor" },
254+
{ "id": "mVGl_axu8FA", "title": "Scale Logic: Ramp-up, Ramp-down & HTML reporting" },
255+
{ "id": "MBe5Bzoam0I", "title": "First Step: Using K6 Studio for fast development" },
256+
{ "id": "7zBXaebP8AQ", "title": "Transition: Convert JMeter scripts to k6 automatically" },
257+
{ "id": "37tibBoZ0v0", "title": "CI/CD: Integrate GitLab with VSCode for k6" }
258+
]
259+
},
260+
{
261+
"courseId": "devops_infrastructure_iac",
262+
"title": "Infrastructure Hub: Docker & Terraform",
263+
"description": "The Littles Law team guide to platform engineering. Build containers, write HCL (Terraform), and protect production branches in GitHub.",
264+
"category": "devops",
265+
"tool": "Docker",
266+
"level": "Expert",
267+
"videos": [
268+
{ "id": "KgFBT6HRijI", "title": "Docker: Building Web Apps with Containers" },
269+
{ "id": "wIU4LdzGRhE", "title": "Docker: Starting and Stopping Containers (Manual)" },
270+
{ "id": "6uknzzHfFQ0", "title": "Image Management: Add files to Docker Images" },
271+
{ "id": "Fzvphhz1ZD4", "title": "DB Ops: Setup Redis Cache via Docker" },
272+
{ "id": "HvavmyYue28", "title": "Terraform 1: HashiCorp Certification Intro" },
273+
{ "id": "TnLJNAIB35Q", "title": "Terraform 2: Mastering Essential Init Commands" },
274+
{ "id": "J1-US8Tt71I", "title": "Azure: Deploy VNETs using Terraform" },
275+
{ "id": "rexOFt_lYIw", "title": "Workflow: Create Azure RG with Terraform + GitHub Actions" },
276+
{ "id": "bibHtOfv9-0", "title": "Self-Hosted: Setting up Windows Agents in Azure DevOps" },
277+
{ "id": "AQAi-7CcYPk", "title": "Git Strategy: Master Branch Protection" },
278+
{ "id": "45khqzOeQHk", "title": "Git Logic: Automatically delete stale branches" },
279+
{ "id": "Ik0lkeXZyw4", "title": "Version Control: First commit to GitHub via CLI" }
280+
]
281+
},
282+
{
283+
"courseId": "bootcamp_trends_innovation",
284+
"title": "Academy Evolution: AI Trends & Careers",
285+
"description": "How the Little's Law Team stays relevant. AI in load testing, career salary roadmaps ($150k SRE path), and technical interview success strategies.",
286+
"category": "trends_ai",
287+
"tool": "Trends",
288+
"level": "Expert",
289+
"videos": [
290+
{ "id": "SS8UwBJZZdU", "title": "The Reality: AI is coming - Will Testers survive?" },
291+
{ "id": "oVIZ-FUri5E", "title": "Tech Comparison: GPT-4 vs DeepSeek for Engineering" },
292+
{ "id": "Usx8OVynboM", "title": "Fast Path: Fast Performance Scripting with GitHub Copilot" },
293+
{ "id": "ztP6NDtCeJM", "title": "Risk Alert: AI mistakes that expose company secrets" },
294+
{ "id": "dy-wzlYiqsM", "title": "AI Speed: Create JMeter Scripts in 30 seconds" },
295+
{ "id": "y6q3SmB7rZw", "title": "Smart Correlation: Using AI for Dynamic Values" },
296+
{ "id": "mteyATZCgeQ", "title": "Innovation: Meet Gordon AI in Docker Desktop" },
297+
{ "id": "CDMDaeNYk6c", "title": "Career Strategy: How to stay relevant with 12k layoffs" },
298+
{ "id": "kJx47HqvTos", "title": "Roadmap 2026: Achieving $150k SRE/DevOps Salary" },
299+
{ "id": "uZ-D0IM0Fs4", "title": "Interview Secret: Why I was rejected until I did THIS" },
300+
{ "id": "LoHNziLok7k", "title": "Win your Next Interview: 5 Tactical Steps" },
301+
{ "id": "HZP9RpE7KRs", "title": "Podcast: ChatGTP - Mentor or Monster?" }
302+
]
237303
}
238-
304+
239305

240306
]

0 commit comments

Comments
 (0)