link: 
content:
  header: 专题课列表
  items:
  - image: ../../assets/devops.png
    content: 
        header: 持续集成/持续交付/Devops
        description:
          - 持续集成的体系构建
          - 自动化测试持续集成
          - Web 与 App 应用自动发布流水线构建方法
          - 持续部署的流程和实现
  - image: ../../assets/sonar.png
    content: 
        header: 测试左移(SonarQube、覆盖率)
        description:
          - SonarQube 代码分析技术
          - 代码复杂度分析
          - 代码扫描规则定制
          - JaCoCo 代码覆盖率
  - image: ../../assets/elastic.png
    content: 
        header: 测试右移
        description:
          - 测试右移技术体系
          - 测试右移常用技术 ELK
  - image: ../../assets/jacoco.jpeg
    content: 
        header: 精准测试与覆盖率统计
        description:
          - 手工测试用例与代码关联方法
          - 自动化测试与代码关联方法
          - 代码变更与业务影响范围关联分析
          - jvm-sandbox 用法
  - image: ../../assets/springboot.png
    content: 
        header: Java测试平台开发
        description:
          - 后端框架的基本安装与配置
          - 常用的路由管理与注册技术
          - 解决跨域问题
          - 常用数据库 ORM 框架
  - image: ../../assets/algorithm.png
    content: 
        header: Python算法与设计模式
        description:
          - 数据结构
          - 设计模式
  - image: ../../assets/suanfa.png
    content: 
        header: Java算法与设计模式
        description:
          - 数据结构
          - 设计模式
  - image: ../../assets/redis.png
    content: 
        header: 中间件测试
        description:
          - 缓存系统(Redis)测试体系
          - 消息管道(Kafka)测试体系
  - image: ../../assets/SDK.png
    content: 
        header: SDK测试
        description:
          - SDK 功能测试方法
          - SDK Demo 常见的专项测试
          - Android/iOS SDK 接口测试方法
  - image: ../../assets/PyTorch.png
    content: 
        header: 人工智能测试
        description:
          - Pytorch 框架用法
          - 在生产中部署 PyTorch 模型
          - 自然语言处理
  - image: ../../assets/Hadoop.png
    content: 
        header: 大数据测试
        description:
          - Hadoop 系统搭建
          - MapReduce 理论基础与进阶
          - Zookeepr 搭建