[
  {
    "id": 1,
    "title": "Full-Stack Web Development",
    "category": "Web Development",
    "level": "Beginner",
    "price": 149,
    "rating": 4.7,
    "duration": "12 weeks",
    "lessons": 96,
    "shortDescription": "Build and deploy modern web apps from scratch.",
    "details": "Learn HTML, CSS, JavaScript, APIs, databases, and deployment workflows. Complete two portfolio-grade projects.",
    "skills": ["HTML", "CSS", "JavaScript", "Node.js", "SQL"],
    "bestseller": true,
    "language": "English"
  },
  {
    "id": 2,
    "title": "React Fundamentals",
    "category": "Web Development",
    "level": "Beginner",
    "price": 89,
    "rating": 4.6,
    "duration": "20 hours",
    "lessons": 42,
    "shortDescription": "Component-driven UIs with hooks and state.",
    "details": "Master JSX, props, state, effects, and routing. Build an accessible SPA with testing and performance basics.",
    "skills": ["React", "Hooks", "SPA", "Testing"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 3,
    "title": "TypeScript for Professionals",
    "category": "Web Development",
    "level": "Intermediate",
    "price": 109,
    "rating": 4.8,
    "duration": "18 hours",
    "lessons": 36,
    "shortDescription": "Type safety and scalable frontends.",
    "details": "Advanced typing, generics, utility types, and patterns that improve reliability in complex codebases.",
    "skills": ["TypeScript", "Generics", "Tooling"],
    "bestseller": true,
    "language": "English"
  },
  {
    "id": 4,
    "title": "Node.js API Design",
    "category": "Web Development",
    "level": "Intermediate",
    "price": 99,
    "rating": 4.5,
    "duration": "22 hours",
    "lessons": 44,
    "shortDescription": "Robust REST and modular services.",
    "details": "Express patterns, validation, authentication, and production-hardening techniques for stable services.",
    "skills": ["Node.js", "REST", "Express", "Auth"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 5,
    "title": "Data Science Essentials",
    "category": "Data Science",
    "level": "Beginner",
    "price": 129,
    "rating": 4.6,
    "duration": "10 weeks",
    "lessons": 60,
    "shortDescription": "From data wrangling to basic modeling.",
    "details": "Explore data pipelines, visualization, regression, and classification with practical notebooks.",
    "skills": ["Pandas", "Visualization", "Modeling"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 6,
    "title": "Machine Learning Foundations",
    "category": "AI/ML",
    "level": "Intermediate",
    "price": 139,
    "rating": 4.7,
    "duration": "14 weeks",
    "lessons": 72,
    "shortDescription": "Core ML algorithms and evaluation.",
    "details": "Implement and evaluate key ML models, handle bias/variance, cross-validation, and feature engineering.",
    "skills": ["ML", "Scikit-learn", "Metrics"],
    "bestseller": true,
    "language": "English"
  },
  {
    "id": 7,
    "title": "Deep Learning with PyTorch",
    "category": "AI/ML",
    "level": "Advanced",
    "price": 159,
    "rating": 4.6,
    "duration": "24 hours",
    "lessons": 40,
    "shortDescription": "Neural networks in practice.",
    "details": "Build CNNs, RNNs, and transformers. Optimize training, manage datasets, and deploy simple inference.",
    "skills": ["PyTorch", "CNN", "RNN", "Transformers"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 8,
    "title": "SQL for Analysts",
    "category": "Data Science",
    "level": "Beginner",
    "price": 69,
    "rating": 4.5,
    "duration": "15 hours",
    "lessons": 30,
    "shortDescription": "Query data with confidence.",
    "details": "Master SELECTs, JOINs, window functions, and optimization tips for real analytics workloads.",
    "skills": ["SQL", "Analytics", "Optimization"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 9,
    "title": "Docker & Kubernetes Essentials",
    "category": "DevOps",
    "level": "Intermediate",
    "price": 129,
    "rating": 4.7,
    "duration": "16 hours",
    "lessons": 34,
    "shortDescription": "Containerization and orchestration.",
    "details": "Build images, manage clusters, and design resilient deployments with health checks and scaling.",
    "skills": ["Docker", "Kubernetes", "CI/CD"],
    "bestseller": true,
    "language": "English"
  },
  {
    "id": 10,
    "title": "CI/CD Pipelines",
    "category": "DevOps",
    "level": "Intermediate",
    "price": 99,
    "rating": 4.4,
    "duration": "12 hours",
    "lessons": 28,
    "shortDescription": "Automate build, test, and release.",
    "details": "Integrate testing, code quality gates, and secure releases with multi-stage pipelines.",
    "skills": ["CI/CD", "Automation", "Testing"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 11,
    "title": "Android with Kotlin",
    "category": "Mobile",
    "level": "Beginner",
    "price": 119,
    "rating": 4.5,
    "duration": "20 hours",
    "lessons": 38,
    "shortDescription": "Build native Android apps.",
    "details": "Layouts, navigation, data storage, and modern Android architecture with coroutines and flows.",
    "skills": ["Kotlin", "Android", "Coroutines"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 12,
    "title": "iOS with SwiftUI",
    "category": "Mobile",
    "level": "Beginner",
    "price": 129,
    "rating": 4.6,
    "duration": "18 hours",
    "lessons": 36,
    "shortDescription": "iOS apps in SwiftUI.",
    "details": "Views, state, navigation, data persistence, and testing for robust iOS applications.",
    "skills": ["Swift", "SwiftUI", "iOS"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 13,
    "title": "Cloud Practitioner",
    "category": "Cloud",
    "level": "Beginner",
    "price": 99,
    "rating": 4.4,
    "duration": "14 hours",
    "lessons": 30,
    "shortDescription": "Core cloud services and models.",
    "details": "Compute, storage, networking, IAM basics, and cost optimization with hands-on exercises.",
    "skills": ["Cloud", "IAM", "Networking"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 14,
    "title": "Serverless Architectures",
    "category": "Cloud",
    "level": "Intermediate",
    "price": 119,
    "rating": 4.5,
    "duration": "12 hours",
    "lessons": 26,
    "shortDescription": "Event-driven apps at scale.",
    "details": "Design event pipelines, manage cold starts, and implement observability for functions.",
    "skills": ["Serverless", "Events", "Observability"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 15,
    "title": "Web Security Fundamentals",
    "category": "Security",
    "level": "Intermediate",
    "price": 109,
    "rating": 4.6,
    "duration": "16 hours",
    "lessons": 32,
    "shortDescription": "Protect apps and users.",
    "details": "Cover OWASP Top 10, authentication, authorization, and secure coding patterns with reviews.",
    "skills": ["Security", "OWASP", "Auth"],
    "bestseller": true,
    "language": "English"
  },
  {
    "id": 16,
    "title": "Ethical Hacking Basics",
    "category": "Security",
    "level": "Beginner",
    "price": 99,
    "rating": 4.3,
    "duration": "18 hours",
    "lessons": 34,
    "shortDescription": "Understand vulnerabilities responsibly.",
    "details": "Reconnaissance, scanning, exploitation labs, and reporting with responsible disclosure practices.",
    "skills": ["Security", "PenTest", "Network"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 17,
    "title": "Game Development with Unity",
    "category": "Game Dev",
    "level": "Beginner",
    "price": 119,
    "rating": 4.5,
    "duration": "22 hours",
    "lessons": 40,
    "shortDescription": "Create and publish 2D games.",
    "details": "Scenes, physics, input, UI, and deployment. Build a complete 2D game from concept to release.",
    "skills": ["Unity", "C#", "Physics"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 18,
    "title": "Algorithms & Data Structures",
    "category": "Web Development",
    "level": "Intermediate",
    "price": 109,
    "rating": 4.8,
    "duration": "24 hours",
    "lessons": 48,
    "shortDescription": "Ace coding interviews.",
    "details": "Master complexity, arrays, lists, trees, graphs, DP, and problem patterns with practice drills.",
    "skills": ["Algorithms", "DSA", "Interview"],
    "bestseller": true,
    "language": "English"
  },
  {
    "id": 19,
    "title": "Python Basics",
    "category": "Data Science",
    "level": "Beginner",
    "price": 79,
    "rating": 4.6,
    "duration": "18 hours",
    "lessons": 35,
    "shortDescription": "Start coding with Python.",
    "details": "Syntax, data types, functions, modules, and practical scripting with exercises.",
    "skills": ["Python", "Scripting"],
    "bestseller": true,
    "language": "English"
  },
  {
    "id": 20,
    "title": "Rust Systems Programming",
    "category": "Web Development",
    "level": "Advanced",
    "price": 149,
    "rating": 4.5,
    "duration": "26 hours",
    "lessons": 50,
    "shortDescription": "Memory safety and performance.",
    "details": "Ownership, borrowing, lifetimes, traits, async, and building command-line tools.",
    "skills": ["Rust", "Systems", "Async"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 21,
    "title": "GraphQL APIs",
    "category": "Web Development",
    "level": "Intermediate",
    "price": 99,
    "rating": 4.4,
    "duration": "14 hours",
    "lessons": 28,
    "shortDescription": "Typed APIs with GraphQL.",
    "details": "Schemas, resolvers, federation, and performance patterns for modern data fetching.",
    "skills": ["GraphQL", "APIs"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 22,
    "title": "Terraform Infrastructure",
    "category": "DevOps",
    "level": "Intermediate",
    "price": 119,
    "rating": 4.5,
    "duration": "16 hours",
    "lessons": 30,
    "shortDescription": "IaC for repeatable environments.",
    "details": "Modules, state, workspaces, and policies for safe, scalable infrastructure.",
    "skills": ["Terraform", "IaC"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 23,
    "title": "MLOps Essentials",
    "category": "AI/ML",
    "level": "Advanced",
    "price": 159,
    "rating": 4.6,
    "duration": "20 hours",
    "lessons": 38,
    "shortDescription": "Ship ML reliably.",
    "details": "Experiment tracking, model registry, reproducibility, and continuous delivery for ML systems.",
    "skills": ["MLOps", "Pipelines", "Monitoring"],
    "bestseller": false,
    "language": "English"
  },
  {
    "id": 24,
    "title": "SRE Fundamentals",
    "category": "DevOps",
    "level": "Advanced",
    "price": 139,
    "rating": 4.5,
    "duration": "18 hours",
    "lessons": 34,
    "shortDescription": "Reliability engineering in practice.",
    "details": "SLIs/SLOs, error budgets, incident response, and scaling reliability culture.",
    "skills": ["SRE", "Observability", "Reliability"],
    "bestseller": false,
    "language": "English"
  }
]